*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobcf5a79abbea67259076a5a00732810f2d128f4df
1 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
3         * hilit-chg.el (global-highlight-changes-mode)
4         (highlight-changes-passive-string, highlight-changes-active-string):
5         Mark as obsolete since 23.1, not 22.1.
7 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
9         * hilit-chg.el (highlight-changes-visibility-initial-state)
10         (hilit-chg-update, highlight-changes-mode-turn-on):
11         Fix typos in docstrings.
13 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
15         * newcomment.el (comment-enter-backward): Be careful to restore
16         position changed during narrowing.
18 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
20         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21         Recognize `sub ($$)'.
23 2008-04-03  Richard Sharman  <rsharman@pobox.com>
25         * hilit-chg.el (highlight-changes-mode): Rename from
26         highlight-changes; no longer uses sub-modes active and passive;
27         implemented by define-minor-mode.
28         (highlight-changes-toggle-visibility): New function, to replace
29         the old passive/active submodes of global-highlight-changes-mode;
30         implemented by define-minor-mode.
31         (global-highlight-changes-mode): Rename from global-highlight-changes;
32         rewrite using define-globalized-minor-mode.
33         (hilit-chg-major-mode-hook, hilit-chg-check-global)
34         (hilit-chg-post-command-hook, hilit-chg-check-global)
35         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
36         to use of define-globalized-minor-mode.
37         (highlight-changes-global-initial-state): Change to be boolean.
38         (highlight-changes-visible-string, highlight-changes-invisible-string):
39         Rename from highlight-changes-active-string and
40         highlight-changes-passive-string.
41         (hilit-chg-update, hilit-chg-set): Use them.
42         (global-highlight-changes-mode): Rename from global-highlight-changes.
43         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
44         docstring.
45         (hilit-chg-hide-changes): Rewrite to use dolist.
46         (hilit-chg-set-face-on-change, hilit-chg-update)
47         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
48         variable instead of testing highlight-changes-mode.
49         (highlight-markup-buffers): Add reuire ediff-util; argument on calls
50         to highlight-changes-mode changed.
51         (highlight-compare-with-file): Fix problems with interactive
52         call giving invalid default file.
54 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
56         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
57         Fix in disassembly buffer (regression in 22.2).
59 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
61         * emulation/viper-macs.el (viper-read-fast-keysequence):
62         Use viper-read-event instead of viper-read-key.
64         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
66         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
67         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
68         let-statements.
70         * emulation/viper-ex.el, emulation/viper-macs.el:
71         * emulation/viper-mous.el:
72         Replace load with require in eval-when-compile.
74 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
76         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
78         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
79         (archive-try-jka-compr): New function.
80         (archive-set-buffer-as-visiting-file): Use it.
82         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
84 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
86         * simple.el (handle-shift-selection): New arg.
88 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
92         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
94 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
96         * shell.el (shell-dynamic-complete-filename): New fun.
97         (shell-dynamic-complete-functions): Use it.
99         * help-fns.el (describe-variable): Undo 2008-02-25 change.
101 2008-04-03  Kenichi Handa  <handa@m17n.org>
103         * international/fontset.el (create-fontset-from-x-resource):
104         Handle the error of X resource more gracefully.
106         * international/latin1-disp.el (latin1-display): Don't use make-char.
107         Fix the argument to set-char-table-range.
108         (latin1-display-identities): Don't use make-char.
109         (latin1-display-reset): Use map-charset-chars instead of directly
110         calling standard-display-default.
111         (latin1-display-check-font): Don't use make-char.
112         (latin1-display-setup): Likewise.
113         (latin1-display-ucs-per-lynx): Likewise.
115 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
117         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
118         name the fields, to make the code clearer.
119         Rewrite all `aset' and `aref' using the defined accessors.
120         (timer--time): New pseudo-field.
121         (timer-set-time, timer-set-idle-time, timer-inc-time)
122         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
123         (timer--time-less-p): New function.
124         (timer--activate): New function, extracted from timer-activate.
125         (timer-activate-when-idle, timer-activate): Use it.
126         (cancel-function-timers): Use dolist.
128 2008-04-03  Glenn Morris  <rgm@gnu.org>
130         * add-log.el (c-beginning-of-defun, c-end-of-defun):
131         Remove declarations; no longer used.
132         (c-cpp-define-name, c-defun-name): Declare as functions.
134         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
135         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
137         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
138         (holiday-passover-etc, holiday-hanukkah): Doc fix.
139         Add optional argument.  Simplify.
140         (holiday-tisha-b-av-etc): Use memq rather than unless.
141         (holiday-julian): Autoload it.
142         (holiday-hebrew-misc): New function.
144         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
146         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
147         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
148         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
149         all-hebrew-calendar-holidays.
150         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
151         Simplify using new functions.
152         (calendar-holidays): Doc fix.
153         (generate-calendar-window): Use bound-and-true-p.
155         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
157         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
158         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
159         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
160         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
162         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
164 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
166         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
168         * vc-bzr.el (vc-bzr-checkout): Simplify.
170         * image-mode.el (image-mode-fit-frame): New command.
172         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
173         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
174         (keyboard-escape-quit): Check region-active-p i.s.o transient-mark-mode.
176 2008-04-02  Alan Mackenzie  <acm@muc.de>
178         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
179         New optimised functions to get the name of the current defun/macro.
181         * add-log.el (add-log-current-defun): Move the functionality which
182         gets the current function name for C like modes to cc-cmds.el,
183         thus optimising for speed.
185 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
187         * simple.el (deactivate-mark): When the mark is temporarily
188         active, restore the original value of transient-mark-mode.
189         (set-mark-command): First deactivate the mark if was temporarily active.
190         (exchange-point-and-mark): Reactivate the mark if it was
191         temporarily active.
192         (handle-shift-selection): New fun.
193         (transient-mark-mode): Move var documentation here from buffer.c.
194         (next-line, previous-line, backward-word, move-end-of-line)
195         (move-beginning-of-line, forward-to-indentation)
196         (backward-to-indentation, back-to-indentation)
197         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
199         * mouse.el (mouse-set-region-1): Save the old value of
200         transient-mark-mode.
201         (mouse-drag-track): Ignore the now-obsolete value `identity' for
202         transient-mark-mode.
204         * textmodes/paragraphs.el (forward-paragraph)
205         (backward-paragraph, forward-sentence, backward-sentence): Add ^
206         interactive spec.
208         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
210 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
212         * net/tramp.el (tramp-make-tramp-temp-file):
213         Use `tramp-drop-volume-letter' for the local file name part.
215 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
217         * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
218         Add menu entries corresponding to all the key bindings.
220         * emacs-lisp/debug.el (debugger-mode-map):
221         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
222         (conf-align-assignments): Only work on the region if it is active.
223         (conf-quote-normal): Use when instead of if.  Remove redundant test.
225         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
226         for tracing and re-builder.
228 2008-04-02  Glenn Morris  <rgm@gnu.org>
230         * calendar/appt.el (appt-disp-window-function): Doc fix.
231         (appt-display-message): Move beep before display.
232         (appt-check): Make interactive.  Reduce the number of lets.
233         Use string-equal to compare mode-line strings.
234         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
235         read-only.
236         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
237         (appt-delete): Simplify.
239         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
241         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
243         * calendar/cal-hebrew.el (list-yahrzeit-dates):
244         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
245         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
247         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
248         (calendar-holiday-marker, mark-visible-calendar-date):
249         * calendar/diary-lib.el (fancy-diary-display):
250         Check for font-lock-mode before using faces.
252         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
253         (calendar-gregorian-from-absolute): Reduce the number of lets.
254         (hebrew-holidays-4, generate-calendar-window): Simplify.
255         (calendar-for-loop): Make obsolete.
256         (calendar-nth-named-day): Doc fix.
258         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
259         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
260         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
261         Reduce the number of lets.
262         (mark-sexp-diary-entries, calendar-mark-complex):
263         Expand calendar-for-loops.
265 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
267         * find-dired.el (find-dired-filter): Fix last patch to handle
268         multi-line process input.  Pad link numbers too.
270 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
272         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
274 2008-04-01  Jason Rumney  <jasonr@gnu.org>
276         * international/characters.el (script-list): Add phonetic script,
277         covering IPA (previously Latin), Phonetic Extensions and
278         Phonetic Extensions Supplement (both previously unassigned).
280         * international/fontset.el (setup-default-fontset): Use unicode fonts
281         that cover bopomofo script for bopomofo.
282         Likewise for braille and mathematical.
283         Use unicode scripts that cover the phonetic script for IPA.
285 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
287         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
288         return the assigned value.
290 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * abbrev.el (abbrev-mode): Use define-minor-mode.
294         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
295         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
296         Use map-keymap.
297         (minor-mode-menu-from-indicator): Use it.  Simplify.
299         * bindings.el (mode-line-mode-menu): Move before (new) first use.
300         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
301         Bind the key directly to the menu.
302         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
304 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
306         * epa.el (epa-decrypt-region): Explain the reason why this
307         function should not be used in Lisp programs.
308         (epa-decrypt-armor-in-region): Ditto.
309         (epa-verify-region): Ditto.
310         (epa-verify-cleartext-in-region): Ditto.
311         (epa-sign-region): Ditto.
312         (epa-encrypt-region): Ditto.
314         * epg.el (epg-start-receive-keys): Fix typo in docstring.
316         * epa.el (epa-select-keys): Show menu even if there is no key in
317         GnuPG's keyring.
319 2008-04-01  Glenn Morris  <rgm@gnu.org>
321         * calendar/calendar.el (calendar-make-temp-face): New function.
322         (mark-visible-calendar-date):
323         * calendar/diary-lib.el (fancy-diary-display): Use it.
325         * vc-hooks.el (vc-responsible-backend): Declare as function.
327         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
328         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
329         * calendar/cal-julian.el (holiday-julian): Use it.
331         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
332         (calendar-hebrew-date-is-visible-p): Extract some common code into
333         separate function.
334         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
336         * calendar/cal-menu.el (cal-menu-holidays-menu):
337         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
338         rather than obsolete alias.
340         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
341         for mark characters.
342         (calendar-unmark): Unmark by removing all overlays, rather than
343         redrawing.
344         (calendar-starred-day): Remove.
345         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
346         (calendar-cursor-to-date): No need for special star handling now
347         using overlays.
348         (calendar-star-date): Use overlays.
350         * calendar/cal-french.el (calendar-goto-french-date):
351         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
352         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
353         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
354         * calendar/cal-persia.el (calendar-persian-date-string):
355         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
356         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
357         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
358         * calendar/solar.el (solar-equinoxes-solstices):
359         Reduce nesting of some lets.
361         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
362         (calendar-goto-mayan-long-count-date): Simplify.
364         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
365         Simplify by using mapcar.
366         (calendar-list-holidays): Return holiday-list.
367         (list-holidays): Use let rather than let*.  Remove un-needed locals
368         `d', `never'.
369         (calendar-check-holidays): Return result from dolist.
370         (holiday-float): Use a single let*.  Simplify if-and to and.
371         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
372         single let*.
374 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
376         * calc/calc.el: Autoload `calc-yank'.
377         (calc-mode-map): Add keybindings for `calc-yank'.
378         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
379         assignments for `calc-yank'.
381 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
383         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
384         (vc-status-mark-buffer-changed): Handle the extra field.
386         * vc-bzr.el (vc-bzr-after-dir-status):
387         * vc-cvs.el (vc-cvs-after-dir-status):
388         * vc-hg.el (vc-hg-after-dir-status):
389         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
391 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
393         * doc-view.el: Compute displayed pages first (in PDF).
394         (doc-view-current-converter-processes): Rename from
395         doc-view-current-converter-process.  Update users.
396         (doc-view-sentinel): Test buffer's liveness.
397         (doc-view-pdf/ps->png-sentinel): Remove.
398         (doc-view-start-process): New function.
399         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
400         (doc-view-ps->pdf): Use it.
401         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
402         New functions.
403         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
404         (doc-view-mode): Kill the processes when leaving the mode.
406 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
408         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
409         Use `byte-compile-warning-types'.  Add docstring.
411 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
413         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
414         (smerge-resolve): Add various resolution heuristics.
416         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
417         in 3-way conflicts.
419 2008-03-31  Glenn Morris  <rgm@gnu.org>
421         * calendar/cal-bahai.el (diary-bahai-mark-entries):
422         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
423         * calendar/cal-islam.el (mark-islamic-diary-entries):
424         Fix argument order in call to diary-mark-entries-1.
426         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
427         pre-Bahai dates.
428         (holiday-bahai): Use an algorithm actually relevant to this calendar
429         system.
431         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
433         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
434         Use and.
436         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
437         in the last fortnight in Julian October.
439         * calendar/calendar.el (increment-calendar-month): Optionally handle
440         systems without 12 months per year.
442         (calendar-date-is-visible-p): Doc fix.  Simplify.
444         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
445         from dolist.
447 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
449         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
450         (hi-lock-unload-function): New function.
452 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
454         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
455         overwriting when NEWNAME is a local file.
457         * net/trampver.el: Update release number.
459 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
461         * vc-git.el: Make vc-status display information about copies,
462         renames and permission changes.
463         (vc-git-extra-fileinfo): New defstruct.
464         (vc-git-escape-file-name, vc-git-file-type-as-string)
465         (vc-git-rename-as-string, vc-git-permissions-as-string)
466         (vc-git-status-printer): New functions.
467         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
468         (vc-git-after-dir-status-stage1): Look for copies, renames and
469         permission changes.
470         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
471         (vc-git-dir-status): Ask for staged files and renames.
473 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
475         * vc.el: Allow backends to display backend specific information in
476         the vc-status listing.
477         (vc-status-fileinfo): Add a field for backend specific information.
478         (vc-status-printer): Rename to ...
479         (vc-default-status-printer): ... this.
480         (vc-status-printer): New function.
481         (vc-update-vc-status-buffer): Set the backend specific file info
482         if provided.
484 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * textmodes/remember.el (remember-diary-convert-entry): Revert last
487         change (ill-conceived).
489 2008-03-29  Glenn Morris  <rgm@gnu.org>
491         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
492         * calendar/cal-julian.el (holiday-julian): Simplify.
494         * calendar/holidays.el (list-holidays): Use or.
496 2008-03-29  Juri Linkov  <juri@jurta.org>
498         * window.el (split-window-preferred-horizontally): New function.
500         * cus-start.el (split-window-preferred-function):
501         Set choice for "vertically" to nil instead of split-window.
502         Set choice for "horizontally" to split-window-preferred-horizontally
503         instead of lambda.
505 2008-03-29  Juri Linkov  <juri@jurta.org>
507         * simple.el (minibuffer-default-add-function): New variable with
508         the default to minibuffer-default-add-completions.
509         (minibuffer-default-add-done): New variable.  Make it buffer-local.
510         (minibuffer-default-add-completions): New function.
511         (goto-history-element): Set minibuffer-default-add-done to t and
512         call a function in minibuffer-default-add-function when the
513         specified absolute history position is greater than the length of
514         the minibuffer-default list and minibuffer-default-add-done is nil.
515         Change "^End of history; no next item$" to "^End of defaults;
516         no next item$".
518         * bindings.el (debug-ignored-errors): Change "^End of history;
519         no next item$" to "^End of defaults; no next item$".
521 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
523         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
525         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
526         to with-no-warnings.
528 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
530         Sync with Tramp 2.1.13.
532         * net/tramp-ftp.el: Require 'cl when byte-compiling.
534         * net/trampver.el: Update release number.
536 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
538         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
539         the current backend.
541         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
542         (vc-status-refresh): Create a temporary buffer and call the
543         `dir-status' backend function from that buffer.
545         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
546         (vc-bzr-after-dir-status): Don't kill the buffer.
548         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
549         (vc-cvs-after-dir-status): Don't kill the buffer.
551         * vc-git.el (vc-git-dir-status): Don't create a buffer.
552         (vc-git-after-dir-status-stage2): Don't kill the buffer.
554         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
555         (vc-hg-after-dir-status): Don't kill the buffer.
557         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
558         (vc-svn-after-dir-status): Don't kill the buffer.
560 2008-03-29  Glenn Morris  <rgm@gnu.org>
562         * calendar/calendar.el (diary-file, american-date-diary-pattern)
563         (european-date-diary-pattern, european-calendar-display-form)
564         (american-calendar-display-form, diary-display-hook): Doc fixes.
565         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
566         custom :set.  Mark as obsolete.
567         (calendar-date-style, iso-date-diary-pattern)
568         (iso-calendar-display-form): New user variables.
569         (diary-date-forms, calendar-date-display-form): Set using
570         calendar-date-style.  Doc fix.
571         (calendar-set-date-style): New command.
572         (european-calendar, american-calendar): Use calendar-set-date-style.
573         Mark as obsolete.
575         * calendar/diary-lib.el (number): Move declaration where needed.
576         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
577         (diary-make-date): New function.
578         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
579         Use diary-make-date.
580         (diary-date-display-form, diary-insert-entry-1): New functions.
581         (insert-monthly-diary-entry, insert-yearly-diary-entry):
582         Use diary-insert-entry-1.
583         (insert-anniversary-diary-entry, insert-block-diary-entry)
584         (insert-cyclic-diary-entry): Use diary-date-display-form.
586         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
587         Autoload diary-insert-entry-1.
588         * calendar/cal-bahai.el (diary-bahai-insert-entry)
589         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
590         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
591         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
592         * calendar/cal-islam.el (insert-islamic-diary-entry)
593         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
594         Use diary-insert-entry-1.
596         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
597         (diary-yahrzeit): Doc fix.  Use diary-make-date.
599         * calendar/icalendar.el (icalendar--datetime-to-american-date):
600         New name for icalendar--datetime-to-noneuropean-date.  Make old name
601         obsolete alias.
602         (icalendar--datetime-to-iso-date): New function.
603         (icalendar--datetime-to-diary-date): Doc fix.  Respect
604         calendar-date-style if bound.
606         * textmodes/remember.el (remember-diary-convert-entry):
607         Respect calendar-date-style if bound.
609 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
611         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
612         (xterm-mouse-handle-delete-frame): Delete.
614         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
615         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
616         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
617         in xterm-modify-other-keys-terminal-list.
619         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
620         are conflicts.
622 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
624         * vc.el (vc-update): Check if the buffer is unsaved only if it
625         actually exists.
626         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
627         vc-print-log.
629 2008-03-28  Magnus Henoch  <mange@freemail.hu>
631         * net/dns.el (dns-write): Use set-buffer-multibyte.
633 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
635         * vc-bzr.el (vc-bzr-sha1): New fun.
636         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
637         (vc-bzr-registered): Use it.
639 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
641         * vc.el (vc-status-kill-dir-status-process): Simplify.
642         (vc-status-refresh): Make sure the buffer is live.
643         (ring): Don't require it, not used.
645 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
647         * progmodes/verilog-mode.el (verilog-auto-inout-module):
648         Add optional regular expression to AUTOINOUTMODULE.
649         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
650         (verilog-auto-inst-param, verilog-auto-reg)
651         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
652         (verilog-auto-output-every, verilog-auto-input)
653         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
654         (verilog-auto-unused, verilog-auto): Update documentation to use
655         more obvious instance module names versus cell names.
657 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
659         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
660         kill if a process is running.
662         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
664 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
666         * vc.el: Add new backend function 'status-extra-headers.
667         (vc-default-status-extra-headers): New function.
668         (vc-status-headers): Call 'status-extra-headers.  Add colors.
670         * vc-git.el (vc-git-status-extra-headers): New function.
672 2008-03-28  Glenn Morris  <rgm@gnu.org>
674         * calendar/cal-menu.el (cal-menu-holidays-menu)
675         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
676         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
677         holiday-list is optional.
678         (calendar-mouse-holidays): Remove un-needed local `l'.
680         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
681         Remove un-needed local `date'.
682         (calendar-cursor-to-visible-date): Use let rather than let*.
683         Remove un-needed local `first-of-month-weekday'.
685         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
687         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
688         Doc fixes.
689         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
690         (diary-header-line-flag, diary-header-line-format): Declare.
691         (diary-pull-attrs): Check for multiple matches.
692         (diary-list-entries-2): Simplify finding start of date.
693         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
694         pop-up-frames.
695         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
696         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
698 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
700         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
702         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
704 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
708         * image-mode.el (image-mode-reapply-winprops): Fix last change.
710 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
712         * international/mule-conf.el (define-iso-single-byte-charset):
713         Don't make latin-iso8859-* supplementary.
714         (#'set-charset-priority): Don't change the priority of charsets
715         `unicode' and `emacs'.
717 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
720         temp buffer.
722 2008-03-27  Glenn Morris  <rgm@gnu.org>
724         * calendar/cal-bahai.el (diary-bahai-list-entries):
725         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
726         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
728         * calendar/calendar.el (diary-file): Doc fix.
730         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
731         (list-diary-entries-hook, mark-diary-entries-hook)
732         (include-other-diary-files, diary-mail-entries)
733         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
734         (diary-set-header): New function.
735         (diary-header-line-flag, diary-header-line-format):
736         Use diary-set-header for custom :set function.
737         (diary-set-maybe-redraw): Use symbol-value rather than eval.
738         (diary-attrtype-convert): Use intern-soft rather than read.
739         (diary-display-no-entries): New function.
740         (simple-diary-display, fancy-diary-display): Use it.
741         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
742         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
744         * calendar/holidays.el (list-holidays): Doc fix.
746 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
748         * calc/calc-store.el (calc-read-var-name-history): New variable.
749         (calc-read-var-name): Use `calc-read-var-name-history'.
751 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
753         * image-mode.el (image-mode-reapply-winprops): Simplify now that
754         window-configuration-change-hook works buffer-locally.
756 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
758         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
759         for Emacs Lisp, not Lisp.
761 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
763         * help-fns.el (describe-function-1, describe-variable):
764         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
766         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
767         replacement is provided, don't print "use nil instead".
769 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
771         * complete.el (PC-do-completion): Use regexp-quote.
773 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
775         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
776         Detect missing files.
778         * vc-git.el (vc-git-extra-menu-map): New key map.
779         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
780         New functions.
782         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
783         and 'missing files.
785 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * calendar/holidays.el (list-holidays): Make Y2 optional.
789         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
790         buffers shown to the user.
791         (appt-disp-window): Disable undo explicitly now that the leading space
792         is gone.
794         * simple.el (activate-mark): New function.
795         (set-mark-command): Use it with region-active-p to clean up the code.
796         (exchange-point-and-mark): Invert the meaning of C-u when
797         transient-mark-mode is active.
799         * dired-aux.el (dired-create-files): Use dolist.
801         * bindings.el (mode-line-change-eol): Use with-selected-window.
803         * apropos.el (apropos-command): Include macros.
805 2008-03-26  Glenn Morris  <rgm@gnu.org>
807         * calendar/cal-bahai.el: Require calendar, not cal-julian.
808         (calendar-bahai-epoch): Doc fix.
810         * calendar/cal-china.el: Explicitly require calendar.
812         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
813         Require calendar rather than cal-julian.
814         Autoload calendar-absolute-from-julian.
815         * calendar/cal-coptic.el (coptic-calendar-epoch):
816         * calendar/cal-islam.el (calendar-islamic-epoch):
817         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
819         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
821         * calendar/cal-dst.el: Don't require cal-persia.
822         (calendar-absolute-from-persian): Autoload it.
823         (dst-adjust-time): Doc fix.
825         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
826         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
827         calendar.
829         * calendar/cal-menu.el: Require calendar rather than declaring
830         functions.
831         * calendar/calendar.el: Provide calendar before requiring cal-menu.
833         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
834         calendar-after-frame-setup-hooks.  Update callers, make old name an
835         obsolete alias.  Doc fix.
836         (calendar-frame-1): Doc fix.
838         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
840         * calendar/calendar.el (oriental-holidays, solar-holidays):
841         * calendar/holidays.el (list-holidays): Assume atan always bound.
843         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
844         Explicitly require calendar, not cal-julian.
845         * calendar/lunar.el: Explicitly require cal-dst.
847 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
849         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
851         * help-fns.el (describe-function-1, describe-variable): If no
852         replacement is provided, don't print "use nil instead".
854 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
856         * proced.el: New file.
858 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
860         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
862 2008-03-25  Juri Linkov  <juri@jurta.org>
864         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
865         in battery-mode-line-format.
867         * bindings.el (minibuffer-local-map): For the command
868         file-cache-minibuffer-complete replace keymap minibuffer-local-map
869         with map which is already locally bound to minibuffer-local-map.
871 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
874         Remove `sort-first' argument.
876         * subr.el (redisplay-end-trigger-functions)
877         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
878         (process-filter-multibyte-p, set-process-filter-multibyte):
879         Mark as obsolete.
881 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
883         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
884         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
885         use the LOCAL arg of `add-hook'.
886         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
887         Remove spurious * from defcustom docstrings.
888         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
889         Fix typos in messages.
890         (reb-mode-buffer-p): New function.
891         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
892         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
893         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
894         (reb-update-overlays): Use `unless', `when'.
895         (re-builder-unload-function): New function.
897 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
899         * vc-hooks.el (vc-state): Add documentation for 'missing.
901 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
903         * progmodes/verilog-mode.el (verilog-auto-output)
904         (verilog-auto-input, verilog-auto-inout, verilog-auto)
905         (verilog-delete-auto): Add optional regular expression to
906         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
907         (verilog-signals-matching-regexp): New internal function for
908         signal matching.
910 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
912         * info.el (Info-isearch-search): Always return point.
914 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * diff-mode.el (diff-remembered-defdir): New var.
917         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
919 2008-03-25  Glenn Morris  <rgm@gnu.org>
921         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
922         calendar-bahai-prompt-for-date.  Update callers, make old name an
923         obsolete alias.  Doc fix.
924         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
925         coptic-prompt-for-date.  Update callers, make old name an
926         obsolete alias.  Doc fix.
927         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
928         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
929         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
930         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
931         * calendar/cal-iso.el (calendar-iso-read-date): New name for
932         calendar-iso-read-args.  Update callers, make old name an obsolete
933         alias.
934         * calendar/cal-persia.el (calendar-persian-read-date): New name for
935         persian-prompt-for-date.  Update callers, make old name an
936         obsolete alias.  Doc fix.  Move definition before use.
938         * calendar/cal-x.el (diary-frame-parameters)
939         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
940         (calendar-frame-1): Doc fixes.
941         (make-fancy-diary-buffer): Remove declaration.
942         (calendar-dedicate-diary): Replace call to deleted function
943         make-fancy-diary-buffer.
944         (calendar-frame-setup): New function.
945         (calendar-one-frame-setup, calendar-only-one-frame-setup)
946         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
947         work, and mark as obsolete.
948         (special-display-buffer-names): Don't mess with this; it's not our
949         business.
950         (cal-x-load-hook): Defvar it, and mark as obsolete.
952         * calendar/calendar.el (calendar-remove-frame-by-deleting):
953         Default to t.  Add to 'calendar group.
954         (calendar): Doc fix.  Use calendar-frame-setup.
955         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
956         (generate-calendar-window): Doc fix.
958 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
960         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
962 2008-03-24  Drew Adams  <drew.adams@oracle.com>
964         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
965         New variables.
966         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
967         (finder-exit): Ignore errors rather than avoiding them.
968         Kill *Finder-package* buffer also.
970 2008-03-24  Andreas Schwab  <schwab@suse.de>
972         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
974 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
976         * vc-hg.el (vc-hg-after-dir-status):
977         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
979         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
980         Detect removed files.
982         * vc.el (vc-status-printer): Use a different face for missing files.
983         (vc-status-hide-up-to-date): Rename from
984         vc-status-remove-up-to-date.  Update all callers.
985         (vc-status-mode-map): Bind C-m.
987 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
989         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
990         code ...
991         (vc-git--state-code): ... to this new function.
992         (vc-git-state): Use it.
994 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
996         * textmodes/remember.el (remember-mail-date)
997         (remember-store-in-mailbox): Write date and From line in such a
998         way that Mutt can read it.
1000 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
1002         * simple.el (transient-mark-mode): Turn on by default.
1004 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
1006         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
1007         'unregistered for unregistered files.
1009         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
1011         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
1013         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
1014         subdirectories.
1016         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
1017         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
1018         Add :enable for vc-status-refresh.
1019         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
1020         (vc-status-tool-bar-map): Add binding for
1021         vc-status-kill-dir-status-process.
1022         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
1023         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
1024         Reset vc-status-process-buffer.
1025         (vc-status-refresh): Don't run two refreshes at a time.
1026         (vc-status): If the buffer is already in vc-status-mode only refresh.
1027         (vc-status-mark-buffer-changed): Add an optional file parameter.
1028         (vc-resynch-buffer): Use it.
1029         (vc-delete-file): Expand the file name before using it.
1030         Be careful to not create a new buffer with the old file contents.
1031         Update the VC state after performing the operation.
1033 2008-03-23  Andreas Schwab  <schwab@suse.de>
1035         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
1036         Fix radio button condition.
1037         [box]: Likewise.
1038         [customize]: Add radio button.
1040 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
1042         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
1043         (calc-user-parse-tables, calc-gnuplot-default-device)
1044         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1045         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1046         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1047         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
1048         (calc-undo-list, calc-redo-list, calc-main-buffer)
1049         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
1050         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
1051         (calc-said-hello, calc-executing-macro, calc-any-selections)
1052         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
1053         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
1054         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
1055         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
1056         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
1057         (calc-create-buffer, calc-quit): Add docstrings.
1059 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
1061         * makefile.w32-in (WINS_ALMOST): Add org.
1063 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
1065         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1066         New functions to implement vc-status support.
1068 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
1070         * vc.el (vc-status-prepare-status-buffer): New function.
1071         (vc-status): Use it.
1073         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
1074         appropriate.
1076 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
1078         * vc-git.el (vc-git--empty-db-p)
1079         (vc-git-after-dir-status-stage1-empty-db): New functions.
1080         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
1081         Add support for empty repositories.
1083 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
1085         * vc-git.el (vc-git-annotate-extract-revision-at-line):
1086         Allow "^" in a version name.
1088         * vc-mtn.el (vc-mtn-state): Support the added state.
1090 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
1092         * org: New directory for Org-mode.
1094         * org/org-export-latex.el: Moved from lisp/texmodes.
1096         * org/org-irc.el: Moved from lisp/texmodes.
1098         * org/org-mac-message.el: Moved from lisp/texmodes.
1100         * org/org-mouse.el: Moved from lisp/texmodes.
1102         * org/org-publish.el: Moved from lisp/texmodes.
1104 2008-03-21  Juri Linkov  <juri@jurta.org>
1106         * comint.el (comint-dynamic-simple-complete):
1107         Use variable `stub' for the second arg `common-substring'
1108         of `comint-dynamic-list-completions'.
1109         (comint-dynamic-list-filename-completions):
1110         Use variable `filenondir' for the second arg `common-substring'
1111         of `comint-dynamic-list-completions'.
1112         (comint-dynamic-list-completions): Add new optional arg
1113         `common-substring'.  Add `common-substring' as the second arg of
1114         the call to `display-completion-list'.  Doc fix.
1116         * comint.el (comint-dynamic-complete-as-filename)
1117         (comint-dynamic-list-filename-completions)
1118         (comint-dynamic-simple-complete): Use `minibuffer-message'
1119         to display message "No completions of %s" when a command
1120         is called in the minibuffer.
1121         (comint-dynamic-simple-complete): Don't display other
1122         completion messages when a command is called in the minibuffer.
1123         (comint-dynamic-list-completions): Use `minibuffer-message'
1124         to display message " [Type space to flush ...]" when a command
1125         is called in the minibuffer.
1127         * shell.el (shell-dynamic-complete-command)
1128         (shell-dynamic-complete-environment-variable): Don't display
1129         completion messages when command is called in the minibuffer.
1131         * emacs-lisp/lisp.el (lisp-complete-symbol):
1132         Use `minibuffer-message' to display message "No completions of %s"
1133         when this command is called in the minibuffer.
1135         * bindings.el (standard-mode-line-modes): Put special help-echo
1136         tooltip on recursive edit %[ %] mode-line constructs.
1138         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
1139         "^No dynamic expansion for .* found$" to allow error messages like
1140         "No dynamic expansion for \"%s\" found in this-buffer".
1142 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
1144         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
1145         "psftp".
1147 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1149         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
1150         * vc.el (vc-default-dired-state-info): Use just "modified".
1151         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
1152         (vc-cvs-mode-line-string): Make use of the better default.
1153         (vc-cvs-parse-entry): Use the new `added'.
1154         (vc-cvs-dired-state-info): Remove.
1155         * vc-svn.el (vc-svn-dired-state-info): Remove.
1156         * vc-hg.el (vc-hg-dired-state-info): Remove.
1157         * vc-git.el (vc-git-dired-state-info): Remove.
1159 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
1161         * vc-git.el (vc-git-status-result): New variable.
1162         (vc-git-dir-status): Split out ...
1163         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
1164         ... these new functions and work asynchronously.
1166 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
1168         * vc-git.el (vc-git-after-dir-status): Remove.
1169         (vc-git-dired-state-info): Reimplement.
1171 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
1173         * replace.el (occur-mode-map): Add :help.
1175         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
1176         for disassemble.
1178         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
1179         the 'added state.
1180         (vc-status-remove-up-to-date): New function.
1181         (vc-status-mode-map, vc-status-menu-map): Bind it.
1182         (vc-status-printer): Use a different face up-to-date files.
1183         (vc-resynch-buffer): Update the vc-status buffer if it exists.
1184         (Todo): Remove solved entries.
1186         * vc-hg.el (vc-hg-state):
1187         * vc-git.el (vc-git-state):
1188         * vc-cvs.el (vc-cvs-parse-status):
1189         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
1190         state.
1192 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * progmodes/compile.el (compile):
1195         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
1197         * simple.el (minibuffer-local-shell-command-map): New var.
1198         (minibuffer-complete-shell-command, read-shell-command): New funs.
1199         (shell-command, shell-command-on-region): Use them.
1201 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1203         * vc.el (vc-status-mark-buffer-changed): New function to implement
1204         updating of the *vc-status* buffer when a buffer is saved.
1205         (vc-status-mode): Use it for after-change-hook.
1206         (vc-add-to-vc-status-buffer): Rename to ...
1207         (vc-status-add-entry): ... this.
1208         (Todo): Add new entry.
1210 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
1214 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
1216         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
1217         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
1218         Remove spurious * from defcustom docstrings.
1219         (icomplete-compute-delay): Fix docstring and remove spurious *.
1220         (icomplete-delay-completions-threshold): Fix typo in docstring and
1221         remove spurious *.
1222         (icomplete-completions): While collecting the list of prospective
1223         candidates, don't overshoot `icomplete-prospects-length'.
1225 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1227         * textmodes/refbib.el:
1228         * textmodes/reftex.el:
1229         * textmodes/reftex-global.el:
1230         * textmodes/reftex-vars.el:
1231         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
1232         compiler pacifying defvars.
1233         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
1234         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
1235         not needed.
1237 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
1239         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
1240         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
1241         (verilog-customize, verilog-font-customize)
1242         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
1243         (verilog-mode): Update documentation strings to match tool tips.
1244         (verilog-auto-search-do, verilog-auto-re-search-do)
1245         (verilog-skip-forward-comment-or-string): Fix verilog-auto
1246         expansion when a .* appears inside a string.
1247         (verilog-re-search-forward, verilog-re-search-backward):
1248         Add comment to recall how this works.
1249         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
1251 2008-03-20  Glenn Morris  <rgm@gnu.org>
1253         * calendar/calendar.el (calendar-other-dates): New function.
1254         (calendar-print-other-dates): Use calendar-other-dates.
1255         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
1256         the declarations it replaces.
1257         (calendar-mouse-print-dates): Use calendar-other-dates.
1259         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
1260         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
1261         (calendar-absolute-from-bahai): Fix the leap-year case.
1262         (calendar-bahai-from-absolute): Re-use the Gregorian month.
1263         (calendar-bahai-date-string, calendar-bahai-print-date):
1264         Handle pre-Bahai dates.
1266         * calendar/cal-china.el (chinese-calendar-celestial-stem)
1267         (chinese-calendar-terrestrial-branch): Make defcustoms.
1269         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
1270         (calendar-mouse-view-diary-entries): Use or.
1271         (calendar-mouse-chinese-date): Remove unused command.
1272         (cal-menu-load-hook): Mark as obsolete.
1274         * calendar/solar.el (calendar-location-name, calendar-latitude)
1275         (calendar-longitude, solar-arctan, sunrise-sunset)
1276         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
1278 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
1280         * calc/calc.el: Remove outdated comments.
1281         (defcalcmodevar, calc-mode-var-list-restore-default-values)
1282         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
1283         Add docstrings.
1285 2008-03-19  Jason Rumney  <jasonr@gnu.org>
1287         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
1289 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1291         * net/tls.el (open-tls-stream): Reindent.
1293 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
1295         * net/tramp.el (tramp-let-maybe): Removed.
1296         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
1297         It does not exist under XEmacs.
1298         (tramp-handle-file-truename, tramp-handle-expand-file-name)
1299         (tramp-completion-file-name-handler): Let-bind
1300         `directory-sep-char'.
1302         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
1303         `directory-sep-char'.
1305 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         * help-fns.el (describe-function-1): Don't signal "missing arglist"
1308         for autoloaded keymaps.
1310         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
1311         (electric-verilog-terminate-line, verilog-in-struct-region-p)
1312         (verilog-backward-ws&directives, verilog-forward-ws&directives)
1313         (verilog-in-comment-p, verilog-in-star-comment-p)
1314         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
1315         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
1316         (verilog-skip-forward-comment-or-string, verilog-in-paren)
1317         (verilog-skip-forward-comment-p): Use it.
1319 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
1321         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
1322         (org-remember-templates, org-time-stamp-rounding-minutes)
1323         (org-back-over-empty-lines, org-find-base-buffer-visiting)
1324         (org-columns-new): Fix typos in docstrings.
1326 2008-03-19  Glenn Morris  <rgm@gnu.org>
1328         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
1329         (tramp-handle-shell-command): Use condition-case rather than
1330         ignore-errors.
1332 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
1334         * diff-mode.el (diff-header): Make the color louder.
1335         (diff-refine-change): Tone the color down.
1337 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
1339         * descr-text.el (describe-char): When `describe-char-unidata-list'
1340         is set to show all properties, list them in the right order.
1342 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1344         * international/mule.el (load-with-code-conversion): Avoid setting
1345         default-enable-multibyte-characters.
1347 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
1349         * vc.el (vc-annotate-background): Fix custom type.
1351 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1353         * descr-text.el (describe-char-unidata-list): Allow specifying
1354         just all properties.
1355         (describe-char): Handle that new value.
1357         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
1359 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
1361         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
1362         instead of file name extension to make docs with uncommon
1363         extensions work.
1365 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
1367         * doc-view.el (require): Require cl at compile time because
1368         `assert' needs it.
1370 2008-03-18  Glenn Morris  <rgm@gnu.org>
1372         * calendar/calendar.el (initial-calendar-window-hook)
1373         (today-visible-calendar-hook): Doc fixes.
1375 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
1377         * net/tramp.el (tramp-root-regexp): Simplify.
1378         (tramp-completion-file-name-regexp-separate): Don't insist on
1379         leading "[".  This prevents method or user or host completion.
1380         (tramp-let-maybe): Autoload it.
1381         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
1382         is an alias for `identity'.
1383         (tramp-handle-write-region): Protect `last-coding-system-used'
1384         over the trailing statements.
1385         (tramp-completion-file-name-handler-post-function): Remove.
1386         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
1387         instead of calling `tramp-drop-volume-letter'.
1389         * net/tramp.el:
1390         * net/tramp-uu.el:
1391         * net/trampver.el: Move coding cookie at the end.
1393 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
1396         elements which may be something else than characters.
1398 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
1400         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
1401         New functions to implement vc-status support.
1403         * vc.el (vc-default-extra-status-menu)
1404         (vc-add-to-vc-status-buffer): New functions.
1406         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1407         for eldoc and ielm.
1409 2008-03-17  Glenn Morris  <rgm@gnu.org>
1411         * calendar/cal-x.el (diary-frame-parameters)
1412         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
1413         Fix custom type; add options.
1414         (calendar-frame, diary-frame): Doc fixes.
1415         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
1416         new functions.
1417         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
1418         Use calendar-frame-1 and calendar-dedicate-diary.
1419         (calendar-one-frame-setup): Also handle only-one-frame case.
1420         (calendar-only-one-frame-setup): Doc fix.  Just call
1421         calendar-one-frame-setup.
1423         * calendar/diary-lib.el: Re-order some definitions before their use.
1424         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
1425         (diary-list-entries): Doc fixes.
1426         (make-fancy-diary-display): Remove function.
1428         * calendar/calendar.el (calendar-today-marker)
1429         (initial-calendar-window-hook, today-visible-calendar-hook)
1430         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
1431         (calendar-star-date, calendar-mark-today): Doc fixes.
1432         (today-visible-calendar-hook): Add options.
1433         (calendar-in-read-only-buffer): New macro.
1434         (calendar-basic-setup): Adapt for change in calendar-read-date.
1435         Place holiday let inside if.
1436         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
1437         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
1438         (calendar-print-other-dates): Use one let rather than many.
1440         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
1441         (calendar-print-other-dates):
1442         * calendar/cal-hebrew.el (list-yahrzeit-dates):
1443         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
1444         * calendar/holidays.el (calendar-list-holidays, list-holidays)
1445         (calendar-cursor-holidays):
1446         * calendar/lunar.el (calendar-phases-of-moon): Use
1447         calendar-in-read-only-buffer to replace previous code and disable undo.
1449 2008-03-16  Juri Linkov  <juri@jurta.org>
1451         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
1452         and regexp-search-ring-yank-pointer for the HISTPOS argument of
1453         read-from-minibuffer to provide the correct initial minibuffer
1454         history position in isearch-edit-string when it is called from
1455         isearch-ring-adjust.
1457         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
1458         to check if the current buffer is the minibuffer, and in this case
1459         call abort-recursive-edit to kill the minibuffer.  Doc fix.
1460         (kill-this-buffer-enabled-p): Allow this function to return non-nil
1461         when the current buffer is the minibuffer.
1463         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
1465 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
1467         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
1468         Use non-nil PARENTS attribute of make-directory instead of
1469         explicitly checking existence the current cache directory.
1471 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
1473         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
1474         M-x epa-file-select-keys.
1476 2008-03-16  Kenichi Handa  <handa@m17n.org>
1478         * international/mule.el (auto-coding-alist):
1479         Use no-conversion-multibyte for archive files.
1481 2008-03-16  Glenn Morris  <rgm@gnu.org>
1483         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
1484         New functions.
1485         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
1486         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
1487         Use calendar-mark-1.
1488         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
1489         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
1490         Use calendar-mark-complex.
1491         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
1492         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
1493         Use calendar-mark-1.
1495         * calendar/calendar.el (calendar-mod): Remove.
1496         * calendar/cal-china.el (calendar-chinese-from-absolute)
1497         (calendar-chinese-date-string): Expand calendar-mod calls.
1498         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
1499         Expand calendar-mod calls.
1501         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
1502         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
1503         (diary-bahai-insert-yearly-entry): Use let rather than let*.
1504         Move obsolete aliases after the functions that replaced them.
1506         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
1507         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
1508         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
1509         Use let rather than let*.
1510         (calendar-hebrew-prompt-for-date): New function.
1511         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
1512         (holiday-tisha-b-av-etc): Use unless, let.
1514         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
1515         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
1517         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
1519         * calendar/calendar.el (calendar-for-loop): Add indent spec.
1521         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
1522         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
1523         than concat.
1524         (diary): Remove un-needed let.
1525         (view-other-diary-entries): Rename argument.
1526         (diary-list-entries-2): New function.
1527         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
1528         (print-diary-entries): Use unless.
1529         (diary-mark-entries-1): Change argument order, make all but
1530         markfunc optional.  Handle the standard (Gregorian) case.
1531         Use match-string-no-properties.  Handle marks.
1532         (mark-diary-entries): Use diary-mark-entries-1.
1533         (diary-font-lock-keywords-1): New macro.
1534         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
1536 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
1538         * icalendar.el (icalendar-version): Increase to 0.18.
1539         (icalendar-export-hidden-diary-entries): New variable.
1540         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
1541         In case of error, insert full error-val.
1542         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
1543         Use calendar-day-of-week.  Return the day number.
1544         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
1546 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
1548         * icalendar.el (icalendar-recurring-start-year): New variable.
1549         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
1550         (icalendar-export-region): Ignore hidden diary entries.
1551         (icalendar--convert-ordinary-to-ical): Fix case where event
1552         spans across midnight boundary.
1553         (icalendar-first-weekday-of-year): New function.
1554         (icalendar--convert-weekly-to-ical): Allow user-selectable start
1555         year for recurring events (Mozilla calendars do not propagate
1556         recurring events forever, so year 2000 start date was not working).
1557         (icalendar--convert-yearly-to-ical): Remove extra spaces in
1558         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
1560 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
1562         * net/tramp.el (tramp-root-regexp): New defconst.
1563         (tramp-completion-file-name-regexp-unified)
1564         (tramp-completion-file-name-regexp-separate)
1565         (tramp-completion-file-name-regexp-url): Use it.
1566         (tramp-do-copy-or-rename-file-via-buffer):
1567         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
1568         t for `insert-file-contents-literally'.
1569         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
1570         Autoload it.
1571         (tramp-completion-file-name-handler-post-function): New defconst.
1572         (tramp-completion-file-name-handler): Use it.
1573         (tramp-maybe-open-connection): Update calls to
1574         `tramp-flush-connection-property' for removed 2nd argument.
1576 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1578         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
1579         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
1580         New functions.
1582 2008-03-15  Glenn Morris  <rgm@gnu.org>
1584         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
1585         New functions.
1586         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
1587         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
1588         (diary-list-entries-1, diary-mark-entries-1): Autoload.
1589         (diary-bahai-list-entries): Use diary-list-entries-1.
1590         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
1591         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
1592         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
1593         (diary-list-entries-1, diary-mark-entries-1): Autoload.
1594         (list-hebrew-diary-entries): Use diary-list-entries-1.
1595         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
1596         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
1597         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
1598         (diary-list-entries-1, diary-mark-entries-1): Autoload.
1599         (list-islamic-diary-entries): Use diary-list-entries-1.
1600         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
1602         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
1604         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
1606         * calendar/cal-china.el (number-chinese-months)
1607         (calendar-chinese-from-absolute): Use nth, caar.
1609         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
1611         * calendar/cal-french.el (french-calendar-accents): Doc fix.
1613         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
1614         (calendar-hebrew-month-name-array-leap-year)
1615         (hebrew-calendar-parashiot-names): Make constants.
1616         (diary-parasha): Move definition after constants it uses.
1618         * calendar/cal-html.el (cal-html-insert-link-yearpage)
1619         (cal-html-htmlify-list): Doc fix.
1620         (cal-html-htmlify-entry): Use nth.
1622         * calendar/cal-islam.el (calendar-islamic-month-name-array)
1623         (calendar-islamic-epoch): Make constants.
1624         (calendar-islamic-epoch): Doc fix.
1626         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
1628         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
1629         (cal-tex-month-name): Doc fix.
1630         (cal-tex-last-blank-p): Use zerop.
1632         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
1633         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
1634         (calendar-cursor-to-date): Doc fix.
1635         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
1636         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
1637         (calendar-day-number): Use when.
1638         (generate-calendar-month): Use dotimes.
1639         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
1640         (calendar-set-mark): Reverse conditional.
1641         (calendar-make-alist): Move definition before use.
1643         * calendar/diary-lib.el (diary-face-attrs)
1644         (diary-glob-file-regexp-prefix, diary-selective-display)
1645         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
1646         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
1647         (diary-anniversary, diary-cyclic)
1648         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
1649         (diary-header-line-format): Change wording.
1650         (diary-list-entries): Set `date-start' in let.
1651         (include-other-diary-files, mark-included-diary-files): Use format.
1652         (simple-diary-display, fancy-diary-display): Use cadr, unless.
1653         (mark-diary-entries): Use 1+.
1654         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
1655         (mark-calendar-month): Use dotimes.
1657         * calendar/holidays.el (displayed-month, displayed-year):
1658         Move declarations where needed.
1659         (calendar-list-holidays): Doc fix.
1661         * calendar/parse-time.el (parse-time-string): Simplify.
1663         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
1664         Make constants.
1665         (solar-sunrise-sunset): Rename some local variables for clarity.
1666         (sunrise-sunset): Use zerop.
1667         (solar-mean-equinoxes/solstices): Doc fix.
1669         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
1670         Use nth.
1671         (timeclock-completing-read, timeclock-generate-report): Use zerop.
1672         (timeclock-mean, timeclock-generate-report): Use dolist.
1674         * calendar/todo-mode.el (todo-add-category): Simplify.
1675         (todo-more-important-p, todo-delete-item, todo-file-item):
1676         Use unless, when.
1677         (todo-top-priorities): Use zerop.
1679 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
1681         * buff-menu.el (list-buffers-noselect): Display buffer name in
1682         tooltip instead of mouse binding when it doesn't fit in the list.
1684 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
1686         * faces.el (xw-defined-colors):
1687         * simple.el (widget-convert, shell-mode): Declare as functions
1688         instead of autoloading.
1690         * abbrev.el:
1691         * button.el:
1692         * cus-face.el:
1693         * ediff-hook.el:
1694         * emacs-lisp/backquote.el:
1695         * emacs-lisp/timer.el:
1696         * facemenu.el:
1697         * faces.el:
1698         * menu-bar.el:
1699         * simple.el:
1700         * subr.el:
1701         * textmodes/fill.el:
1702         * textmodes/paragraphs.el: Remove autoloads, redundant when the
1703         files are preloaded.
1705 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * desktop.el (desktop-create-buffer): Don't catch errors if
1708         debug-on-error is set.
1710 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
1712         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
1713         ($(lisp)/calendar/diary-loaddefs.el)
1714         ($(lisp)/calendar/hol-loaddefs.el): New targets.
1715         (LOADDEFS): New macro.
1716         (autoloads): Depend on $(LOADDEFS).
1718 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
1720         * font-lock.el (featurep): Remove test, not useful anymore.
1721         (facemenu-keymap): Move key binding ...
1722         * facemenu.el (facemenu-keymap): ... here.
1724         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
1725         for each file in the list.
1726         (vc-bzr-log-view-mode): Recognize the file marker.
1728         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1729         for checkdoc and profiling.
1731 2008-03-14  Bastien Guerry  <bzg@altern.org>
1733         * textmodes/flyspell.el (nxml-mode): Add the right
1734         `flyspell-mode-predicate'.
1736         * wid-edit.el (link): Use 'mouse-face for :follow-link.
1738 2008-03-14  Glenn Morris  <rgm@gnu.org>
1740         * calendar/solar.el: Reorder so that functions are defined before use.
1741         (displayed-month, displayed-year): Move declarations where needed.
1742         (solar-get-number): Move definition before use.  Use unless.
1743         (solar-equatorial-coordinates): Simplify.
1744         (solar-sunrise-and-sunset): Use let rather than let*.
1745         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
1747         * startup.el (command-line-1): Rename -internal-script back to
1748         -scriptload (reverts previous change).
1750         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
1751         (calendar-bahai-leap-base): Add doc strings.
1752         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
1753         Move definition before use.
1754         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
1755         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
1756         variables outside the loop.  Use dolist.
1757         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
1759         * calendar/cal-china.el: Re-order so that functions are defined before
1760         use.
1761         (displayed-month, displayed-year): Move declarations where needed.
1762         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
1763         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
1764         Add doc strings.
1765         (chinese-year-cache): Recenter on 2010.  Doc fix.
1766         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
1767         Doc fix.  Simplify.
1768         (chinese-year-cache-init): New function.
1769         (compute-chinese-year, holiday-chinese-new-year)
1770         (calendar-chinese-date-string, calendar-goto-chinese-date)
1771         (make-chinese-month-assoc-list): Use cadr, nth.
1772         (chinese-months): Remove un-needed let.
1774         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
1775         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
1776         (coptic-prompt-for-date): Move definition before use.
1778         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
1779         (calendar-dst-find-data, calendar-daylight-time-offset)
1780         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
1781         (calendar-daylight-savings-starts-time)
1782         (calendar-daylight-savings-ends-time): Use cadr, nth.
1784         * calendar/cal-french.el (french-calendar-epoch)
1785         (calendar-goto-french-date): Doc fix.
1786         (french-calendar-month-name-array)
1787         (french-calendar-multibyte-month-name-array)
1788         (french-calendar-day-name-array, french-calendar-special-days-array):
1789         Add doc strings.
1791         * calendar/cal-hebrew.el (displayed-month, displayed-year)
1792         (original-date): Move declarations where needed.
1793         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
1794         Doc fix.
1795         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
1796         constant variables outside the loop.  Use dolist.
1798         * calendar/cal-islam.el (displayed-month, displayed-year)
1799         (original-date): Move declarations where needed.
1800         (islamic-calendar-day-number): Remove unused local variable `day'.
1801         (calendar-goto-islamic-date): Doc fix.
1802         (holiday-islamic): Use unless.
1803         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
1804         constant variables outside the loop.  Use dolist.
1805         (mark-islamic-calendar-date-pattern): Move definition before use.
1806         Use unless.
1807         (mark-islamic-diary-entries): Doc fix.
1808         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
1809         (insert-yearly-islamic-diary-entry): Use let rather than let*.
1811         * calendar/cal-julian.el (calendar-absolute-from-julian):
1812         Move definition before use.  Remove un-needed local `day'.
1813         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
1815         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
1816         (calendar-mayan-tzolkin-names-array): Add doc strings.
1817         (calendar-mayan-long-count-from-absolute): Use a single let.
1818         (calendar-string-to-mayan-long-count): Simplify.
1819         (calendar-next-haab-date, calendar-previous-haab-date)
1820         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
1821         (calendar-previous-calendar-round-date)
1822         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
1823         Doc fix.
1824         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
1825         (calendar-mayan-date-string, calendar-print-mayan-date)
1826         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
1827         (calendar-mayan-long-count-common-era): Move definitions before use.
1829         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
1830         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
1831         Doc fix.
1832         (calendar-mouse-goto-date): Move definition before use.
1834         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
1835         Move definition before use.
1836         (calendar-cursor-to-visible-date): Move definition before use.
1837         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
1838         and place inside the conditional.
1839         (calendar-forward-day): Simplify.
1840         (calendar-end-of-month): Use unless.
1841         (calendar-goto-day-of-year): Doc fix.
1842         Relocate obsolete aliases after their replacements.
1844         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
1846         * calendar/diary-lib.el (mark-diary-entries): Move some constant
1847         variables outside the diary-date-forms loop.
1849         * calendar/calendar.el (diary-file): Doc fix.
1850         (calendar-buffer-list): Return buffers rather than strings (fixes
1851         previous change).
1852         (hebrew-holidays-4): Fix typo.
1854         * calendar/holidays.el (displayed-month, displayed-year):
1855         Move declarations where needed.
1856         (calendar-holiday-list, calendar-list-holidays)
1857         (holiday-filter-visible-calendar): Move definitions before use.
1858         (list-holidays): Use cadr.
1859         Relocate obsolete aliases after their replacements.
1861         * calendar/lunar.el (date, displayed-month, displayed-year):
1862         Move declarations where needed.
1863         (lunar-phase-list): Move definition after functions it uses.
1864         (calendar-phases-of-moon, diary-phases-of-moon)
1865         (lunar-new-moon-on-or-after): Use cadr, nth.
1866         (lunar-new-moon-on-or-after): Doc fix.
1868         * textmodes/org-irc.el (top-level): CL not required when compiling.
1869         (org-irc-visit-erc): Replace runtime CL functions.
1871         * textmodes/org-publish.el (declare-function): Add compatibility stub.
1872         (org-publish-delete-dups): Declare as function.
1874 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
1876         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
1877         (vc-bzr-show-log-entry): Make regexp match more cases.
1878         (vc-diff-switches-list): Remove autoload, not needed.
1880 2008-03-14  Juri Linkov  <juri@jurta.org>
1882         * isearch.el (isearch-edit-string): Remove one call to
1883         `isearch-push-state' not to push an inconsistent state,
1884         but keep another correct call to `isearch-push-state'.
1885         (isearch-ring-adjust): Call `isearch-push-state' only when
1886         `search-ring-update' is non-nil since `isearch-edit-string'
1887         already pushes its state.
1888         (isearch-message): Improve matching the failed part by checking
1889         if the original message starts with the last successful message.
1891         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
1892         (dired-perm-write): Rename from `dired-warn-writable'.
1893         Change parent face from `font-lock-warning-face' to
1894         `font-lock-comment-delimiter-face'.
1895         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
1896         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
1897         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
1898         with `dired-perm-write-face'.
1900 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
1902         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
1903         Create cache dir only if it doesn't already exist.
1905 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1907         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
1908         of \ and '.
1910 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
1912         * net/browse-url.el (browse-url-text-xterm):
1913         Unquote browse-url-text-browser.
1915 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
1917         * textmodes/org-mouse.el: Version number change.
1919         * textmodes/org-publish.el (org-publish-expand-components):
1920         Remove null projects from the list of components.
1921         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
1922         Remove unused retrieval of the :publishing-directory property.
1923         (org-publish-file): Bugfix: when using a relative directory as the
1924         publishing directory, convert it to a directory filename.
1925         (org-publish-project): New alias.
1926         (org-publish-get-files): Protect against empty p.
1927         (org-publish-file): Send an error when file is not part of any project.
1928         (org-publish-file): Offer to refresh the list of files in known
1929         project when the current file is not part of any project.
1930         (org-publish-before-export-hook)
1931         (org-publish-after-export-hook): New hooks.
1932         (org-publish-org-to): Use new hooks and kill buffers.
1933         (org-publish-file): Remove the code for killing buffers.
1934         (org-publish-initialize-files-alist): Use interactive.
1935         (org-publish-file): If the publishing function creates a new
1936         buffer, kill it after publishing.
1937         (org-publish-timestamp-filename): Protect ":" in file name path
1938         under windows.
1940         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
1941         change that killed the LaTeX buffer.
1943         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
1944         in the decision tree.
1945         (org-select-remember-template): Clean the code.
1946         (org-prepare-dblock): Add the extra :content parameter.
1947         (org-write-agenda): New output type ".ics" files.
1948         (org-write-agenda): Call `org-icalendar-verify-function', both for
1949         time stamps and for TODO entries.
1950         (org-agenda-collect-markers, org-create-marker-find-array)
1951         (org-check-agenda-marker-table): New functions.
1952         (org-agenda-marker-table): New variable.
1953         (org-export-as-html): Revert the change that killed the html
1954         buffer.  Side effects first need to be studied carefully.
1955         (org-get-tags-at): Fix the structure of the condition-case statement.
1956         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
1957         (org-timestamp-change): Fix regulear expressions to swallow the
1958         extra character for repeat-shift control.
1959         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
1960         (org-get-legal-level): Alias to `org-get-valid-level'.
1961         (org-dblock-write:clocktable): Add a :link parameter, linking
1962         headlines to their location in the Org agenda files.
1963         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
1964         throwing an error when getting tags before headlines.
1965         (org-timestamp-change, org-modify-ts-extra)
1966         (org-ts-regexp1): Fix timestamp editing.
1967         (org-agenda-custom-commands-local-options): New constant.
1968         (org-agenda-custom-commands):
1969         Use `org-agenda-custom-commands-local-options' to improve customize
1970         type.  "htmlize": Removed hack to fix face problem with htmlize,
1971         it no longer seem necessary.
1972         (org-follow-link-hook): New hook.
1973         (org-agenda-custom-commands): Add "Component" as a tag for each
1974         item in a command serie.
1975         (org-open-at-point): Run `org-follow-link-hook'.
1976         (org-agenda-schedule): Bugfix: don't display marker type when it
1977         is nil.
1978         (org-store-link): org-irc required.
1979         (org-set-regexps-and-options): Parse the new logging options.
1980         (org-extract-log-state-settings): New function.
1981         (org-todo): Handle the new ways of recording state change stuff.
1982         (org-local-logging): New function.
1983         (org-columns-open-link): Fix bug with opening link in column view.
1984         (org-local-logging): New function
1985         (org-todo): Make sure that LOGGING properties are honoured.
1986         (org-todo-keywords): Improve docstring.
1987         (org-startup-options): Cleanup startup options.
1988         (org-set-regexps-and-options): Process the "!" markers.
1989         (org-todo): Respect the new logging stuff.
1990         (org-log-note-how): New variable.
1991         (org-add-log-maybe): New parameter HOW that defines how logging
1992         should be done and also overrides PURPOSE.  Add a docstring.
1993         (org-add-log-note): Check if we really need to ask for a note.
1994         (org-get-current-options): Digest the new keyword.
1995         (org-agenda-reset-markers): Rename from
1996         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
1997         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
1998         function, without force argument.
1999         (org-buffer-property-keys): Bind local variables s and p.
2000         (org-make-tags-matcher): Allow "" to match an empty or
2001         non-existent property value.
2002         (org-export-as-html): Join unsorted lists when they directly
2003         follow each other.  Such lists may be created by headlines that
2004         are converted to lists.
2005         (org-nofm-to-completion): New function.
2006         (org-export-as-html): Use :html-extension instead of
2007         org-export-html-extension.
2008         (org-store-link): Support for links from `rmail-summary-mode'.
2009         (org-columns-new, org-complete, org-set-property): Set the
2010         `include-columns' argument in the call to
2011         `org-buffer-property-keys'.
2012         (org-buffer-property-keys): New argument `include-columns', to
2013         include properties expected by any of the COLUMS formats in the
2014         current buffer.
2015         (org-cleaned-string-for-export): Get rid of drawers first, so that
2016         they will be removed also in the text before the first headline.
2017         (org-clock-report): Show the clocktable when found.
2018         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
2019         (org-version): With prefix argument, insert `org-version' at point.
2020         (org-agenda-goto): Recenter the window after finding the target
2021         location, to make sure the correct position will be displayed.
2022         (org-agenda-get-deadlines): Don't scale priority with the warning
2023         period.
2024         (org-insert-heading): Don't break line in the middle of the line.
2025         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
2026         be 0.
2027         (org-update-checkbox-count): Revamp to deal with hierarchical
2028         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
2029         (org-remove-timestamp-with-keyword): New function.
2030         (org-schedule, org-deadline):
2031         Use `org-remove-timestamp-with-keyword' to make sure all such time
2032         stamps are removed.
2033         (org-mode): Support for `align'.
2034         (org-agenda-get-deadlines): Make sure priorities increase as the
2035         due date approaches and is passed.
2036         (org-remember-apply-template): Fix problem with tags that
2037         contain "_" or "@".
2038         (org-make-link-regexps): Improve the regular expression for plain links.
2039         (org-agenda-get-closed): List each clocking entry.
2040         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
2041         (org-special-ctrl-k): New option.
2042         (org-kill-line): New function.
2043         (org-archive-all-done): Fix incorrect number of stars in regexp.
2044         (org-refile-get-location): New function.
2045         (org-refile-goto-last-stored): New function.
2046         (org-global-tags-completion-table): Add the value of org-tag-alist
2047         in each buffer, to make sure that also unused tags will be
2048         available for completion.
2049         (org-columns-edit-value)
2050         (org-columns-next-allowed-value): Only update if not in agenda.
2051         (org-clocktable-steps): New function.
2052         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
2053         (org-archive-subtree): Add the outline tree context as a property.
2054         (org-closest-date): New optional argument `prefer'.
2055         (org-goto-auto-isearch): New option.
2056         (org-goto-map, org-get-location): Implement auto-isearch.
2057         (org-goto-local-auto-isearch-map): New variable.
2058         (org-goto-local-search-forward-headings)
2059         (org-goto-local-auto-isearch): New functions
2061 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
2063         * textmodes/org-irc.el: New file.
2065 2008-03-13  John Wiegley  <johnw@gnu.org>
2067         * textmodes/org-mac-message.el: New file.
2069 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
2071         * font-lock.el (font-lock-comment-face): Set the foreground for
2072         the light background 8 colors case.
2074 2008-03-13  Glenn Morris  <rgm@gnu.org>
2076         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
2077         generate-autoload-cookie patterns.
2079         * startup.el (command-line-1): Rename -scriptload to -internal-script.
2081         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
2082         (MH_E_SRC): Remove variable.
2083         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
2084         Simplify file header.  Use $@ for generated-autoload-file.
2086         * Makefile.in (LOADDEFS): New variable.
2087         (AUTOGENEL): Use $LOADDEFS.
2088         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
2089         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
2090         ($(lisp)/calendar/hol-loaddefs.el): New targets.
2091         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2092         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
2093         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
2094         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
2095         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
2096         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
2097         Add calendar-specific autoload cookies, and remove any setting of
2098         generated-autoload-file.
2099         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
2100         * calendar/diary-lib.el: Replace explicit autoloads with reading of
2101         diary-loaddefs.
2102         * calendar/holidays.el: Replace explicit autoloads with reading of
2103         hol-loaddefs.
2105         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
2106         (calendar-buffer-list): Simplify.
2107         (generate-calendar-window): Use calendar-mark-holidays rather than
2108         obsolete alias.
2110         * calendar/cal-hebrew.el (list-yahrzeit-dates):
2111         Use cal-hebrew-yahrzeit-buffer.
2113         * calendar/cal-x.el (calendar-only-one-frame-setup)
2114         (calendar-two-frame-setup): Doc fixes.
2115         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
2117         * calendar/appt.el (appt-mode-string): Mark as risky.
2118         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
2120         * calendar/cal-html.el (diary-list-entries):
2121         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
2122         (calendar-iso-from-absolute): Fix autoloads.
2124         * calendar/cal-iso.el (calendar-absolute-from-iso)
2125         (calendar-iso-read-args): Simplify.
2126         (calendar-iso-date-string, calendar-iso-read-args)
2127         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
2129         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
2130         (displayed-month, displayed-year): Move declarations where needed.
2131         (calendar-print-astro-day-number): Doc fix.
2133         * calendar/cal-persia.el (persian-calendar-month-name-array)
2134         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
2135         (persian-prompt-for-date): Remove local variable `today'.
2137         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
2139         * calendar/solar.el (solar-moment, solar-exact-local-noon)
2140         (solar-sunrise-sunset, solar-sunrise-sunset-string)
2141         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
2142         (diary-sabbath-candles, solar-equinoxes/solstices)
2143         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
2144         (solar-time-equation, solar-date-to-et): Simplify.
2146         * mail/supercite.el: Remove the `function' in `(function (lambda'.
2147         Replace `(car (cdr' with cadr'.
2149         * progmodes/f90.el (f90-font-lock-n): New function.
2150         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
2151         Use f90-font-lock-n.
2152         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
2154         * progmodes/f90.el (f90-mode-abbrev-table):
2155         * progmodes/fortran.el (fortran-mode-abbrev-table):
2156         Use newer form of define-abbrev, where supported.  No need to bind
2157         abbrevs-changed for system abbrevs.
2159 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
2162         delete-frame-functions.
2164         * bookmark.el (Info-current-node): Remove.
2166 2008-03-12  Juri Linkov  <juri@jurta.org>
2168         * help.el (describe-project): Remove defaliases for view-todo and
2169         describe-project that are now unnecessary after the merge from
2170         emacs--rel--22 that added define-obsolete-function-alias.
2172         * startup.el (inhibit-startup-screen): Revert incomplete
2173         2008-03-10 merge from emacs--rel--22 that partly reverted
2174         2008-02-28 change that added initial message to *scratch* buffer
2175         regardless of the value of `inhibit-startup-screen'.
2176         Now keep this change in the trunk, but not in the 22 branch.
2178 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * international/quail.el (quail-setup-completion-buf, quail-help):
2181         * mail/binhex.el (binhex-decode-region-internal):
2182         * mail/uudecode.el (uudecode-decode-region-internal):
2183         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2184         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2185         setting default-enable-multibyte-characters.
2187         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
2189         * comint.el: Fix up indentation and comment style.  Remove `function'.
2191         * international/mule-cmds.el (reset-language-environment)
2192         (set-language-environment-nonascii-translation):
2193         Don't set-unibyte-charset.
2195         * doc-view.el: Remove all cb-args, use closures instead.
2196         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
2197         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
2198         doing an incorrect check).  Update all callers to use the new name.
2199         (doc-view-doc->txt): Add missing `txt' argument.
2201 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
2203         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
2204         md5 sum calculation to single-byte.
2206 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2208         * doc-view.el (doc-view-new-window-function): Add assertion.
2209         (doc-view-doc-type): New var.
2210         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
2211         (doc-view-intersection): New fun.
2212         (doc-view-mode): Use it to set the new var.
2214 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
2216         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
2217         (doc-view-already-converted-p): New functions.
2218         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
2219         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
2220         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2221         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2222         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
2223         (doc-view-convert-current-doc): Don't hardwire the functions the
2224         sentinels call.  Now they're provided by two args CALLBACK and
2225         CB-ARGS to the functions.
2226         (doc-view-search): Use doc-view-doc->txt.
2227         (doc-view-initiate-display): Use doc-view-already-converted-p.
2228         Mention new binding C-c C-t if doc-view-mode doesn't work.
2230 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2232         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
2234 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2237         Mark " outside of tags as punctuation.
2239 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2241         * menu-bar.el (minibuffer-local-map): Use the same command for the
2242         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
2243         Prefer RET over C-j for exit-minibuffer.
2245         * files.el (display-buffer-other-frame): Eliminate problematic code.
2247         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
2248         (menu-bar-select-buffer): Remove.
2249         (menu-bar-select-frame): Make non-interactive and take a frame arg.
2250         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
2252 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
2254         * icomplete.el (icomplete-completions): Remove obsolete code.
2256         * net/net-utils.el (iwconfig-program-options): Doc fix.
2257         (net-utils-run-program, run-network-program): Define as functions.
2259 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2261         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
2263 2008-03-11  Glenn Morris  <rgm@gnu.org>
2265         * faces.el (mode-line-emphasis): New face.
2266         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
2268         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
2270 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
2272         * simple.el (set-mark-command): Doc fix.
2274 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
2278         * emacs-lisp/autoload.el (autoload-find-destination):
2279         Don't force raw-text.
2281         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
2282         * calendar/cal-loaddefs.el: Don't version control.
2284 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
2286         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
2287         entries and add :help to the existing ones.
2289 2008-03-10  Glenn Morris  <rgm@gnu.org>
2291         * calendar/cal-hebrew.el (date, entry, number): Move declarations
2292         to where they are needed.
2294         * calendar/calendar.el (diary-file, hebrew-holidays-1)
2295         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
2296         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
2297         (calendar-version): Doc fixes.
2298         (calendar-absolute-from-gregorian): Use zerop.
2299         (calendar-mode-line-format): Make it a defcustom.
2301         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
2302         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
2303         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
2304         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
2305         (mark-included-diary-files, mark-calendar-days-named)
2306         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
2307         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
2308         (insert-monthly-diary-entry, insert-yearly-diary-entry)
2309         (insert-anniversary-diary-entry, insert-block-diary-entry)
2310         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
2311         (diary-font-lock-sexps): Doc fixes.
2312         (diary-remind-message, mark-calendar-month): Use zerop.
2313         (diary-attrtype-convert, diary-pull-attrs): Simplify.
2314         (diary-list-entries): Revert let to let* (previous change).
2316         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
2318 2008-03-10  Kim F. Storm  <storm@cua.dk>
2320         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
2321         function aliases for the old names.
2323 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
2325         * iswitchb.el (iswitchb-use-faces): Doc fix.
2326         (iswitchb-buffer-ignore, iswitchb-read-buffer):
2327         Fix typos in docstrings.
2329 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
2331         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
2332         Fix typo.
2333         (verilog-type-font-keywords): Reindent.
2335 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
2337         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
2338         grouping-keyword regular expression.
2339         (verilog-font-lock-keywords): Allow users to toggle special
2340         highlight of grouping-keywords.
2341         (verilog-highlight-grouping-keywords): The toggle for special
2342         highlighting of grouping keywords.
2344 2008-03-10  Juri Linkov  <juri@jurta.org>
2346         * startup.el: Revert 2008-02-28 change that adds initial message
2347         to *scratch* buffer regardless of the value of
2348         `inhibit-startup-screen'.
2350 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
2352         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
2353         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
2354         * progmodes/verilog-mode.el (verilog-mode):
2355         * net/socks.el (socks):
2356         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2358 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2360         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
2361         (doc-view-bookmark-make-record): Use them.
2362         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
2363         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
2365         * bookmark.el (bookmark-make-record-function): Change expected return
2366         value to include a suggested bookmark name.
2367         (bookmark-make): Split into bookmark-make-record and bookmark-store.
2368         Fix reversed `overwrite' semantics.
2369         (bookmark-set): Call bookmark-make-record before prompting the user.
2370         Then pass the result to bookmark-store later on.
2371         (bookmark-make-name-function): Remove.
2372         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
2373         * info.el (bookmark-make-name-function): Remove.
2374         (Info-mode): Don't set it.
2375         (Info-bookmark-make-name): Remove.
2376         (Info-bookmark-make-record): Use Info-current-node as suggested default
2377         bookmark name.
2379         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
2380         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
2381         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
2382         (bookmark-annotation-buffer, bookmark-annotation-file)
2383         (bookmark-annotation-point, bookmark-send-annotation)
2384         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
2385         (bookmark-edit-annotation-text-func): Rename from
2386         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
2387         (bookmark-edit-annotation-mode-map): Move initialization into
2388         declaration.
2390         * bookmark.el: Remove spurious * in docstrings.
2391         (bookmark-minibuffer-read-name-map): New var.
2392         (bookmark-set): Use it.  Also pass the default value as it should.
2393         (bookmark-send-edited-annotation): Take no chances with text properties.
2394         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
2395         (bookmark-insert-buffer-name): Remove.
2396         (bookmark-buffer-file-name): Signal an error rather than returning nil.
2398 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
2400         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
2402 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
2404         * diff-mode.el (diff-mode-menu): Add :help.
2406 2008-03-09  Glenn Morris  <rgm@gnu.org>
2408         * calendar/calendar.el (general-holidays, oriental-holidays)
2409         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
2410         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
2411         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
2412         (calendar-holidays): Restore autoload cookies, because people are
2413         used to using these variables without loading calendar.el.
2415         * calendar/cal-islam.el (diary-islamic-date): Move to end.
2416         (date, number): Declare where needed.
2418         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
2419         (list-sexp-diary-entries): Doc fixes.
2420         (diary-list-entries): Doc fix.  Remove free variable `entry'.
2421         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
2422         Simplify setting of `date-holiday-list'.
2423         (mark-diary-entries): Remove free variable `entry'.
2424         (diary-list-entries, include-other-diary-files, fancy-diary-display):
2425         Use let where let* is not needed.
2427 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
2430         make-record function, instead paste it in afterwards.
2431         (bookmark-make-record-for-text-file):
2432         * doc-view.el (doc-view-bookmark-make-record):
2433         * info.el (Info-bookmark-make-record): Don't mess with annotations.
2435 2008-03-08  Glenn Morris  <rgm@gnu.org>
2437         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
2439 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2441         * calendar/diary-lib.el (diary-list-entries)
2442         (include-other-diary-files, mark-diary-entries)
2443         (mark-sexp-diary-entries, mark-included-diary-files)
2444         (diary-entry-time, list-sexp-diary-entries): Remove the special
2445         handling of ^M that dates back to the use of selective-display.
2446         (simple-diary-display): Obey setting of pop-up-frames.
2447         (body, entry): Remove unnecessary declarations.
2449         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
2450         (bookmark-get-annotation, bookmark-set-annotation)
2451         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2452         (bookmark-set-position, bookmark-get-front-context-string)
2453         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2454         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
2455         * info.el (Info-bookmark-make-record): Don't bother recording point.
2456         (bookmark-get-filename, bookmark-get-front-context-string)
2457         (bookmark-get-rear-context-string, bookmark-get-position):
2458         Don't declare any more.
2459         (bookmark-get-info-node): Remove.
2460         (bookmark-prop-get): Declare.
2461         (Info-bookmark-jump): Use it.
2463 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
2465         * subr.el (while-no-input): Don't splice BODY directly into the
2466         `or' form.
2468 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
2470         * diff-mode.el (diff-ignore-whitespace-hunk):
2471         Bind inhibit-read-only before trying to change the buffer.
2473 2008-03-08  Glenn Morris  <rgm@gnu.org>
2475         * calendar/appt.el (appt): Move custom group here from calendar.el.
2476         (appt-disp-window, appt-convert-time): Doc fixes.
2478         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
2479         (calendar-bahai-mark-date-pattern):
2480         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
2481         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
2482         * calendar/cal-julian.el (calendar-absolute-from-julian):
2483         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
2485         * calendar/cal-china.el (chinese-calendar): Move custom group here from
2486         calendar.el.
2487         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
2488         Make constants.
2489         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
2490         (chinese-calendar-daylight-savings-starts)
2491         (chinese-calendar-daylight-savings-ends)
2492         (chinese-calendar-daylight-savings-starts-time)
2493         (chinese-calendar-daylight-savings-ends-time)
2494         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
2495         Doc fixes.
2497         * calendar/cal-coptic.el (coptic-name): Add doc string.
2499         * calendar/cal-french.el (french-calendar-month-name-array)
2500         (french-calendar-day-name-array, french-calendar-special-days-array):
2501         Add doc strings.
2503         * calendar/cal-bahai.el (diary-bahai-mark-entries)
2504         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
2505         (diary-bahai-insert-yearly-entry):
2506         * calendar/cal-dst.el (calendar-next-time-zone-transition)
2507         (calendar-time-zone):
2508         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
2509         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
2510         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
2511         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
2512         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
2513         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
2514         (list-islamic-diary-entries, mark-islamic-diary-entries)
2515         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
2516         (insert-yearly-islamic-diary-entry):
2517         * calendar/cal-iso.el (calendar-iso-read-args):
2518         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
2519         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
2520         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
2521         (calendar-next-calendar-round-date)
2522         (calendar-mayan-long-count-common-era):
2523         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
2524         (cal-menu-x-popup-menu, calendar-mouse-holidays)
2525         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
2526         (calendar-mouse-goto-date):
2527         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
2528         * calendar/holidays.el (holidays):
2529         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
2530         * calendar/time-date.el (date-to-time, time-subtract, time-add)
2531         (safe-date-to-time): Doc fixes.
2533         * calendar/cal-persia.el (persian-calendar-month-name-array)
2534         (persian-calendar-epoch): Make constants.
2536         * calendar/cal-tex.el (calendar-tex): Move custom group here from
2537         calendar.el.
2539         * calendar/cal-x.el (diary-frame-parameters)
2540         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
2541         (calendar-after-frame-setup-hooks): Make defcustoms.
2542         (calendar-one-frame-setup, calendar-only-one-frame-setup)
2543         (calendar-two-frame-setup): Doc fix.
2545         * calendar/cal-loaddefs.el: New file.
2547         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2548         * calendar/cal-french.el, calendar/cal-html.el:
2549         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
2550         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
2551         * calendar/cal-tex.el, calendar/cal-x.el:
2552         Unquote lambda functions.  Add autoload cookies to functions formerly
2553         autoloaded in calendar.el.  Set `generated-autoload-file' to
2554         "cal-loaddefs.el".
2556         * calendar/calendar.el: Move many autoloads to separate file,
2557         cal-loaddefs.el.  Move defcustoms to start and re-order.
2558         (calendar-month-name-array, calendar-starred-day): No need to
2559         declare for compiler.
2560         (cal-loaddefs): Require it.
2561         (appt, chinese-calendar, calendar-tex): Move custom groups to the
2562         appropriate file.
2563         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
2564         Reverse logic.
2565         (diary-face, diary-file-name-prefix-function, diary-include-string)
2566         (diary-glob-file-regexp-prefix, diary-face-attrs)
2567         (diary-file-name-prefix, sexp-diary-entry-symbol)
2568         (print-diary-entries-hook, list-diary-entries-hook)
2569         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
2570         (nongregorian-diary-marking-hook, diary-list-include-blanks):
2571         Move to diary-lib.
2572         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
2573         (all-bahai-calendar-holidays): Doc fix.
2574         (calendar-insert-indented): Doc fix.  Use when rather than if.
2575         (exit-calendar): Use mapc rather than mapcar.
2576         (calendar-cursor-to-date): Use zerop.
2577         (calendar-mark-ring): Add doc-string.
2578         (calendar-starred-day): Defvar it.
2579         (calendar-mode): Make calendar-starred-day local.
2580         (calendar-star-date): No need to make calendar-starred-day local.
2582         * calendar/diary-lib.el: Move defcustoms to start.
2583         (diary-include-string, diary-list-include-blanks)
2584         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
2585         (diary-file-name-prefix, diary-file-name-prefix-function)
2586         (sexp-diary-entry-symbol, list-diary-entries-hook)
2587         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
2588         (nongregorian-diary-marking-hook, print-diary-entries-hook):
2589         Move here from calendar.el.
2590         (diary-file-name-prefix-function): Use 'identity.
2591         (diary-face): Make it a defcustom, and mark as obsolete.
2592         (top-level): No need to require cal-hebrew, cal-islam when compiling.
2593         (calendar-hebrew-month-name-array-leap-year)
2594         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
2595         Define for compiler.
2596         (diary-font-lock-keywords): Use format rather than concat.
2597         Add bahai-diary-entry-symbol.
2599         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
2600         * calendar/solar.el: Unquote lambda functions.
2602         * calendar/solar.el (calendar-location-name, calendar-latitude)
2603         (calendar-longitude, solar-setup, solar-sin-degrees)
2604         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
2605         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
2606         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
2607         (solar-exact-local-noon, solar-julian-ut-centuries)
2608         (solar-ephemeris-time, solar-date-next-longitude)
2609         (solar-horizontal-coordinates, solar-equatorial-coordinates)
2610         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
2611         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
2612         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
2613         Doc fixes.
2614         (solar-horizontal-coordinates, solar-equatorial-coordinates)
2615         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
2616         (solar-ecliptic-coordinates): Use unless.
2617         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
2618         Use or.
2620         * calendar/timeclock.el: Add doc-strings to all functions.
2621         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
2622         (timeclock-entry-list-length, timeclock-entry-list-projects)
2623         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
2625         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
2627         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
2628         (org-get-entries-from-diary): Require diary-lib.
2630 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
2632         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
2633         Pacify byte-compiler.
2635 2008-03-07  Alan Mackenzie  <acm@muc.de>
2637         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
2638         paren/bracket pairs parsed, to solve performance problem.
2640 2008-03-07  Bastien Guerry  <bzg@altern.org>
2642         * bookmark.el (bookmark-set): Don't check for
2643         `bookmark-make-name-function' since `bookmark-buffer-file-name'
2644         already takes care of this.
2645         (bookmark-buffer-name, bookmark-buffer-file-name):
2646         Remove Info-mode specific code.
2648         * info.el (bookmark-get-info-node): Define this function in
2649         info.el, not in bookmark.el.
2650         (Info-mode): Set `bookmark-make-name-function' to
2651         `Info-bookmark-make-name' locally.
2652         (Info-bookmark-make-name): New function.
2654         * bookmark.el (bookmark-make-name-function): New variable.
2656 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2658         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
2659         buffer-local, not `bookmark-make-cell-function' (the old name).
2661 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
2663         * doc-view.el (doc-view-bookmark-make-record):
2664         * image-mode.el (image-bookmark-make-record):
2665         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
2667 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
2669         * vc.el (vc-status-menu-map-filter): Return orig-binding if
2670         boundp 'vc-ignore-menu-filter.
2671         (vc-status-tool-bar-map): Make it defvar.
2672         (vc-status-mode): vc-status-tool-bar-map now variable.
2673         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
2675 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2677         Give a better name to part of the bookmark interface.
2679         This was originally a much larger change, but halfway through I
2680         updated and discovered that Stefan Monnier had done the rest.
2681         It looks like he anticipated the new name too, because he used
2682         `the-record' instead of `the-cell' for some internal variable names.
2684         * bookmark.el (bookmark-make-record-function): Was
2685         `bookmark-make-cell-function'.
2686         (bookmark-make, bookmark-send-annotation): Update for above.
2687         (bookmark-make-record-for-text-file):
2688         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
2690         * info.el: Adjust accordingly.
2691         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
2693         * image-mode.el: Adjust accordingly.
2694         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
2696         * doc-view.el: Adjust accordingly.
2697         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
2699 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
2702         Move initialization into declaration.
2703         (bookmark-get-info-node, bookmark-set-info-node): Remove.
2704         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
2705         (bookmark-info-current-node): Remove.
2706         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
2707         Add relocation fallback.  Set bookmark-current-bookmark.
2708         (bookmark-default-handler): Rename from bookmark-jump-noselect.
2709         Remove relocation fallback.  Don't set bookmark-current-bookmark.
2710         (bookmark-set): Let it be used even if there's no buffer-file-name
2711         as long as there is a bookmark-make-cell-function.
2712         * info.el (Info-bookmark-jump): Remove relocation fallback.
2713         Don't set bookmark-current-bookmark.
2715 2008-03-07  Glenn Morris  <rgm@gnu.org>
2717         * calendar/appt.el (appt-issue-message)
2718         (appt-message-warning-time, appt-audible, appt-visible)
2719         (appt-msg-window, appt-display-mode-line, appt-display-duration)
2720         (appt-display-diary): Remove autoload cookies.
2722         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
2723         Remove leading `*' from defcustom doc-strings.
2725         * calendar/cal-dst.el (calendar-dst): New custom group.
2726         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
2727         (calendar-time-zone, calendar-daylight-time-offset)
2728         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
2729         (calendar-daylight-savings-starts-time)
2730         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
2731         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
2732         Move to start.
2734         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
2736         * calendar/calendar.el (calendar-version): Use emacs-version and
2737         make it obsolete.  Move to end.
2738         (calendar-offset, view-diary-entries-initially)
2739         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
2740         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
2741         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
2742         (all-bahai-calendar-holidays, calendar-load-hook)
2743         (initial-calendar-window-hook, today-visible-calendar-hook)
2744         (today-invisible-calendar-hook, calendar-move-hook)
2745         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
2746         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
2747         (diary-include-string, sexp-diary-entry-symbol)
2748         (abbreviated-calendar-year, american-date-diary-pattern)
2749         (european-date-diary-pattern, european-calendar-display-form)
2750         (american-calendar-display-form, print-diary-entries-hook)
2751         (list-diary-entries-hook, diary-hook, diary-display-hook)
2752         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
2753         (nongregorian-diary-marking-hook, diary-list-include-blanks)
2754         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
2755         (local-holidays, other-holidays, hebrew-holidays-1)
2756         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
2757         (hebrew-holidays, christian-holidays, islamic-holidays)
2758         (bahai-holidays, solar-holidays, calendar-setup)
2759         (calendar-week-start-day): Remove autoload cookies.
2760         (diary-glob-file-regexp-prefix): Doc fix.
2761         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
2762         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
2763         (calendar-week-start-day, calendar-debug-sexp): Move to start.
2765         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
2766         (calendar-time-display-form, calendar-latitude)
2767         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
2768         cookies.
2769         (calendar-latitude, calendar-longitude): Move functions after
2770         variables.
2771         (diary-sabbath-candles-minutes): Move to start.
2772         (solar-setup): Use or rather than if.
2773         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
2774         Remove condition-case.
2775         (solar-atn2): Use zerop.
2776         (solar-equinoxes-solstices): Doc fix.
2778         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
2779         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
2781         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
2782         (calendar-longitude, calendar-latitude, calendar-location-name):
2783         Declare for compiler.
2785 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2787         * arc-mode.el (archive-ar-file-header-re): New const.
2788         (archive-ar-summarize, archive-ar-extract): New funs.
2789         (archive-find-type): Recognize ar archives.
2791         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
2792         New functions.
2794         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
2796 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
2798         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2799         Replace :enable (mark-active) with :enable mark-active.
2801 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
2803         * vms-patch.el (make-legal-file-name): New obsolete alias.
2804         (make-valid-file-name): Rename from `make-legal-file-name'.
2805         (make-auto-save-file-name): Use it.
2807         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
2808         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
2809         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
2811         * textmodes/org.el (org-export-html-style): Doc fix.
2812         (org-get-legal-level): New obsolete alias.
2813         (org-get-valid-level): Rename from `org-get-legal-level'.
2814         (org-promote, org-demote, org-archive-subtree)
2815         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
2817 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
2819         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
2821         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
2822         (vc-status-toggle-mark): New functions.
2823         (vc-status-mode): Set tool bar map.
2825 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
2827         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
2828         Reported by Drew Adams <drew.adams@oracle.com>.
2830 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
2832         * subr.el (read-quoted-char): Resolve modifers of the character
2833         event.
2835         * comint.el (comint-exec-1): Don't change the coding-system for
2836         decoding to dos-like EOL.
2837         (comint-carriage-motion): Fully rewrite.
2839 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
2841         * epg.el (epg-context-include-certs): Reflow docstring.
2842         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
2843         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
2844         (epg-context-set-signers, epg-context-set-sig-notations)
2845         (epg-make-import-status, epg-make-import-result)
2846         (epg-start-delete-keys): Fix typos in docstrings.
2847         (epg-start-sign-keys, epg-sign-keys):
2848         Fix typos in obsolescence declarations.
2850         * iswitchb.el: Don't check for `cadr' and `last'.
2851         (iswitchb-define-mode-map, iswitchb-default-keybindings):
2852         Add obsolescence declaration and remove redundant info from docstring.
2853         (iswitchb-set-common-completion, iswitchb-set-matches)
2854         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
2855         (recentf-list, most-len, most-is-exact):
2856         Don't wrap defvars within `eval-when-compile'.
2858 2008-03-05  Glenn Morris  <rgm@gnu.org>
2860         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
2861         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
2862         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
2863         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
2864         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
2866         * ediff-hook.el (ediff-window-setup-function): Don't autoload
2867         declaration for compiler.
2868         (ediff-xemacs-init-menus): Use when rather than if.
2870         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
2871         if+and to just and.
2872         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
2873         (ediff-delete-overlay): Move the XEmacs test inside the definition.
2875         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
2877         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
2878         test inside XEmacs test.
2879         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
2880         since it was doing nothing on Emacs.
2881         (ediff-make-bullet-proof-overlay): Use when rather than if.
2883         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
2884         (ediff-setup-control-frame): Remove
2885         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
2886         a (featurep 'xemacs) test.
2888 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
2890         * calc/calc-ext.el (calc-extended-command-history): New variable.
2891         (calc-exectute-extended-command): Use `calc-extended-command-history'.
2893 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
2895         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
2896         (standard-mode-line-position): Add mouse-face.
2898         * progmodes/compile.el (compilation-menu-map):
2899         (compilation-mode-map):
2900         * progmodes/grep.el (grep-mode-map): Add :help.
2902         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
2903         initialize in one step.  Add :help.  Use :enable to activate menu
2904         items.  Show the key binding for edebug-defun.
2905         (lisp-interaction-mode-map): Add a menu.
2907         * term.el (term-mode-map): Define and initialize in one step.
2909         * ediff-init.el (ediff-color-display-p): Simplify.
2910         (Xor): Remove unused function.
2911         (ediff-with-syntax-table): Simplify for Emacs.
2913         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
2914         menu-bar being loaded, it always is.
2916 2008-03-05  Glenn Morris  <rgm@gnu.org>
2918         * textmodes/tex-mode.el (tex-mode): Suppress warning about
2919         multiple definitions when compiling.
2921 2008-03-04  Alan Mackenzie  <acm@muc.de>
2923         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
2925         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
2926         doc-string, "c-old-LEN" -> "c-old-END".
2928 2008-03-04  Jason Rumney  <jasonr@gnu.org>
2930         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
2931         namespaces.
2933 2008-03-04  Glenn Morris  <rgm@gnu.org>
2935         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
2937         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
2938         than mapcar.
2940 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2942         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
2943         (byte-compile-nilconstp): Can't use recursion in a defsubst.
2945         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
2946         so that M-q can fill comments.
2947         (tex-executable-exists-p, tex-compile): Extend with special syntax for
2948         commands implemented in elisp.
2949         (tex-compile-commands): Add an entry to use doc-view for pdf files.
2950         (tex-format-cmd): New function.
2951         (tex-compile): Use it to let the user specify default arguments.
2952         (tex-cmd-bibtex-args): New var.
2953         (tex-cmd-doc-view): New function.
2955 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
2957         * faces.el (face-spec-set): Fix typos in docstring.
2959 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
2961         * bindings.el (mode-line-column-line-number-mode-map): New variable.
2962         (standard-mode-line-position): Use it to add a menu for toggling
2963         column number and line number display.
2965 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2967         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2968         Remove optimization that was working around the form-code-walker bug.
2970         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2971         Walk into the body of lambdas after byte-compile-unfold-lambda.
2973 2008-03-03  Glenn Morris  <rgm@gnu.org>
2975         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
2976         value, if set, over frame value.
2978         * simple.el (transient-mark-mode): Don't turn on by default.
2980         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
2981         accidentally removed by the 2007-12-05 merge from Gnus.
2983 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
2985         * progmodes/compile.el (compilation-menu-map): Add menu entries
2986         for useful options.
2988 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
2989             Glenn Morris  <rgm@gnu.org>
2991         * emacs-lisp/bytecomp.el (byte-recompile-directory)
2992         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
2993         Give a `bytecomp-' prefix to local variables with common names.
2995 2008-03-01  Glenn Morris  <rgm@gnu.org>
2997         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
2998         code commented out 2007-11-10.
3000         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
3002         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
3003         Delete macro.
3004         * emulation/viper-cmd.el, emulation/viper-ex.el:
3005         * emulation/viper-init.el, emulation/viper-keym.el:
3006         * emulation/viper-mous.el, emulation/viper-util.el:
3007         * emulation/viper.el:
3008         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
3009         featurep test.
3011         Replace obselete frame-local variables with frame-parameters.
3012         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
3013         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
3014         (viper-vi-state-cursor-color): Only call make-variable-frame-local
3015         on XEmacs.
3016         * emulation/viper-util.el (viper-frame-value): New macro.
3017         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
3018         (viper-R-state-post-command-sentinel)
3019         (viper-replace-state-post-command-sentinel)
3020         (viper-change-state-to-insert, viper-change-state-to-emacs):
3021         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
3022         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
3023         (viper-get-saved-cursor-color-in-insert-mode)
3024         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
3025         Use viper-frame-value for viper-replace-overlay-cursor-color,
3026         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
3027         viper-vi-state-cursor-color values.
3029         * emulation/viper-cmd.el (zmacs-region-stays):
3030         * emulation/viper-util.el (zmacs-region-stays): No need to define
3031         for compiler.
3033         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
3034         mapcar on Emacs.
3036         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
3037         on XEmacs.
3039         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
3040         rather than if.
3042 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3044         * whitespace.el: New version 9.3.  As the glyph code generation was
3045         fixed, it is possible now to use character code above ?\x1FFFF in the
3046         display table.  Fix `whitespace-indentation-regexp' to not include an
3047         extra ending character.  Reported by Michael Welsh Duggan
3048         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
3049         the original whitespace package had.  Suggested by Eric Cooper
3050         <ecc@cmu.edu>.  Doc fix.
3051         (whitespace-action): New option.
3052         (whitespace-display-mappings): Changed default newline visualization to
3053         display downwards arrow, as the glyph code generation was fixed.
3054         (whitespace-unload-function): Assure that all local whitespace mode is
3055         turned off.
3056         (whitespace-global-modes): Fix type customization.
3057         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
3058         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3059         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
3060         Fix code.
3061         (whitespace-buffer): Command removed.
3062         (whitespace-trailing-regexp, whitespace-mark-x)
3063         (whitespace-display-window, whitespace-action-when-on)
3064         (whitespace-add-local-hook, whitespace-remove-local-hook)
3065         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
3066         (whitespace-action): New funs.
3067         (whitespace-report-list, whitespace-report-text)
3068         (whitespace-report-buffer-name): New consts.
3069         (whitespace-report, whitespace-report-region): New commands.
3071 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
3073         * disp-table.el (make-glyph-code): Don't test the result of
3074         `face-id', which already signals an error for invalid faces.
3075         (glyph-face): Simplify.
3077         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
3078         running `desktop-not-loaded-hook' to allow modifying it.
3079         Don't show warning message if `desktop-dirname' was modified.
3081 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
3084         we still expect more lines.
3086         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
3087         comment-paragraph filling if the commark doesn't match
3088         comment-start-skip.
3090 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
3092         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
3093         the `imap' variant.
3095 2008-03-01  Jason Rumney  <jasonr@gnu.org>
3097         * files.el (make-auto-save-file-name): Encode more characters in
3098         non-file buffer names.  Use url-encoding.
3100 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
3102         * net/net-utils.el (ftp-program): Fix typo in docstring.
3103         (ifconfig-program-options, netstat-program-options)
3104         (arp-program-options, route-program-options, nslookup-program-options)
3105         (ftp-program-options, smbclient-program-options)
3106         (dns-lookup-program-options, arp, route): Doc fixes.
3108         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
3109         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
3110         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
3111         Fix typos in docstrings.
3112         (gdb-pending-triggers): Reflow docstring.
3113         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
3115 2008-03-01  Alan Mackenzie  <acm@muc.de>
3117         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
3118         typing "#" at EOB.
3120 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
3122         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
3124 2008-02-29  Kim F. Storm  <storm@cua.dk>
3126         * emulation/cua-base.el (cua-remap-control-v)
3127         (cua-remap-control-z): New defcustoms.
3128         (cua-mode): Add them to set-after property.
3129         (cua--init-keymaps): Use them.
3130         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
3132         * help.el (view-emacs-todo): Rename from view-todo.
3133         (describe-gnu-project): Rename from describe-project.  Users changed.
3134         (view-help-file): New helper function.
3135         (describe-distribution, describe-copying, describe-gnu-project)
3136         (view-todo, view-order-manuals, view-emacs-problems): Use it.
3137         (view-emacs-debugging, view-external-packages): New commands.
3138         (help-map): Move describe-distribution to C-h C-o (ordering).
3139         Move view-emacs-problems to C-h C-p (problems).
3140         Bind view-emacs-debugging to C-h C-d (debugging).
3141         Bind view-external-packages to C-h C-e (extras).
3142         (help-for-help-internal): Cleanup and align descriptions.
3143         Remove command names to reduce clutter.
3145 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
3147         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
3148         and quieter face (not a warning).
3150 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
3152         * vc.el (vc-status-crt-marked): New variable.
3153         (vc-status-mode): Make it local.
3154         (vc-status-refresh): Use it to save the marked files.
3155         (vc-update-vc-status-buffer): Use it to restore the marked files.
3157         * vc-svn.el (vc-svn-after-dir-status):
3158         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
3160 2008-02-29  Glenn Morris  <rgm@gnu.org>
3162         * allout.el (allout-topic-encryption-bullet)
3163         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
3164         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
3165         from 22.0 to 22.1.
3167         * net/imap.el (imap-ping-server):
3168         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
3169         Change defcustom :version from 23.0 to 23.1.
3171 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
3173         * desktop.el (desktop-save): Save the buffer name if the
3174         uniquified base name is empty.
3176 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
3178         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
3179         correctly when user has "set print address off".
3181 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
3183         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
3184         version number of the next major Emacs release, not 23.0.
3186         * longlines.el (longlines-unload-function): New function.
3188 2008-02-28  Juri Linkov  <juri@jurta.org>
3190         * startup.el (normal-splash-screen): Add argument `concise'.
3191         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
3192         to the created buffer.  If `concise' is non-nil, call
3193         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
3194         (display-startup-screen): Add argument `concise' to the call to
3195         `normal-splash-screen'.
3197 2008-02-28  Kim F. Storm  <storm@cua.dk>
3199         * startup.el (startup-echo-area-message): Check for about-emacs.
3201 2008-02-28  Juri Linkov  <juri@jurta.org>
3203         * startup.el: Always add initial message to *scratch* buffer if
3204         `initial-scratch-message' is non-nil regardless of the value of
3205         `inhibit-startup-screen'.
3206         (inhibit-startup-screen, initial-scratch-message): Doc fix.
3207         (command-line-1): Move code that inserts `initial-scratch-message'
3208         up before the if-form that checks for `inhibit-startup-screen'.
3209         Suggested by Jonathan Rockway <jon@jrock.us>.
3211 2008-02-28  Juri Linkov  <juri@jurta.org>
3213         * cus-edit.el (custom-mode-map, custom-mode-link-map):
3214         Rename `custom-mode' to `Custom-mode' in docstrings.
3215         (custom-buffer-create-internal, customize-browse):
3216         Rename `custom-mode' to `Custom-mode'.
3217         (custom-mode-hook): Rename to `Custom-mode-hook'.
3218         (Custom-mode-hook): Renamed from `custom-mode-hook'.
3219         (custom-mode): Rename to `Custom-mode'.
3220         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
3221         (custom-mode): Add backward-compatible non-interactive variant of
3222         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
3223         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
3225         * info-look.el: Rename `custom-mode' to `Custom-mode'.
3227         * emulation/viper.el (viper-emacs-state-mode-list):
3228         Rename `custom-mode' to `Custom-mode'.
3230         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
3231         Capitalize "Tagged Files".
3232         (minibuffer-local-map): Add menu items for next/previous
3233         history elements and isearch history forward/backward.
3235         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
3236         `hs-isearch-open' with t instead of `comment' in :selected
3237         for "Code and Comment blocks" menu item.
3239 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * uniquify.el (uniquify-buffer-base-name): Undo last change.
3242         Should be done in desktop.el instead.
3244 2008-02-28  Glenn Morris  <rgm@gnu.org>
3246         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
3248         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
3250         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
3251         (Info-menu, Info-goto-node): Remove declarations.
3252         (report-emacs-bug-info): Use info rather than Info-goto-node.
3254         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
3255         (idlwave-convert-xml-system-routine-info): Don't require xml.
3256         (idlwave-show-commentary, idlwave-shell-show-commentary):
3257         Don't require finder.
3258         (idlwave-info): Don't require info.  Use info rather than
3259         Info-goto-node.
3261         * textmodes/org.el (Info-goto-node): Remove declaration.
3262         (org-info): Use info rather than Info-goto-node.
3264         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
3265         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
3267 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
3269         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
3270         the menu.
3272         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
3273         (vc-finish-logentry): Check for vc-status-mode, not only for
3274         vc-dired-mode.
3276 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
3278         * isearch.el (isearch-printing-char): Don't check
3279         keyboard-coding-system.
3280         Call isearch-process-search-multibyte-characters only when
3281         current-input-method is non-nil.
3283 2008-02-27  Kim F. Storm  <storm@cua.dk>
3285         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
3286         (glyph-char, glyph-face): Handle cons encoding.
3288 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
3290         * uniquify.el (uniquify-buffer-base-name): If the base name is an
3291         empty string, return nil to allow the caller to default to the
3292         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
3294         * tool-bar.el (tool-bar-setup): Doc fix.
3296         * mail/supercite.el (sc-describe):
3297         Fix typos in obsolescence declaration.
3299 2008-02-27  Glenn Morris  <rgm@gnu.org>
3301         * autoinsert.el (auto-insert-alist): Change permission text to
3302         match FSF's GPLv3 form.
3304         * mail/supercite.el (sc-cite-original): Doc fix.
3305         (sc-version): Make obsolete.
3306         (sc-describe): Show the SC info page.  Make obsolete.
3308 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3310         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
3311         when using transient-mark-mode.
3312         (default-indicate-unused-lines): Remove unused var.
3314 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
3316         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
3317         and previous.
3319         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
3321 2008-02-26  Glenn Morris  <rgm@gnu.org>
3323         * net/net-utils.el (top-level): Don't require comint when compiling.
3324         (nslookup-font-lock-keywords): Don't require font-lock.
3325         Use font-lock faces rather than variables.
3326         (nslookup, ftp, smbclient, network-service-connection):
3327         Don't require comint.
3328         (comint-prompt-regexp, comint-input-autoexpand)
3329         (comint-input-ring): Declare for compiler.
3330         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
3331         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
3333         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
3334         doc-string.
3336 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * doc-view.el (doc-view-current-page): Add a `win' argument.
3340 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3342         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
3343         Demote it to plain defvar.
3344         (doc-view-conversion-refresh-interval): Reduce interval.
3345         (doc-view-goto-page): Allow moving to pages not yet rendered.
3346         (doc-view-goto-page): Construct a file name rather than extracting it
3347         from doc-view-current-files.
3348         (doc-view-kill-proc): Ignore errors from kill-process.
3349         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
3350         (doc-view-insert-image): Use appropriate text if the page hasn't been
3351         rendered yet.  Adjust scrolling so the text is displayed.
3352         (doc-view-display): Detect not just that a page is available, but also
3353         that it wasn't available before, so as to avoid refreshing all pages
3354         repeatedly.
3355         (doc-view-mode): Make doc-view-cache-directory if needed.
3357 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3359         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
3360         toggle-read-only.
3362         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
3363         refering to a missing required field with the OPT prefix.
3364         Make unwindform more robust.
3366         * textmodes/bibtex.el: Remove support for hideshow minor mode as
3367         it duplicates the bibtex support in progmodes/hideshow.el.
3368         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
3369         entries that do not start at the beginning of a line.
3371 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
3373         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
3375 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
3377         * help-fns.el (describe-variable): Add phrases about
3378         initialization file with and without customization;
3379         use new button type help-info-variable.
3381         * help-mode.el (help-info-variable):
3382         New button able to read Info files for help-fns.el.
3384 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
3386         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
3387         (grep-mode): Use grep-mode-tool-bar-map.
3389         * progmodes/compile.el (tool-bar): Require tool-bar.
3390         (compilation-mode-tool-bar-map): New variable.
3391         (compilation-mode): Use compilation-mode-tool-bar-map.
3393         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
3395 2008-02-25  Glenn Morris  <rgm@gnu.org>
3397         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
3399 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3401         * diff-mode.el (diff-file-junk-re): New const.
3402         (diff-beginning-of-file-and-junk): Use it.
3403         (diff-file-kill): Make sure we were really inside a file diff.
3405         * diff-mode.el: Make it more robust in the presence of empty context
3406         lines in unified hunks.
3407         (diff-valid-unified-empty-line): New var.
3408         (diff-unified->context, diff-sanity-check-hunk): Obey it.
3409         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
3410         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
3411         (diff-hunk-header-re-unified): New const.
3412         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
3413         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
3414         (diff-sanity-check-hunk): Use it.
3416         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
3417         Index: line, don't search backward for the previous one.
3419 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
3421         * international/fontset.el (setup-default-fontset): Add non-OTF
3422         lao font for lao script.
3424         * language/tibetan.el: Register tibetan-composition-function in
3425         composition-function-table.
3427         * language/tibet-util.el (tibetan-composition-function):
3428         Adjust for the new calling way (argument changed).  Try font-shape-text
3429         if possible.
3431         * language/lao.el: Register lao-composition-function in
3432         composition-function-table.
3434         * language/lao-util.el (lao-composition-function): Adjust for the new
3435         calling way (argument changed).  Try font-shape-text if possible.
3437 2008-02-25  Jason Rumney  <jasonr@gnu.org>
3439         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
3441 2008-02-25  Juri Linkov  <juri@jurta.org>
3443         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
3444         background, "red4" for a dark background, "red" for 16 and
3445         8 colors, "grey" for grayscale, and inverse video otherwise.
3446         Add :version tag.
3447         (isearch-message): Keep the original isearch-message intact, and
3448         add text properties to it where necessary.  Add `isearch-error' to
3449         the condition that checks if isearch is unsuccessful.
3451 2008-02-24  Juri Linkov  <juri@jurta.org>
3453         * progmodes/compile.el (compilation-handle-exit):
3454         Use compilation-error face instead of font-lock-warning-face.
3455         Display the same message in the minibuffer as is inserted
3456         at the end of the compilation buffer.
3458 2008-02-24  Glenn Morris  <rgm@gnu.org>
3460         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
3461         multiple file case.
3463         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
3465         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
3466         multiple file case.  Use a single `let' rather than two.
3468 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3470         * progmodes/compile.el (compilation-start): Specify a face for
3471         mode-line-process.
3472         (compilation-handle-exit): Specify a face and a tooltip for
3473         mode-line-process.
3475 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * hilit-chg.el: Remove spurious * in defcustom docstrings.
3478         (hilit-chg-make-ov): Simplify.
3479         (hilit-chg-fixup): Use remove-overlays.
3480         (hilit-chg-set-face-on-change): Remove redundant call to
3481         `remove-text-properties'.
3483         * dired.el (dired-mark-prompt): Don't count/display the t element.
3484         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
3486 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3488         * progmodes/verilog-mode.el (eval-when-compile): Don't define
3489         add-submenu.
3490         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
3491         Remove.  Move contents to the only use ...
3492         (verilog-menu): ... here.
3493         (verilog-statement-menu): Remove.  Move contents to the only use ...
3494         (verilog-stmt-menu): ... here.
3495         (verilog-mark-defun): Simply call mark-defun for emacs.
3496         (occur-pos-list): Declare for byte compiler.
3497         (mode-popup-menu): Don't defvar.
3498         (verilog-add-statement-menu): Remove.
3499         (verilog-mode-hook): Don't add verilog-add-statement-menu.
3500         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
3502 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
3504         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
3505         conditional.
3506         (verilog-font-grouping-keywords-face): Make the begin..end
3507         keywords standout more than other verilog keywords.
3508         (verilog-type-font-keywords): Move the begin..end out of this list
3509         to facilitate making them to (potentially) stand out more.
3510         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
3511         function & task blocks.
3512         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
3513         initial, function & task blocks.
3514         (verilog-forward-sexp): Handle the new "disable fork" statement of
3515         IEEE-1800 Verilog.
3516         (verilog-beg-block-re-ordered): Handle the new "disable fork"
3517         statement of IEEE-1800 Verilog.
3518         (verilog-calc-1): Handle the new "disable fork" statement of
3519         IEEE-1800 Verilog.
3520         (verilog-disable-fork-re): Add const to help handle the new
3521         "disable fork" statement of IEEE-1800 Verilog.
3522         (verilog-declaration-core-re): Add port directions by themselves,
3523         with no qualification, as base item of a declaration.
3524         (verilog-pretty-declarations): Add new flag to ask it to refrain
3525         from printing to the message buffer.
3526         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
3527         printing to the message buffer.  Improve handling of the many
3528         types of expression line up.
3529         (verilog-just-one-space): Remove printing of an empty message.
3530         (verilog-get-lineup-indent): Rework to support the better handling
3531         of expression lineup for verilog-pretty-expr.
3532         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
3534 2008-02-24  Alan Mackenzie  <acm@muc.de>
3536         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
3537         yesterday's commit.
3539 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
3541         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
3542         to mouse-set-point in buffers that aren't associated with files.
3544         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
3546 2008-02-24  Alan Mackenzie  <acm@muc.de>
3548         Set of changes so that "obtrusive" syntactic elements in a
3549         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
3550         unmatched paren) don't interact syntactically with stuff outside
3551         the CPP line.
3553         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
3554         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
3555         off-by-one bug.
3556         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
3557         a bit of refactoring.
3558         (c-awk-extend-and-syntax-tablify-region): Takes some of the
3559         functionality of c-awk-advise-fl-for-awk-region, which has been
3560         refactored away.
3562         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
3563         (c-clear-char-property-with-value): New function and macro which
3564         remove text-properties `equal' to a supplied value.
3566         * progmodes/cc-engine.el: Comment about text properties amended.
3568         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
3569         parens around "error\\|warning".
3571         * progmodes/cc-langs.el (c-get-state-before-change-function)
3572         (c-before-font-lock-function, c-anchored-cpp-prefix):
3573         New language variables.
3574         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
3576         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
3577         syntax-table text properties.
3578         (c-common-init): Call language specific before/after-change
3579         functions at mode initialisation.
3580         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
3581         (c-extend-region-for-CPP, c-neutralize-CPP-line)
3582         (c-neutralize-syntax-in-CPP): New functions.
3583         (c-before-change, c-after-change): Call the new language specific
3584         change functions defined in cc-langs.el.
3585         (c-advise-fl-for-region): New macro.
3586         (awk-mode): Remove AWK specific stuff which has been refactored
3587         into language independent stuff.
3589 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
3591         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
3592         (gdb): (Re)set gdb-flush-pending-output to nil here...
3593         (gdb-init-1): ...instead of here (before gdb-prompt).
3595 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3597         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
3598         Recognize ''' just like any other char-constant.
3600 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
3603         careful enough.  Detect the uid-change all within the main loop.
3605 2008-02-24  Stefan Monnier  <monnier@pastel.home>
3607         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
3609 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3611         * hilit-chg.el (highlight-save-buffer-state): New macro.
3612         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
3613         (hilit-chg-clear): Use it to preserve the modified-p flag.
3614         (highlight-changes-rotate-faces): Don't mess with the undo-list.
3616 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3618         * font-lock.el (font-lock-set-defaults): Unset previously set variables
3619         when needed.
3621 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
3623         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
3624         from gnus-button-url-regexp.
3626 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
3628         * progmodes/compile.el (compilation-next-error): Doc fix.
3629         (compilation-find-file): Doc fix.
3631 2008-02-24  Glenn Morris  <rgm@gnu.org>
3633         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
3634         Add obsolete aliases to the old names.
3636 2008-02-24  Richard Stallman  <rms@gnu.org>
3638         * net/net-utils.el (ifconfig): Rename from ipconfig.
3639         (ipconfig): Alias to ifconfig.
3640         (ifconfig-program): Rename from ipconfig-program.
3641         (ifconfig-program-options): Rename from ipconfig-program-options.
3643 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
3645         * progmodes/verilog-mode.el (verilog-declaration-core-re):
3646         Add port directions by themselves, with no qualification, as base
3647         item of a declaration.
3648         (verilog-pretty-declarations): Add new flag that inhibits printing
3649         to the message buffer.
3650         (verilog-pretty-expr): Add new flag that inhibits printing to the
3651         message buffer.  Improve handling of the many types of expression
3652         line up.
3653         (verilog-just-one-space): Don't print an empty message.
3654         (verilog-get-lineup-indent): Rework to support the better handling
3655         of expression lineup for verilog-pretty-expr.
3656         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
3657         (verilog-mode-version, verilog-mode-release-date): Update.
3659 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3661         * subr.el (cancel-change-group): Don't move point.
3663 2008-02-23  Markus Triska  <markus.triska@gmx.at>
3665         * linum.el (linum-after-config): Update all visible windows.
3667 2008-02-23  Glenn Morris  <rgm@gnu.org>
3669         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
3670         Add :help for Solitaire and Tetris.
3672         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
3674         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
3675         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
3676         (smtpmail-queue-index-file): Make it a defcustom.
3677         (smtpmail-queue-index): Delete.
3678         (smtpmail-send-it, smtpmail-send-queued-mail):
3679         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
3680         smtpmail-queue-index.
3682         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
3683         Add :version.
3685 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
3687         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
3688         New variables.
3689         (iwconfig): New function.
3691 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
3693         * vc.el (vc-find-revision): Make vc-parent-buffer local before
3694         setting it.
3695         (vc-status-menu-map): Do not define using easy-menu.
3696         (vc-status-menu-map): New defalias.
3697         (vc-status-mode-map): Hook up the menu.
3698         (top-level): Update TODO.
3700         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
3702         * vc-bzr.el (vc-bzr-init-version): Rename to ...
3703         (vc-bzr-init-revision): ... this.
3705 2008-02-23  Jason Rumney  <jasonr@gnu.org>
3707         * makefile.w32-in (WINS_ALMOST): Remove term.
3708         (WINS): Add term here.
3709         (custom-deps, finder-data): Use WINS_ALMOST.
3711 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
3713         * faces.el (font-weight-table): Fix value of `semi-light'.
3715 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3717         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
3718         Make those tables bijective.
3720 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
3722         Finish pdbtrack integration cleanup, settling missing-functions
3723         byte compiler warnings appropriately.
3725         * progmodes/python.el (python-point): Remove this - beginning-of-line
3726         was all that was necessary for `python-pdbtrack-overlay-arrow'.
3727         (python-end-of-def-or-class, python-beginning-of-def-or-class)
3728         (python-goto-initial-line): Drop these - they were only needed for
3729         python-point.
3730         (python-comint-output-filter-function): Use condition-case and
3731         beginning-of-line directly, instead of python-mode.el functions
3732         which require all sorts of baggage.
3733         (point-safe): Unnecessary - we're using condition-case directly,
3734         instead.
3735         (python-execute-file): Include for python-shell, which I'm leaving
3736         in keeping despite it being unnecessary for pdb tracking.
3738 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
3740         * progmodes/scheme.el (scheme-font-lock-keywords-2):
3741         Add SRFI 11 support.
3742         (let-values, let*-values): Specify scheme-indent-function.
3744 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
3746         * vc.el (vc-exec-after): Move setting mode-line-process in the
3747         busy case ...
3748         (vc-set-mode-line-busy-indicator): ... in this new function.
3749         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
3750         (vc-update-vc-status-buffer): Reset mode-line-process.
3751         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
3752         mark/unmark all the files with the same state as the current one.
3753         With a prefix argument mark/unmark all files.
3754         (vc-status-mode-menu): Adjust strings.
3755         (vc-update-vc-status-buffer): Only do something when the argument
3756         is not nil.
3757         (vc-status-kill-dir-status-process): New function.
3758         (vc-status-mode-map): Bind it.
3759         (vc-status-process-buffer): New variable.
3760         (vc-status-mode): Make it local.
3761         (vc-status-refresh): Set it.
3763         * vc-hg.el (vc-hg-dir-status):
3764         * vc-git.el (vc-git-dir-status):
3765         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
3766         command is run.
3768 2008-02-22  Glenn Morris  <rgm@gnu.org>
3770         * json.el (top-level): No need to require thingatpt.
3771         (json-read-keyword): Use thing-at-point rather than word-at-point.
3773         * time.el (top-level): No need to require time-date when compiling.
3775         * emacs-lisp/copyright.el (copyright-update-year):
3776         Fix subexpression numbering for the case when years are split over
3777         lines, and for the replace case.
3779         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
3780         (tpu-caar, tpu-cadr): Delete functions.
3781         (zmacs-regions): No need to declare for compiler.
3782         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
3783         (tpu-spell-check): Rewrite, and handle mark after point.
3784         (tpu-special-insert): Use or rather than if.
3786         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
3787         rather than spell-region.
3789         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
3790         warnings about spell-region.
3792 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
3794         * ldefs-boot.el: Regenerated.
3796         * loadup.el: Don't load language/devanagari, language/kannanda,
3797         language/malayalam, and language/tamil.  Load language/sinhala.
3799         * language/indian.el (indian-font-foundry)
3800         (indian-script-language-alist, indian-font-char-index-table)
3801         (indian-font-char, indian-font-char-range, indian-script-table)
3802         (indian-default-script, indian-composable-pattern): Delete them.
3803         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
3804         language environments moved to here.
3805         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
3806         New language environments.
3808         * language/devanagari.el, language/devan-util.el,
3809         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
3810         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
3811         Delete them.
3813         * language/sinhala.el: New file.
3815 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
3817         Update Nick Robert's port of pdb tracking from python-mode.el.
3819         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
3820         Clarify docstring.
3821         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
3822         tracking is happening.
3823         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
3824         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
3825         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
3826         Tracking is plugged in to all comint buffers once python.el is loaded.
3827         (python-pdbtrack-overlay-arrow): Toggle activation of
3828         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
3829         (python-pdbtrack-track-stack-file): Use new
3830         `python-pdbtrack-get-source-buffer' for more flexible access to
3831         debugging source files.
3832         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
3833         according to pdb stack trace, optionally using new
3834         `python-pdbtrack-grub-for-buffer' if file is not locally available.
3835         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
3836         named buffer, or having function with indicated name.
3837         (python-shell): Remove comint-output-filter-functions hook
3838         addition, it's being done elsewhere.  Wrap long line.
3840 2008-02-21  Michael Olson  <mwolson@gnu.org>
3842         * json.el: Replace XEmacs compatibility code to get rid of
3843         compiler warnings.
3845         * time.el: Fix compiler warning.
3847 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
3849         * json.el: New file (JavaScript Object Notation parser / generator).
3851 2008-02-21  Dave Love  <fx@gnu.org>
3853         * progmodes/sym-comp.el: New file.
3855         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
3856         Require sym-comp.  Add Python buffer to same-window-buffer-names.
3857         Fixup whitespaces.
3858         (python-font-lock-keywords): Add highlighting for Python builtins.
3859         (python-font-lock-syntactic-keywords): Rewrite.
3860         (python-quote-syntax): Use syntax-ppss-context instead of parsing
3861         ppss directly.
3862         (python-mode-map): Add binding for python-find-function.
3863         (python-calculate-indentation): Clean up the logic.
3864         (python-beginning-of-defun): Explicitly set return value.
3865         (python-beginning-of-statement): Stop looping if we get stuck
3866         going backwards.
3867         (python-next-statement): Stop looping if we somehow end up inside
3868         a string while advancing.
3869         (python-preoutput-continuation, python-version-checked): New vars.
3870         (python-check-version): New function.
3871         (run-python): Set default command to python-command instead of
3872         python-python-command.
3873         (run-python): Use python-check-version.  Give PYTHONPATH
3874         precedence over data-directory in the process environment.
3875         Load function definitions in python process after.
3876         (python-check-comint-prompt): New function.
3877         (python-send-command, python-send-receive): Use it.
3878         (python-complete-symbol, python-try-complete): Functions deleted.
3879         Use symbol-complete instead of python-complete-symbol throughout.
3880         (python-fill-paragraph): Further refine the fenced-string regexp.
3881         (def-python-skeleton): Expand to the original abbrev instead if in
3882         a comment or string.  Tweak skeletons for `if', `while', `for',
3883         `try/except', `try/finally', `name'.
3884         (python-pea-hook, python-abbrev-pc-hook): New functions.
3885         (python-abbrev-syntax-table): New var.
3886         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
3887         Use symbol-completion-try-complete for hippie expansion.
3888         Turn on font lock unconditionally.
3889         (python-mode-hook): Defcustom it.  No need to use make-local
3890         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
3891         option, since it's buffer-local.
3893 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
3895         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
3897 2008-02-21  Drew Adams  <drew.adams@oracle.com>
3899         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
3900         "Turn off" and a "Help" entry when the minor mode has no menu.
3902 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
3904         * vc.el (vc-status-mark, vc-status-unmark): New functions.
3905         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
3906         vc-status-mark-file and vc-status-unmark-file.
3907         (vc-status-mark-unmark): New function.
3908         (vc-status-previous-line, vc-status-next-line): No longer interactive.
3910 2008-02-21  Glenn Morris  <rgm@gnu.org>
3912         * composite.el (encode-composition-rule): Fix typo in error message.
3913         (composition-function-table, auto-composition-mode): Doc fixes.
3915         * subr.el (sit-for): Fix obsolete form for nil second argument.
3917         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
3918         (spell-string): Make obsolete, in favor of ispell.
3920 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
3922         * language/devanagari.el: Don't setup composition-function-table
3923         here.
3924         ("Devanagari"): Change charset, coding-system, coding-priority to
3925         Unicode-based ones.  Don't require the feature devan-util.
3927         * composite.el (compose-chars-after): Fix arguments for a function
3928         in composition-function-table.
3929         (auto-compose-region): Likewise.
3931         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
3932         for Ethiopic.
3933         (ps-mule-plot-string): Ignore glyph-string based compositions.
3935 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3937         * doc-view.el: Allow different windows to show different pages.
3938         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
3939         (doc-view-current-image, doc-view-current-overlay): Remove variables,
3940         add them back as macros instead, using image-mode-winprops instead.
3941         Update all users of those variables.
3942         (doc-view-new-window-function): New function to create a new overlay
3943         for each new window.
3944         (doc-view-mode): Use it and image-mode-setup-winprops.
3945         (doc-view-clone-buffer-hook): Rewrite accordingly.
3947         * image-mode.el: Extend [hv]scroll support to per-window properties.
3948         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
3949         (image-mode-winprops-alist): New var to replace them.
3950         (image-mode-new-window-functions): New hook.
3951         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
3952         New funs.
3953         (image-set-window-vscroll, image-set-window-hscroll): Use them.
3954         Remove the `window' argument, update callers.
3955         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
3956         Use the new functions.
3957         (image-mode-reapply-winprops): New fun.
3958         (image-mode): Use it.
3960 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
3962         * calc/calc-math.el (math-sin-raw): Add optional argument
3963         to keep track of original argument.
3964         (math-cos-raw): Use optional argument when calling math-sin-raw.
3965         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
3966         with close to original precision.
3968 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3970         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
3971         args in calls of sit-for.
3973 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
3975         * vc-svn.el (vc-svn-program): Fix typo in docstring.
3976         (vc-svn-checkin): Fix typo in error message.
3978         * help-mode.el: Require easymenu when compiling.
3980 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
3982         * help-mode.el (help-mode-menu): New menu.
3984 2008-02-20  Glenn Morris  <rgm@gnu.org>
3986         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
3987         on Windows.
3989 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
3991         * ps-mule.el (ps-mule-encode-region): Return a single string.
3992         (ps-mule-plot-string): Adjust for the above change.
3993         (ps-mule-encode-header-string): Likewise.
3995         * international/latin1-disp.el (latin1-display): Don't use
3996         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
3997         standard-display-table.
3998         (latin1-display-identities): Adjust for the change of what is
3999         returned by (get-language-info charset 'charset).
4001         * international/mule-util.el (char-displayable-p): Fix for Latin-1
4002         characters and terminal case.
4004 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
4006         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
4008         * progmodes/python.el: Also require comint when loading.
4009         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
4010         Replace python-shell with run-python on menu bar.
4011         (python-shell-map): New map.
4012         (python-default-interpreter, python-python-command-args)
4013         (python-jython-command-args, python-pdbtrack-do-tracking-p):
4014         New options.
4015         (python-which-shell, python-which-args, python-which-bufname):
4016         New buffer local variables.
4017         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
4019         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
4020         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
4021         New constants.
4023         Pdbtrack features:
4025         (python-point, python-end-of-def-or-class)
4026         (python-beginning-of-def-or-class, python-goto-initial-line)
4027         (python-comint-output-filter-function)
4028         (python-pdbtrack-overlay-arrow)
4029         (python-pdbtrack-track-stack-file, python-toggle-shells)
4030         (python-shell, python-pdbtrack-toggle-stack-tracking)
4031         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
4032         New functions.
4034 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4036         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
4037         when the argument is nil.
4039 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
4041         * vc.el (dir-status): Add a brief description.
4043 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
4045         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
4046         If non-nil, reverse the sense of the check.
4048         * vc-rcs.el (vc-rcs-root): New func.
4049         * vc-cvs.el (vc-cvs-root): New func.
4050         * vc-svn.el (vc-svn-root): New func.
4051         * vc-sccs.el (vc-sccs-root): New func.
4053 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
4055         * language/japan-util.el (setup-japanese-environment-internal):
4056         Call use-cjk-char-width-table.
4058         * language/japanese.el ("Japanese"): Set exit-function to
4059         use-default-char-width-table.
4061         * international/characters.el: Delete occurrences of non-Unicode
4062         tibetan and ethiopic characters.
4063         (cjk-char-width-table): New variable.
4064         (use-cjk-char-width-table, use-default-char-width-table):
4065         New functions.
4067 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
4069         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
4070         (vc-status-mode-menu): Add a :filter.
4071         (vc-status-printer): Add faces.
4073         * vc-hg.el (vc-hg-extra-status-menu): New function.
4074         (vc-hg-dir-status): Clean up the buffer before using it.
4076 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4078         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
4079         (gdb): Initialize it here instead.
4081         * files.el (locate-dominating-file): Fix thinko in last change.
4082         Reported by Bruce Stephens <bruce.stephens@isode.com>.
4084 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
4086         * vc.el (vc-status-mode-menu): New menu for vc-status.
4088 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
4090         * progmodes/verilog-mode.el (customize): Fix typo in error message.
4091         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
4092         (verilog-mode-auto, verilog-indent-level-module)
4093         (verilog-minimum-comment-distance, verilog-library-flags)
4094         (verilog-library-directories, verilog-library-files)
4095         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
4096         (verilog-xemacs-menu, verilog-set-compile-command)
4097         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
4098         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
4099         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
4100         (verilog-batch-inject-auto, verilog-batch-indent)
4101         (verilog-continued-line, verilog-type-keywords)
4102         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
4103         (verilog-read-inst-pins, verilog-read-arg-pins)
4104         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
4105         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
4106         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
4107         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
4108         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
4109         (verilog-mode-version, verilog-mode-release-date)
4110         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
4111         (verilog-simulator, verilog-compiler)
4112         (verilog-auto-sense-defines-constant, verilog-company)
4113         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
4114         Fix typos in docstrings.
4115         (verilog-set-auto-endcomments, verilog-calculate-indent)
4116         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
4117         Reflow docstrings.
4118         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
4119         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
4120         (electric-verilog-forward-sexp, verilog-in-case-region-p)
4121         (verilog-in-struct-region-p, verilog-in-generate-region-p)
4122         (verilog-leap-to-head, verilog-current-indent-level)
4123         (verilog-case-indent-level, verilog-cpp-keywords)
4124         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
4125         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
4126         (verilog-signals-not-in, verilog-symbol-detick-text)
4127         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
4128         (verilog-forward-close-paren, verilog-backward-open-paren)
4129         (verilog-backward-open-bracket): Doc fixes.
4131         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
4132         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
4133         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
4134         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
4135         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
4136         Fix typos in docstrings.
4138         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
4140 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
4142         * info.el (Info-read-node-name): Removed unused `default' arg.
4144 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
4146         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
4148 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4150         * image-mode.el (image-get-display-property): New fun.
4151         (image-forward-hscroll, image-next-line, image-eol, image-eob)
4152         (image-mode, image-minor-mode, image-toggle-display-text)
4153         (image-toggle-display): Use it.
4155 2008-02-18  Jason Rumney  <jasonr@gnu.org>
4157         * international/mule.el (xml-find-file-coding-system): Don't warn
4158         about utf-16 with BOM.
4160         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
4162         * international/mule.el (sgml-xml-auto-coding-function): Detect and
4163         warn if file encoding is not utf-8 and encoding not specified.
4164         (xml-find-file-coding-system): New function.
4165         * international/mule-conf.el (file-coding-system-alist): Use it.
4167 2008-02-17  Glenn Morris  <rgm@gnu.org>
4169         * international/mule-cmds.el (set-locale-environment):
4170         Pass `frame' to getenv for LC_MESSAGES.
4172 2008-02-17  Juri Linkov  <juri@jurta.org>
4174         * time.el (emacs-init-time): Use format instead of format-seconds.
4176 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4178         * textmodes/bibtex.el (bibtex-search-entry): Rename from
4179         bibtex-find-entry.  Add autoload cookie.
4180         (bibtex-find-entry): Alias for bibtex-search-entry.
4181         (bibtex-search-crossref): Rename from bibtex-find-crossref.
4182         (bibtex-find-crossref): Alias for bibtex-search-crossref.
4183         (bibtex-clean-entry): atomic-change-group removed.
4184         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
4185         to locate buffer location where error occurred.
4186         Make error messages more specific.
4187         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
4189 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
4191         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
4192         top level.
4194         * simple.el (transient-mark-mode): Add an :init-value.
4196         * startup.el (command-line): Use custom-reevaluate-setting for
4197         transient-mark-mode.
4199 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
4201         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
4203 2008-02-16  Juri Linkov  <juri@jurta.org>
4205         * startup.el (after-init-time): New variable.
4206         (command-line): Set `after-init-time' to the current time.
4208         * time.el (emacs-init-time): New function.
4210 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4212         * files.el (locate-dominating-file): Remove initial loop because it's
4213         not careful enough.  Detect the uid-change all within the main loop.
4215 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4217         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
4219 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
4221         * vc.el (vc-annotate): Add new argument.
4222         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
4224         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
4225         Move make-variable-buffer-local code after the corresponding defvar.
4226         (hs-minor-mode-map): Define and initialize in one step.
4227         (hs-minor-mode): Change from defun to define-minor-mode.
4229 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
4231         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
4232         (gdb-ready): Move declaration...
4234         * progmodes/gdb-ui.el (gdb-ready): ...to here.
4235         (gdb-early-user-input): New variable.
4236         (gdb): Reset gdb-flush-pending-output to nil and set
4237         comint-input-sender here (before gdb-prompt), instead of...
4238         (gdb-init-1): ...here.
4239         (gdb-send): If Emacs is not ready, defer user input to...
4240         (gdb-prompt): ...here.
4242 2008-02-16  Glenn Morris  <rgm@gnu.org>
4244         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
4246         * startup.el (emacs-startup-time): Rename to `before-init-time'.
4247         (before-init-time): New name for `emacs-startup-time'.
4248         (command-line): Use before-init-time rather than emacs-startup-time.
4249         * time.el (emacs-uptime): Use before-init-time rather than
4250         emacs-startup-time.
4252         * composite.el (composition-function-table): Doc fix.
4254         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
4255         in favor of `%z' specifier.
4256         (emacs-uptime): Move to time.el.
4257         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
4258         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
4259         argument of format-seconds.
4261 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
4263         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
4265 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4267         * ielm.el (ielm-is-whitespace): Remove.
4268         (ielm-is-whitespace-or-comment): New function.
4269         (ielm-eval-input): Use it.
4271 2008-02-15  Jason Rumney  <jasonr@gnu.org>
4273         * term/mac-win.el: Fix coding tag.
4275 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
4277         * vc-hooks.el (vc-menu-map):
4278         * bindings.el (mode-line-mode-menu): Add tooltips.
4280         * bindings.el (help-echo): Add more tooltips.  Use a less
4281         telegraphic style for existing tooltips.
4283 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4285         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
4286         from the auto-generated one.
4288 2008-02-14  Glenn Morris  <rgm@gnu.org>
4290         * mail/rmail-spam-filter.el (rmail-spam-filter):
4291         Let-bind message-spam-status.
4293         * mail/smtpmail.el (password-cache-add): Declare as function.
4295 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
4297         * mail/smtpmail.el: Use password-cache.
4299 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
4301         * uniquify.el (uniquify-buffer-base-name): New function.
4302         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4304         * desktop.el (uniquify-managed): Don't defvar.
4305         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
4306         `uniquify-managed'.  Return also the buffer's base name.
4307         (desktop-save): When saving the buffer info, filter out the base name,
4308         and save it as buffer name if the buffer is managed by uniquify.
4309         (uniquify-item-base): Don't declare; not called anymore.
4311 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
4313         * vc.el (vc-annotate-find-revision-at-line): New function.
4314         (vc-annotate-mode-map): Bind it.
4315         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
4316         some entries.
4318 2008-02-14  Glenn Morris  <rgm@gnu.org>
4320         * calendar/time-date.el (format-seconds): New function.
4321         (emacs-uptime): Use format-seconds.
4323         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4324         Remove `LC_ALL=C', since it's included in $(emacs) now.
4326 2008-02-14  Zhang Wei  <id.brep@gmail.com>
4328         * textmodes/org-publish.el (org-publish-timestamp-filename):
4329         Replace colon characters in filename too.
4331 2008-02-13  Bastien Guerry  <bzg@altern.org>
4333         * mail/rmail.el (rmail-header-name): New face.
4334         (rmail-font-lock-keywords): Use rmail-header-name.
4336         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
4337         against X-Spam-Status header field.
4338         (rmail-spam-filter): Also check X-Spam-Status header field.
4340 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
4342         * progmodes/flymake.el (flymake-allowed-file-name-masks):
4343         Add support for .pm files and .php files.
4344         (flymake-err-line-patterns): Add pattern for PHP errors.
4345         (flymake-php-init): New function.  PHP support for flymake.
4347         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4348         Add regular expression for PHP errors.
4350 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
4352         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
4353         This DTRT even on w32 machines.
4354         (ange-ftp-cf1): Quote FILENAME.
4356 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4358         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
4359         (smerge-auto-combine): New fun.
4361 2008-02-12  Juri Linkov  <juri@jurta.org>
4363         * startup.el (fancy-startup-screen, normal-splash-screen):
4364         Set default-directory to command-line-default-directory.
4366         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
4367         after reading the desktop.
4369         * progmodes/compile.el (compilation-auto-jump):
4370         Call compile-goto-error only when compilation-auto-jump-to-first-error
4371         is non-nil.
4372         (compilation-scroll-output): Replace :type 'boolean with a choice
4373         that has three options including a third option `first-error'.
4374         Doc fix.
4375         (compilation-start, compilation-forget-errors): Add an alternate
4376         condition comparing compilation-scroll-output with `first-error'
4377         in addition to compilation-auto-jump-to-first-error (to call
4378         compilation-auto-jump in the proper place).
4380 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4382         * international/mule.el (sgml-html-meta-auto-coding-function):
4383         Make sure the search limit is ahead.
4385         * tar-mode.el: Fix broken indentation.
4386         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
4387         Use with-current-buffer.
4389 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
4391         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
4392         it is already automatically buffer-local.
4394 2008-02-11  Drew Adams  <drew.adams@oracle.com>
4396         * help.el (describe-key): Join some split lines to facilitate filling.
4397         * help-fns.el (describe-function-1): Fill text of overlong lines.
4399 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
4401         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
4402         Use unibyte-string instead of string-make-unibyte.
4404         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
4406 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4408         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
4409         works also for buffers w/o buffer-file-name.  Update callers.
4410         (doc-view-clone-buffer-hook): New fun.
4411         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
4412         the `doc-view' property so they can be recognized.
4414         * simple.el (clone-indirect-buffer-hook): New hook.
4415         (clone-indirect-buffer): Run it.
4417 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4419         * epa.el (epa-menu-mode): Merge into epa-mode.
4420         (epa-menu-items): Rename the label "EasyPG Assistant" to
4421         "Encryption/Decryption".
4423         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
4424         (epa-dired-mode-map): Rename from epa-dired-map.
4425         (epa-global-dired-mode): Rename the global minor mode.
4427 2008-02-11 Drew Adams  <drew.adams@oracle.com>
4429         * isearch.el (isearch-fail): New face.
4430         (isearch-message): Highlight failure part of input.
4432 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * ibuffer.el (ibuffer-header-line-format): New var.
4435         (ibuffer-mode): Set it instead of header-line-format.
4436         (ibuffer-update): Use it to set header-line-format.
4438         * international/mule-cmds.el (ucs-insert): Inherit surrounding
4439         properties like self-insert-command.
4441 2008-02-11  Drew Adams  <drew.adams@oracle.com>
4443         * progmodes/etags.el: Add many doc strings.
4445 2008-02-11  Jason Rumney  <jasonr@gnu.org>
4447         * ldefs-boot.el: Regenerated.
4449 2008-02-11  Glenn Morris  <rgm@gnu.org>
4451         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4452         Shorten some names.
4454         * ffap.el (ffap-rfc-directories): Add :version.
4456 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
4458         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
4459         files, and backup files of same.
4461 2008-02-11  Kevin Ryde  <user42@zip.com.au>
4463         * ffap.el (ffap-rfc-directories): New variable.
4464         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
4466         * info.el (Info-next-reference, Info-prev-reference)
4467         (Info-try-follow-nearest-node): Move to and follow https:// links too.
4469         * simple.el (completion-list-mode): Show full completion-list-mode-map
4470         in the docstring.
4472 2008-02-11  Sam Steingold  <sds@gnu.org>
4474         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
4476 2008-02-11  Glenn Morris  <rgm@gnu.org>
4478         * startup.el (emacs-startup-time): New variable.
4479         (command-line): Set emacs-startup-time.
4481         * calendar/time-date.el (emacs-uptime): New function.
4483 2008-02-10  Bastien Guerry  <bzg@altern.org>
4485         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
4486         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
4487         it is nil.
4489 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4491         * epg-config.el: Expand the contents of epg-package-info.el.
4492         (epg-package-name): New constant.
4493         (epg-version-number): New constant.
4494         (epg-bug-report-address): New constant.
4496         * epa-mail.el (epa-mail-mode): Add autoload cookie.
4497         (epa-global-mail-mode): New global minor mode.
4499         * epa-file.el (epa-file-mode): New global minor mode.
4501         * epa-dired.el (epa-dired-mode): New global minor mode.
4503         * epa.el (epa-menu): New variable.
4504         (epa-menu-items): New variable.
4505         (epa-menu-mode): New global minor mode.
4506         (epa-global-minor-modes): New user option.
4507         (epa-mode): New global minor mode.
4509 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
4511         * net/dbus.el: Remove `no-byte-compile' cookie.
4512         (dbus-call-method, dbus-register-signal, dbus-debug)
4513         (dbus-registered-functions-table): Declare them with
4514         `declare-function' or `defvar', respectively.
4515         (top): Don't assert any longer.  Require 'cl when compiling.
4516         Apply `ignore-errors' but `dbus-ignore-errors'.
4518 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
4520         * diff-mode.el (diff-add-change-log-entries-other-window):
4521         Use add-change-log-entry.
4523 2008-02-09  Jason Rumney  <jasonr@gnu.org>
4525         * button.el (button-map):
4526         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
4527         * ldefs-boot.el: Regenerate.
4529 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
4531         * epa.el (epa-faces, epa):
4532         * epa-file.el (epa-file):
4533         * epg-config.el (epg): Add :version.
4535 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
4537         * vc.el (vc-exec-after): Append CODE to previous fragments.
4538         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
4539         take MESSAGES instead of VERBOSE; use it when non-nil.
4540         (vc-diff-internal): Compute messages once; use them;
4541         update call to vc-diff-finish.
4543 2008-02-09  Michael Olson  <mwolson@gnu.org>
4545         * net/tramp.el (tramp-process-sentinel): Avoid error when process
4546         buffer has been killed, such as by
4547         `tramp-cleanup-all-connections'.
4549 2008-02-09  Miles Bader  <miles@gnu.org>
4551         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
4553 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
4556         splitter in context hunks.
4558 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
4560         * international/fontset.el (setup-default-fontset): Fix arabic otf
4561         font specification.
4563 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4565         * epa-dired.el:
4566         * epa-file.el:
4567         * epa-mail.el:
4568         * epa-setup.el:
4569         * epa.el:
4570         * epg-config.el:
4571         * epg-package-info.el:
4572         * epg.el: Initial check-in of EasyPG.
4574 2008-02-08  Glenn Morris  <rgm@gnu.org>
4576         * woman.el (woman-locale): New defcustom.
4577         (woman-expand-locale, woman-manpath-add-locales): New functions.
4578         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
4580         * international/mule-cmds.el (locale-translate): New function,
4581         with old code extracted from set-locale-environment.
4582         (set-locale-environment): Use locale-translate.  Set woman-locale.
4584         * cus-start.el (selection-coding-system): Remove, since it's now
4585         defined in select.el rather than in xselect.c.
4586         * select.el (selection-coding-system): Make it a defcustom, and
4587         add the properties from cus-start.el.  Bump :version.
4589         * custom.el (custom-theme-set-variables): Sort symbols that are
4590         dependencies before symbols that depend on them.
4591         (custom-enabled-themes): Set after custom-theme-directory.
4593         * pcmpl-unix.el (top-level): Move provide statement to end.
4594         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
4595         `*' from doc-string.  Allow to be nil.
4596         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
4597         Allow to be nil.  Add :version.
4598         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
4599         without hostnames, and multiple hostnames per line.
4601         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
4603 2008-02-08  Phil Hagelberg  <phil@evri.com>
4605         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
4606         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
4608 2008-02-07  Timo Savola  <timo.savola@iki.fi>
4610         * startup.el (command-line-x-option-alist): Add --parent-id.
4612         * term/x-win.el (x-handle-parent-id): New function.
4614 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
4616         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
4617         "Font Menu".
4619 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4621         * net/dbus.el (dbus-interface-peer): New defconst.
4622         (dbus-ping): New defun.
4624 2008-02-06  Sam Steingold  <sds@gnu.org>
4626         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
4628 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
4631         Just return nil and let the C code provide a fallback.
4633 2008-02-05  Glenn Morris  <rgm@gnu.org>
4635         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
4636         tramp-flush-connection-property for removed 2nd argument.
4638 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * diff-mode.el (diff-add-change-log-entries-other-window):
4641         Rename from diff-create-changelog.  Change users.
4642         Minor change to hopefully work with plain diffs.
4643         (diff-mode-map): Add binding for it.
4645 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
4647         * diff-mode.el: Add new TODO entry.
4648         (diff-create-changelog): New function.
4649         (diff-mode-menu): Bind it.
4651 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
4653         * international/mule-diag.el (print-fontset-element): Handle the
4654         case of inhibiting the fallback fonts.
4656 2008-02-04  Kim F. Storm  <storm@cua.dk>
4658         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4659         (ido-magic-delete-char): Use prefix arg.
4661 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
4663         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
4664         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
4665         of today, the most recent libpng is 1.2.24).
4667 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
4669         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
4671         * net/dbus.el (top): Check (featurep 'dbusbind).
4673         * net/tramp.el (tramp-process-sentinel): New defun.
4674         (tramp-do-copy-or-rename-file-out-of-band)
4675         (tramp-maybe-open-connection): Use it as process sentinel.
4676         (tramp-handle-delete-directory): Don't use the "-f" option; it
4677         isn't portable.
4678         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
4679         after the command.
4680         (tramp-handle-shell-command): Set `mode-line-process' in the
4681         asynchronous case.
4683         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
4685         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
4686         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4687         Use `tramp-process-sentinel' as process sentinel.
4689 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
4691         * whitespace.el (global-whitespace-mode): Revert last change.
4692         (whitespace-unload-function): Force `global-whitespace-mode'
4693         to deactivate local modes in a slightly less intrusive way.
4695 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
4697         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
4699 2008-02-02  Glenn Morris  <rgm@gnu.org>
4701         * international/latin1-disp.el (latin1-display):
4702         * progmodes/fortran.el (fortran-comment-indent-char):
4703         * progmodes/idlw-shell.el (top-level):
4704         * term/mac-win.el (mac-keyboard-translate-char):
4705         * whitespace.el (whitespace-char-valid-p):
4706         * wid-edit.el (widget-key-sequence-read-event):
4707         Use characterp rather than char-valid-p.
4709         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
4710         to capitalized-find-word-boundary.  Doc fix.  Update callers.
4711         (capitalized-next-word-boundary-function-table): Rename to
4712         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
4714         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
4715         string-to-int.
4717         * ps-def.el (declare-function): Add compatibility definition.
4718         (ps-plot-with-face, ps-plot-string): Declare as functions.
4719         (ps-bold-faces, ps-italic-faces): Declare variables.
4721         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
4722         (ps-mule-end-job): Declare as functions.
4724         * wid-edit.el (widget-string-complete): Use assoc-string rather
4725         than assoc-ignore-case.
4727 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
4729         * progmodes/etags.el (next-file): Improve revert message.
4731 2008-02-01  Andreas Schwab  <schwab@suse.de>
4733         * loadup.el: Load language/burmese instead of language/myanmar.
4735 2008-02-01  Richard Stallman  <rms@gnu.org>
4737         * language/burmese.el: Rename from myanmar.el.
4738         ("Burmese"): Rename from "Myanmar".
4740 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4742         * international/fontset.el (script-representative-chars): Add cham
4743         and tai-viet.
4744         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
4745         Add fontconfig spec for cjk-misc.  Explicitly specify font font
4746         for U+E000..U+F8FF.
4748         * international/characters.el (script-list): Add cham.
4750         * language/cham.el: New file.
4752 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
4754         * xml.el (xml-escape-string): Don't do any encoding changes on the
4755         string.
4757 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4759         * language/ind-util.el (in-is13194-post-read-conversion):
4760         Delete unnecessary call of indian-compose-region.
4762 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4764         * ps-print.el: Some face attributes (like :strike-through) were not
4765         being recognised.  Reported by Leo <sdl.web@gmail.com>.
4766         (ps-print-version): New version 7.3.2.
4767         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
4768         ps-face-overline-p and ps-face-box-p functions.
4770         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
4771         New functions.
4773 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4775         * international/fontset.el (font-encoding-alist): Add an entry for
4776         iso8859-16.
4777         (setup-default-fontset): Add iso8859-16 to latin.
4779         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
4780         hexadigit string.
4781         (describe-char): Adjust for the above change.
4783 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4785         * international/fontset.el (font-encoding-alist): Don't set the
4786         repertory of GB18030 fonts.
4788 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4790         * language/indian.el: Set font-shape-text for all Indic characters
4791         in composition-function-table.
4793         * language/khmer.el: New file.
4795         * language/myanmar.el: New file.
4797         * loadup.el: Load "language/khmer" and "language/myanmar".
4799 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4801         * international/fontset.el (setup-default-fontset): Fix lao OTF
4802         script name.
4804 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4806         * composite.el (terminal-composition-modification): Delete it.
4808 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4810         * international/fontset.el (x-complement-fontset-spec):
4811         Complement size too.
4813 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4815         * international/fontset.el (font-encoding-charset-alist):
4816         Initialize it.
4817         (otf-script-alist): Fix typo of canadian-aboriginal.
4818         (setup-default-fontset): Specify font-specs for many more scripts.
4819         (x-complement-fontset-spec): Change the first argument to a
4820         font-spec object.
4821         (create-fontset-from-fontset-spec): Adjust for the above change.
4823 2008-02-01  Kenichi Handa  <handa@m17n.org>
4825         * language/devanagari.el: Register font-shape-text in
4826         composition-function-table.
4828         * language/tibetan.el: Register font-shape-text in
4829         composition-function-table.
4831         * language/thai-util.el (thai-composition-function): Fix arguments.
4833         * language/tamil.el: Register font-shape-text in
4834         composition-function-table.
4836         * language/malayalam.el: Register font-shape-text in
4837         composition-function-table.
4839         * language/lao.el: Register font-shape-text in
4840         composition-function-table.
4842         * language/kannada.el: Register font-shape-text in
4843         composition-function-table.
4845         * language/european.el (diacritic-composition-function): Fix arguments.
4847         * language/ethio-util.el (ethio-composition-function): Fix arguments.
4849         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
4851         * composite.el (composition-function-table): Fix docstring.
4852         (terminal-composition-function): Fix arguments.
4853         (auto-compose-current-font): Delete it.
4854         (auto-compose-chars): Adjust for the change of
4855         composition-function-table.
4857 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4859         * international/fontset.el (font-encoding-alist): Add the entry of
4860         "unicode-bmp".
4862 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4864         * composite.el (auto-compose-chars): Be sure to calculate
4865         composition at least at POS.
4867 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4869         * printing.el: Fix pr-interface-map initialization code.
4870         (pr-version): New version 6.9.3.
4871         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
4872         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
4873         (pr-f-read-string): Replace by pr-read-string.
4874         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
4875         New function name.
4876         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
4878 2008-02-01  Kenichi Handa  <handa@m17n.org>
4880         * language/tv-util.el (tai-viet-re): Include '-'.
4881         (tai-viet-glyph-info): Handle '-'.
4883 2008-02-01  Kenichi Handa  <handa@m17n.org>
4885         * descr-text.el (describe-char): Handle a composition of the new
4886         format.  Show font name.
4888 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4890         * language/tibet-util.el (tibetan-composition-function): Use
4891         font-shape-text if auto-compose-current-font is non-nil.
4893         * language/tibetan.el: Fix the range for recording
4894         tibetan-composition-function in composition-function-table.
4896         * language/mlm-util.el (malayalam-composition-function): Use
4897         font-shape-text if auto-compose-current-font is non-nil.
4899         * international/mule-conf.el: Flag many charsets as supplementary.
4901         * international/mule.el (define-charset): Update the docstring for
4902         :supplementary-p.
4904         * international/fontset.el (setup-default-fontset): Add OpenType
4905         fonts for malayalam and tibetan.
4907 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4909         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
4911 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4913         * international/fontset.el (otf-script-alist): Make all otf tags
4914         4-letters.
4915         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
4917         * language/tml-util.el (tamil-composition-function): Use
4918         font-shape-text if auto-compose-current-font is non-nil.
4920         * language/devan-util.el (devanagari-composition-function): Use
4921         font-shape-text if auto-compose-current-font is non-nil.
4923         * composite.el (auto-compose-chars): Change argument font-object
4924         to window.
4926 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4928         * ps-print.el (ps-lpr-switches): Docstring fix.
4929         (ps-string-list): New function.
4930         (ps-do-despool): Code fix.
4932 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
4934         * international/utf-7.el (utf-7-imap-post-read-conversion)
4935         (utf-7-imap-pre-write-conversion): New functions.
4937         * international/mule-conf.el (utf-7-imap): New coding system.
4939 2008-02-01  Kenichi Handa  <handa@m17n.org>
4941         * term/x-win.el (x-selection-value): If x-select-request-type is
4942         nil, try also STRING at last.
4943         (x-select-request-type): Doc fix for the change of x-selection-value.
4945         * select.el (selection-coding-system, next-selection-coding-system):
4946         Move declarations from xselect.c.
4947         (x-get-selection): Decode by selection-coding-system if it is non-nil.
4948         If it is nil, decode by a proper coding system.  Handle C_STRING.
4949         (ccl-check-utf-8, string-utf-8-p): Delete them.
4950         (xselect-convert-to-string): Fix determining data-type in the case
4951         that TEXT is requested.  Don't use selection-coding-system if it's
4952         not proper for the data-type.
4954 2008-02-01  Kenichi Handa  <handa@m17n.org>
4956         * term/x-win.el (x-selection-value): If x-select-request-type is
4957         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
4959 2008-02-01  Jason Rumney  <jasonr@gnu.org>
4961         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
4962         to signify default fontset.
4964 2008-02-01  Kenichi Handa  <handa@m17n.org>
4966         * international/mule-cmds.el (describe-language-environment):
4967         Check if the specified input method exists or not.
4969 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4971         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
4972         (ps-face-background-name): Remove this function.  It's already defined
4973         in ps-def.el file.
4975 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4977         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
4978         Epoch emacsen.
4980 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4982         * ps-print.el: Now detect if text foreground and background colors are
4983         equals and replace the foreground color by another color, so the text
4984         becomes visible.  Doc fix.
4985         (ps-print-version): New version 7.3.
4986         (ps-default-fg, ps-default-bg): Docstring fix.
4987         (ps-fg-list, ps-fg-validate-p): New options.
4988         (ps-foreground-list): New variable.
4989         (ps-generate-header-line): Replace fboundp by functionp.
4990         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4992 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4994         * printing.el: Pacify byte compiler, that is, no compiler warnings.
4995         Move (again) some variable definitions before use, define some
4996         function aliases, no code change.
4997         (pr-version): New version 6.9.2.
4998         (pr-path-style, pr-auto-region, pr-menu-char-height)
4999         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
5000         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
5001         via (defvar VAR).
5002         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
5003         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
5004         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
5005         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
5006         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
5007         (pr-menu-print-item, pr-ps-printer-menu-modified)
5008         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
5009         (pr-even-or-odd-alist): Move variable definitions.
5011 2008-02-01  Kenichi Handa  <handa@m17n.org>
5013         * language/chinese.el (cp936): Delete duplicated alias.
5015         * international/mule-diag.el (list-block-of-chars): Don't insert
5016         non-Unicode characters.
5018 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5020         * loadup.el [windows-nt]: Don't load code-pages and ccl.
5021         * term/w32-win.el: Don't require code-pages.
5023 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         Fix up multi-tty merge.
5027         * version.el (emacs-version): Bump to 23.0.60.
5029         * term/x-win.el (x-initialize-window-system): Don't try to create
5030         a fontset from a font-specification anymore.  This was removed on the
5031         unicode branch and mistakenly re-added by the multi-tty merge.
5033         * term/w32-win.el: Remove duplicate code that's now in
5034         w32-initialize-window-system.
5035         (w32-initialize-window-system): Don't try to create a fontset from
5036         a font-specification anymore.  This was removed on the unicode branch
5037         and mistakenly re-added by the multi-tty merge.
5039         * term/mac-win.el: Remove duplicate top-level code.
5041         * language/ethio-util.el:
5042         * international/characters.el: Use utf-8 rather than utf-8-emacs
5043         since it works as well and has the advantage of working with
5044         non-unicode versions of Emacs.
5046         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
5047         multi-tty code, which includes the previous local change.
5049 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5051         * ps-print.el (ps-print-version): New version 7.2.5.
5052         (ps-background, ps-begin-file, ps-build-reference-face-lists):
5053         Use `mapc' rather than `mapcar'.
5055 2008-02-01  Kenichi Handa  <handa@m17n.org>
5057         * skeleton.el (skeleton-internal-1): Use integerp and stringp
5058         instead of char-or-string-p to catch -1.
5060 2008-02-01  Kenichi Handa  <handa@m17n.org>
5062         * international/mule-cmds.el (inactivate-input-method):
5063         Set input-method-function to nil before calling
5064         inactivate-current-input-method-function.
5066 2008-02-01  Kenichi Handa  <handa@m17n.org>
5068         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
5069         height that doesn't exceed the requested height by rounding off.
5071 2008-02-01  Andreas Schwab  <schwab@suse.de>
5073         * international/mule-diag.el (print-fontset-element):
5074         Use fontp only if defined.
5076 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5078         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
5079         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
5080         (ps-mule-prologue-generated): Code fix.
5082 2008-02-01  Kenichi Handa  <handa@m17n.org>
5084         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
5085         with FIXEDCASE t.
5087 2008-02-01  Kenichi Handa  <handa@m17n.org>
5089         * international/mule-diag.el (print-fontset-element): Fix for the
5090         format change of a fontset element for font-backend feature.
5092 2008-02-01  Kenichi Handa  <handa@m17n.org>
5094         * descr-text.el (describe-char): Fix for the case that a component
5095         character is TAB.
5097 2008-02-01  Kenichi Handa  <handa@m17n.org>
5099         * international/mule-cmds.el (select-safe-coding-system-interactively):
5100         Fix printing of rejected and unsafe coding-systems.
5102         * international/fontset.el (setup-default-fontset): Add tai-viet.
5104         * international/characters.el: Setup syntax/category table for Tai Viet.
5105         (script-list): Add tai-viet.
5107         * loadup.el: Load "language/tai-viet".
5109         * language/tai-viet.el: New file.
5111         * language/tv-util.el: New file.
5113 2008-02-01  Jason Rumney  <jasonr@gnu.org>
5115         * faces.el (font-weight-table): Use defaults on w32 that match
5116         LOGFONT.lfWeight.
5118         * term/w32-win.el: Don't create fontset from command-line font.
5120 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5122         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5123         (sort-coding-systems, search-unencodable-char): Doc fixes.
5124         (default-input-method, input-method-verbose-flag)
5125         (input-method-highlight-flag): Remove * in defcustom's docstrings.
5126         (exit-language-environment-hook, set-default-coding-systems)
5127         (coding-system-change-eol-conversion, prefer-coding-system)
5128         (find-multibyte-characters, leim-list-entry-regexp)
5129         (set-input-method, input-method-exit-on-first-char, princ-list)
5130         (locale-language-names, locale-charset-language-names)
5131         (define-char-code-property): Fix typos in docstrings.
5133 2008-02-01  Kenichi Handa  <handa@m17n.org>
5135         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
5136         Fix for a new character code space (22-bit).
5138 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
5140         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
5142 2008-02-01  Kenichi Handa  <handa@m17n.org>
5144         * international/characters.el: Add more cases/syntaxes from Latin
5145         characters.
5147 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5149         * ps-def.el (installation-directory): Must be initialized when defining
5150         it in XEmacs.
5151         (coding-system-for-read): Eliminate duplicated definition.
5153 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5155         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5157 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5159         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5160         (ps-print-emacs-type): Eliminate variable.
5161         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
5162         running ps-print package.
5164         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
5165         (ps-frame-parameter): Replace defun by defalias.
5166         (mark-active): Eliminate defvar.
5168         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
5169         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5170         (ps-jts-ps-setup): Replace macros by vector key definition.
5172 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5174         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5175         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5176         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5177         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5178         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5179         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5180         New command actions for EPS header and EPS footer.
5182         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5183         footer.  Fix some problems with one-or-more, zero-or-more and
5184         alternative constructions generation.  Some implementation of log
5185         messages.  Doc fix.
5186         (ebnf-version): New version 4.4.
5187         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5188         (ebnf-eps-footer, ebnf-log): New options.
5189         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5190         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5191         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5192         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5193         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
5194         (ebnf-style-custom-list, ebnf-style-database): Put new values.
5195         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5196         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5197         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5198         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5199         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5200         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5201         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5202         (ebnf-non-terminal-dimension, ebnf-special-dimension)
5203         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5204         (ebnf-except-dimension, ebnf-alternative-dimension)
5205         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5206         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
5207         Insert log message function.
5208         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5209         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5210         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5211         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5212         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5213         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5214         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5215         compatibility with Emacs 20 & 21.
5216         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5217         (ebnf-eps-file-alist, ebnf-basic-width-extra)
5218         (ebnf-basic-empty-height): New variables.
5219         (ebnf-prologue): Fix PostScript code.
5220         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5221         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5222         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5223         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5225 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5227         * printing.el: Group together all XEmacs/Emacs definitions.
5228         (pr-version): New version 6.9.
5229         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
5230         New functions.
5231         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
5232         (pr-menu-bind): Fix code.
5233         (pr-e-frame-char-height, pr-e-frame-char-width)
5234         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
5235         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
5236         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
5237         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
5238         (pr-x-event-y-pixel): Eliminate aliases.
5239         (pr-xemacs-global-menubar): Move macro.
5240         (current-menubar, current-mouse-event, zmacs-region-stays)
5241         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
5242         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
5243         Move variables.
5244         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
5245         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
5246         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
5247         (pr-menu-set-utility-title, pr-even-or-odd-pages)
5248         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
5249         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
5250         Move functions.
5252 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5254         * ps-print.el: The ps-print commands without face printing should not
5255         print background color.  Reported by Leo <sdl.web@gmail.com>.
5256         (ps-print-version): New version 7.2.2.
5257         (ps-begin-job): New arg.  Fix ps-default-background and
5258         ps-default-foreground initialization.
5259         (ps-face-attributes): Fix doc string.
5260         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5262         * printing.el: Fix ps-print link.
5264 2008-02-01  Kenichi Handa  <handa@m17n.org>
5266         * international/mule-diag.el (list-character-sets-2): Don't print width.
5268 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5270         * ps-print.ps: Fix background height.
5271         (ps-print-version): New version 7.2.1.
5273 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5275         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
5276         into separate files.
5277         (ps-print-version): New version 7.2.
5278         (ps-postscript-code-directory): Fix XEmacs initialization.
5279         (ps-generate-postscript-with-faces):
5280         Call ps-generate-postscript-with-faces1 (new function).
5281         (ps-color-format, ps-float-format): Move variables to ps-def.el.
5282         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
5283         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
5284         (ps-face-background-name, ps-frame-parameter, ps-color-device)
5285         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5286         Move functions to ps-def.el.
5287         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
5288         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
5289         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
5290         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
5291         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
5292         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
5293         Move functions to ps-samp.el.
5295         * ps-bdf.el (installation-directory, coding-system-for-read):
5296         Move variables to ps-def.el.
5298         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
5299         (charset-bytes, charset-dimension, charset-id, charset-width)
5300         (find-charset-region, char-width, chars-in-region, forward-point)
5301         (decompose-composite-char, encode-coding-string, coding-system-p)
5302         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
5303         (string-make-multibyte, encode-char): Move functions to ps-def.el.
5305         * ps-def.el: New file.  XEmacs/Emacs definitions.
5306         (ps-generate-postscript-with-faces1): New function.
5307         (ps-color-format, ps-float-format): Move variables from ps-print.el.
5308         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
5309         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
5310         (ps-face-background-name, ps-frame-parameter, ps-color-device)
5311         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
5312         Move functions from ps-print.el.
5313         (installation-directory, coding-system-for-read):
5314         Move variables from ps-bdf.el.
5315         (leading-code-private-22): Move variable from ps-mule.el.
5316         (charset-bytes, charset-dimension, charset-id, charset-width)
5317         (find-charset-region, char-width, chars-in-region, forward-point)
5318         (decompose-composite-char, encode-coding-string, coding-system-p)
5319         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
5320         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
5322         * ps-samp.el: New file.  Sample setup code.
5323         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
5324         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
5325         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
5326         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
5327         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
5328         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
5329         Move functions from ps-print.el.
5331 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5333         * ps-print.el: Handle frame parameters (background and/or foreground
5334         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
5335         (ps-print-version): New version 7.1.
5336         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5337         (ps-frame-parameter): New function.
5338         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5339         Fix doc and customization.
5340         (ps-begin-job): Get frame parameters (background and/or foreground
5341         colors).
5342         (ps-do-despool): Ensure ps-printer-name has a valid value.
5344 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5346         * progmodes/ebnf-abn.el:
5347         * progmodes/ebnf-bnf.el:
5348         * progmodes/ebnf-dtd.el:
5349         * progmodes/ebnf-ebx.el:
5350         * progmodes/ebnf-iso.el:
5351         * progmodes/ebnf-otz.el:
5352         * progmodes/ebnf-yac.el:
5353         * progmodes/ebnf2ps.el:
5354         * delim-col.el:
5355         * printing.el:
5356         * ps-bdf.el:
5357         * ps-mule.el:
5358         * ps-print.el: Remove 'Time-stamp' comment mark.
5360         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5361         'easy-menu-add-item' when called in Emacs 21 or higher.
5363 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5365         * ps-print.el : Fix doc.
5366         (ps-print-version): New version 7.0.
5368 2008-02-01  Kenichi Handa  <handa@m17n.org>
5370         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
5371         XMODIFIERS.
5373 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5375         * ps-print.el: Fix maintainer email.  Eliminate function declaration
5376         that kept compatibility with older Emacs version.
5377         (ps-print-version): New version 6.7.
5379 2008-02-01  Kenichi Handa  <handa@m17n.org>
5381         * international/quail.el (quail-get-translations):
5382         Make quail-current-key multibyte if not yet done.
5384 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5386         * language/chinese.el ("Chinese-GBK"): Add tutorial.
5387         ("Chinese-GB18030"): Add sample-text and tutorial.
5389         * international/fontset.el (font-encoding-alist)
5390         (setup-default-fontset): Add gb18030.
5391         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
5392         (charset-script-alist): Add gbk and gb18030.
5394         * international/characters.el: Put property
5395         preferred-coding-system on gbk and gb18030.
5397         * international/mule-cmds.el (locale-language-names): Add an entry
5398         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
5400         * faces.el (face-font-registry-alternatives): Add gb18030.
5402 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5404         * ps-mule.el: Fix maintainer email.
5406 2008-02-01  Kenichi Handa  <handa@m17n.org>
5408         * international/quail.el (quail-insert-kbd-layout): Check the
5409         length of (cdr translation).
5410         (quail-get-current-str): Check the length of (cdr def).
5412 2008-02-01  Kenichi Handa  <handa@m17n.org>
5414         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
5416 2008-02-01  Kenichi Handa  <handa@m17n.org>
5418         * international/mule-cmds.el (ucs-insert): Re-implement.
5420 2008-02-01  Kenichi Handa  <handa@m17n.org>
5422         * composite.el (terminal-composition-modification): New function.
5423         (terminal-composition-function): Create composition with the above
5424         modification function.
5426 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5428         * international/characters.el: Add more full-width characters in
5429         char-width-table.
5431 2008-02-01  Kenichi Handa  <handa@m17n.org>
5433         * international/fontset.el (create-fontset-from-fontset-spec):
5434         Fix script name handling.
5436 2008-02-01  Kenichi Handa  <handa@m17n.org>
5438         * composite.el (terminal-composition-function): New function.
5439         (terminal-composition-function-table): New variable.
5440         (auto-compose-chars): If running on a terminal, use
5441         terminal-composition-function-table.
5443         * loadup.el: Load "composite" after "international/characters".
5445         * international/characters.el: Delete codes for setting up charset
5446         property nospace-between-words.  Fix setting up of
5447         char-width-table.  Don't make ethiopic and tibetan double column.
5449         * textmodes/fill.el (fill-find-break-point-function-table):
5450          Don't set it up in defvar.
5451         (fill-nospace-between-words-table): New variable.
5452         (fill-delete-newlines): Check fill-nospace-between-words-table
5453         instead of charset property nospcae-between-words.
5455 2008-02-01  Kenichi Handa  <handa@m17n.org>
5457         * composite.el (global-auto-composition-mode): Make the initial
5458         value not depend on emacs-basic-display.
5460         * textmodes/fill.el: Don't use charset property
5461         `fill-find-break-point-function'.
5462         (fill-find-break-point-function-table): New variable.
5463         (fill-find-break-point): Lookup fill-find-break-point-function-table.
5465 2008-02-01  Kenichi Handa  <handa@m17n.org>
5467         * international/mule.el (coding-system-list): Be sure to exclude
5468         subsidiary coding systems.
5470 2008-02-01  Kenichi Handa  <handa@m17n.org>
5472         * composite.el (auto-composition-after-change)
5473         (toggle-auto-composition): Remove `auto-composed' property instead
5474         of setting it to nil.
5476 2008-02-01  Kenichi Handa  <handa@m17n.org>
5478         * language/misc-lang.el (iso-8859-6): New coding system.
5480 2008-02-01  Kenichi Handa  <handa@m17n.org>
5482         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
5483         replace-regexp-in-string as replacement.
5485 2008-02-01  Kenichi Handa  <handa@m17n.org>
5487         * international/fontset.el (otf-script-alist): Add byzm, math,
5488         musc, and nko.
5490         * international/characters.el (script-list): Add nko,
5491         byzantine-musical-symbol, musical-symbol, and mathematical.
5493 2008-02-01  Kenichi Handa  <handa@m17n.org>
5495         * composite.el (auto-compose-current-font): New variable.
5496         (auto-compose-chars): New arg FONT-OBJECT.
5498 2008-02-01  Kenichi Handa  <handa@m17n.org>
5500         * international/characters.el: Modify category-table and
5501         script-table for new Ethiopic character range.
5503 2008-02-01  Kenichi Handa  <handa@m17n.org>
5505         * international/mule-cmds.el (set-language-environment-fontset):
5506         Delete it.
5508 2008-02-01  Kenichi Handa  <handa@m17n.org>
5510         * international/fontset.el (otf-script-alist): Set it.
5512 2008-02-01  Kenichi Handa  <handa@m17n.org>
5514         * international/fontset.el (font-encoding-alist):
5515         Fix for "ethiopic-unicode".
5517 2008-02-01  Kenichi Handa  <handa@m17n.org>
5519         * international/fontset.el (script-representative-chars):
5520         Add an entry for latin script.
5522 2008-02-01  Kenichi Handa  <handa@m17n.org>
5524         * faces.el (font-weight-table): Treat regular and normal as the
5525         same as medium.
5526         (font-slant-table): Add (roman . 100).
5528 2008-02-01  Kenichi Handa  <handa@m17n.org>
5530         These changes are for the new font handling codes.
5532         * faces.el (font-weight-table, font-slant-table)
5533         (font-swidth-table): New customizable variables.
5535         * international/fontset.el (font-encoding-alist): Add koi8-4.
5536         (script-representative-chars): Set the default value.
5537         (create-fontset-from-x-resource): Delete `message'.
5539 2008-02-01  Kenichi Handa  <handa@m17n.org>
5541         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
5542         Call set-buffer-multibyte with arg `to'.
5544 2008-02-01  Kenichi Handa  <handa@m17n.org>
5546         * info.el (Info-fontify-node): Check if already fontified or not
5547         by next-single-property-change.
5549 2008-02-01  Kenichi Handa  <handa@m17n.org>
5551         * international/mule.el (ctext-pre-write-conversion): Produce
5552         extra designation sequence for ASCII at the end off extended segment.
5554 2008-02-01  Kenichi Handa  <handa@m17n.org>
5556         * international/mule.el (ctext-non-standard-encodings-table):
5557         Reverse the returning list.
5558         (ctext-pre-write-conversion): Fix encoding with extended segments.
5560         * international/mule-conf.el (compound-text)
5561         (compound-text-with-extensions): Add long-form in :flags.
5563 2008-02-01  Kenichi Handa  <handa@m17n.org>
5565         * international/fontset.el (create-fontset-from-fontset-spec): Fix
5566         regexp for paring FONTSET-SPEC (allow spaces after `:').
5568 2008-02-01  Kenichi Handa  <handa@m17n.org>
5570         * international/fontset.el (create-fontset-from-fontset-spec): Fix
5571         for the case that a charset is specified as target.
5573 2008-02-01  Kenichi Handa  <handa@m17n.org>
5575         * international/ccl.el (ccl-embed-string): Check string length.
5576         Set special flag for multibyte character sequence.
5577         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
5578         str unibyte.
5579         (ccl-compile-write): If the character code doesn't fit in 22-bit
5580         (ccl-dump-write-const-string): Check special flag for multibyte
5581         character sequence.
5583 2008-02-01  Kenichi Handa  <handa@m17n.org>
5585         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
5586         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
5587         ps-mule-eight-bit-char.
5589 2008-02-01  Kenichi Handa  <handa@m17n.org>
5591         * language/chinese.el ("Chinese-BIG5"):
5592         Set ctext-non-standard-encodings property to "big5-0".
5594         * international/mule.el (ctext-non-standard-encodings):
5595         Initialize to nil.
5596         (ctext-non-standard-encodings-alist): Set charset `big5' in the
5597         entry for "big5-0".
5598         (ctext-non-standard-encodings-table): Return a list instead of
5599         char-table.
5600         (ctext-pre-write-conversion): Adjust for the above change.
5602 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5604         * international/mule.el (ctext-non-standard-encodings-alist):
5605         Add an entry for gbk-0.
5606         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
5607         a row 8-bit.
5609         * language/chinese.el ("Chinese-GBK"):
5610         Set ctext-non-standard-encodings property to "gbk-0".
5611         Add sample-text property.
5613 2008-02-01  Kenichi Handa  <handa@m17n.org>
5615         * international/kkc.el (kkc-region): Use
5616         this-single-command-raw-keys on pushing back an unhandled key sequence.
5618 2008-02-01  Kenichi Handa  <handa@m17n.org>
5620         * international/encoded-kb.el (encoded-kbd-mode):
5621         Check saved-input-mode on turning off Encoded Kbd mode.
5623         * composite.el (auto-composition-after-change): Use save-buffer-state.
5624         (turn-on-auto-composition-if-enabled): Don't turn on
5625         auto-composition-mode in a unibyte buffer.
5627 2008-02-01  Kenichi Handa  <handa@m17n.org>
5629         * startup.el (command-line): Use custom-reevaluate-setting for
5630         global-auto-composition-mode.
5632         * composite.el (auto-composition-function): Make it buffer local.
5633         (auto-composition-mode): New minor mode.
5634         (turn-on-auto-composition-if-enabled): New function.
5635         (global-auto-composition-mode): New global minor mode.
5637 2008-02-01  Kenichi Handa  <handa@m17n.org>
5639         * descr-text.el (describe-char): Use insert-text-button instead of
5640         widget-create for "customize what to show" button.
5642 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
5644         * language/ethiopic.el: Fix copyright.
5645         (composition-function-table): Support a new character in Unicode 4.1.
5647         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
5648         (ethio-tex-to-fidel-buffer, ethio-composition-function)
5649         ("ethiopic-tex"): Support new characters in Unicode 4.1.
5651 2008-02-01  Kenichi Handa  <handa@m17n.org>
5653         * international/characters.el: Register characters in
5654         auto-fill-chars.  Put nospace-between-words to more charsets.
5656 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5658         * international/mule-cmds.el (locale-language-names): Add entries
5659         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
5660         (locale-preferred-coding-systems): Fix entries for Chinese locales.
5662 2008-02-01  Kenichi Handa  <handa@etlken>
5664         * international/utf-7.el: Delete the definition of utf-7.
5665         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
5666         Add autoload cookies.
5668 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5670         * term/mac-win.el: Delete the code to create a fontset from the X
5671         resource "Font".
5673 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
5675         * international/robin.el (robin-define-package): Be sure to call
5676         put-char-code-property.
5678 2008-02-01  Kenichi Handa  <handa@m17n.org>
5680         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
5681         property to 1.
5683         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
5684         property to t.
5686         * international/mule.el (coding-system-get):
5687         Check `ascii-incompatible' for backward compatiblity.
5688         (set-file-name-coding-system): Signal an error for a coding system
5689         not suitable for file name.
5690         (set-keyboard-coding-system): Signal an error for a coding system
5691         not suitable for keyboard.
5693         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
5694         Set :suitable-for-keyboard property to 1.
5696         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
5697         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
5699         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
5700         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
5702 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
5704         * international/robin.el (robin-define-package): Delete redundant code.
5705         (robin-add-rule): Allow N-1 reverse conversion.
5707 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
5709         * international/robin.el (robin-define-package): Make the
5710         expanded form shorter.
5712 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5714         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
5715         chiense-iso-8bit.
5717 2008-02-01  Kenichi Handa  <handa@m17n.org>
5719         * loadup.el: If we are byte-compiling unidata-gen.el or running
5720         unidata-ge-files, set purify-flag to nil.
5722 2008-02-01  Kenichi Handa  <handa@m17n.org>
5724         * loadup.el: Load international/charprop.el with NOERROR t.
5726         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
5728 2008-02-01  Kenichi Handa  <handa@m17n.org>
5730         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
5731         New charsets and coding systems.
5732         (mac-symbol, mac-dingbats): New charsets.
5734 2008-02-01  Kenichi Handa  <handa@m17n.org>
5736         * international/characters.el: Set syntax of NBSP to punctuation.
5738 2008-02-01  Kenichi Handa  <handa@m17n.org>
5740         * international/mule-cmds.el: Don't require wid-edit.
5742 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
5744         * international/robin.el: New file.
5746         * language/ethiopic.el: Change encoding to utf-8-emacs.
5747         Register ethio-composition-function in composition-function-table.
5748         ("Ethiopic"): Change coding-systems to utf-8-emacs.
5750         * language/ethio-util.el: Change encoding to utf-8-emacs.
5751         Rewrite all transliteration functions to use robin.el.
5752         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
5753         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
5754         (ethio-prefer-ascii-punctuation): Delete variables.
5755         (ethio-char-to-ethiocode, ethio-convert-digit)
5756         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
5757         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
5758         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
5759         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
5760         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
5761         (ethio-adjust-robin, ethio-composition-function)
5762         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
5763         (ethio-sera-to-fidel-region-ethio)
5764         (ethio-sera-to-fidel-region-noethio)
5765         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
5766         New functions.
5768 2008-02-01  Miles Bader  <miles@gnu.org>
5770         * international/mule.el (auto-coding-regexp-alist)
5771         (ctext-pre-write-conversion): Replace embedded control characters
5772         with octal escapes; this prevents diff from thinking the file is binary.
5774 2008-02-01  Miles Bader  <miles@gnu.org>
5776         * descr-text.el (describe-char-unidata-list):
5777         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
5778         (byte-compile-insert-header):
5779         * international/mule.el (charset-list, set-coding-priority)
5780         (ignore-relative-composition):
5781         * international/mule-util.el (detect-coding-with-priority):
5782         * international/mule-diag.el:
5783         * international/mule-cmds.el (language-info-custom-alist):
5784         * international/codepage.el (codepage-setup):
5785         Replace references to Emacs version "22" with "23".
5787 2008-02-01  Kenichi Handa  <handa@m17n.org>
5789         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
5791         * international/fontset.el (font-encoding-alist): Add an entry for
5792         microsoft-cp1251.
5793         (setup-default-fontset): Add entries for microsoft-cp1251 and
5794         koi8-r for cyrillic.
5796         * international/mule-cmds.el (char-code-property-alist): New variable.
5797         (define-char-code-property): New function.
5798         (get-char-code-property, put-char-code-property): Handle a
5799         char-table registerd in char-code-property-alist.
5800         (set-language-environment): Check :ascii-compatible-p property of
5801         nonascii charset instead of its dimension.
5803         * international/uni-bidi.el, international/uni-category.el:
5804         * international/uni-combining.el, international/uni-comment.el:
5805         * international/uni-decimal.el, international/uni-decomposition.el:
5806         * international/uni-digit.el, international/uni-lowercase.el:
5807         * international/uni-mirrored.el, international/uni-name.el:
5808         * international/uni-numeric.el, international/uni-old-name.el:
5809         * international/uni-titlecase.el, international/uni-uppercase.el:
5810         * international/charprop.el: New files automatically generated by
5811         admin/unidata/Makefile.
5813         * loadup.el: Load internationnal/charprop.el.
5815         * descr-text.el (describe-char-unidata-list): New variable.
5816         (describe-char-unicode-data): Use char-code-property-description.
5817         (describe-char): Add lines for describing Unicode-based character
5818         properties.
5820 2008-02-01  Kenichi Handa  <handa@m17n.org>
5822         * textmodes/ispell.el: These changes are to fix the code merged
5823         from trunk for the change on 2008-02-01.
5824         (ispell-unified-chars-table): Delete it.
5825         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
5827 2008-02-01  Kenichi Handa  <handa@m17n.org>
5829         * international/mule-util.el (char-displayable-p): Check
5830         :charset-list property of CODING.
5832 2008-02-01  Kenichi Handa  <handa@m17n.org>
5834         * international/mule-cmds.el (select-safe-coding-system-interactively):
5835         Change 'mime-charset to :mime-charset.
5836         (select-safe-coding-system): Use above.
5837         (set-language-environment): Delete unnecessary code for handling
5838         overriding-fontspec.
5840 2008-02-01  Kenichi Handa  <handa@m17n.org>
5842         * international/mule-conf.el: New coding system aliases unix, dos,
5843         and mac.
5845 2008-02-01  Kenichi Handa  <handa@m17n.org>
5847         * international/titdic-cnv.el (tit-process-header): Fix embedded
5848         coding tag.
5849         (titdic-convert): Bind coding-system-for-write to the coding
5850         system specfied in the map file.  Remove `charset' property after
5851         decoding.
5852         (miscdic-convert): Bind coding-system-for-write to the coding
5853         system specfied for the map file.  Fix LANGUAGE arg to
5854         quail-define-package.
5855         (batch-miscdic-convert): Check if a file is directory or not.
5857 2008-02-01  Kenichi Handa  <handa@m17n.org>
5859         * international/mule.el (coding-system-equal): Move from mule-util.el.
5861         * international/mule-util.el (coding-system-equal): Move to mule.el.
5863 2008-02-01  Kenichi Handa  <handa@m17n.org>
5865         * international/encoded-kb.el (encoded-kbd-decode-code-list):
5866         New function.
5867         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
5868         Support multibyte charsets.
5870 2008-02-01  Kenichi Handa  <handa@m17n.org>
5872         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
5873         to eight-bit chars.
5875         * international/mule-conf.el: Don't define coding system
5876         `undecided' here.
5878 2008-02-01  Kenichi Handa  <handa@m17n.org>
5880         * international/mule-cmds.el (locale-language-names): Fix for
5881         gb18030 and gdk.
5883 2008-02-01  Kenichi Handa  <handa@m17n.org>
5885         * international/fontset.el (font-encoding-alist): Add gbk.
5886         (charset-script-alist): Add chinese-gbk.
5888 2008-02-01  Kenichi Handa  <handa@m17n.org>
5890         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
5892 2008-02-01  Kenichi Handa  <handa@m17n.org>
5894         * language/japanese.el ("Japanese"): Fix ordering of charsets.
5896 2008-02-01  Kenichi Handa  <handa@m17n.org>
5898         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
5899         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
5900         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
5902 2008-02-01  Kenichi Handa  <handa@m17n.org>
5904         * descr-text.el (describe-char): Fix for the case CODE is a cons
5905         of integers.
5907 2008-02-01  Steven Tamm  <steventamm@mac.com>
5909         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
5910         (mac-standard-fontset-spec): Create.
5912 2008-02-01  Kenichi Handa  <handa@m17n.org>
5914         * international/mule-diag.el (unicode-data):
5915         Call find-file-noselect with NOWARN t.
5917 2008-02-01  Kenichi Handa  <handa@m17n.org>
5919         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
5921 2008-02-01  Kenichi Handa  <handa@m17n.org>
5923         * international/characters.el: Give more CJK characters the
5924         category `|'.
5926         * descr-text.el (describe-char): Make it work on *Help* buffer.
5927         Suppress auto-composition on a region describing about composition.
5929         * language/european.el (diacritic-compose-region)
5930         (diacritic-compose-string, diacritic-composition-function):
5931         Compose diacritical marks only with a character whose syntax is
5932         word constituent.
5933         (diacritic-post-read-conversion): Delete it.
5935 2008-02-01  Kenichi Handa  <handa@m17n.org>
5937         * composite.el (auto-compose-chars): Execute the main code in
5938         condition-case.
5940 2008-02-01  Kenichi Handa  <handa@m17n.org>
5942         * international/fontset.el (x-complement-fontset-spec):
5943         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
5945 2008-02-01  Kenichi Handa  <handa@m17n.org>
5947         * international/characters.el (next-word-boundary-kana):
5948         Handle half-width kana.
5950 2008-02-01  Kenichi Handa  <handa@m17n.org>
5952         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
5954 2008-02-01  Kenichi Handa  <handa@m17n.org>
5956         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
5958         * mail/rmail.el (rmail-decode-babyl-format):
5959         Use with-coding-priority instead of detect-coding-with-priority.
5961 2008-02-01  Kenichi Handa  <handa@m17n.org>
5963         * international/mule.el (make-translation-table)
5964         (make-translation-table-from-vector): Set the second extra slot of
5965         the char table to 1.
5966         (make-translation-table-from-alist): Fix handling of multiple entries.
5968 2008-02-01  Kenichi Handa  <handa@m17n.org>
5970         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
5971         New translation tables.
5973         * international/mule.el (make-translation-table-from-alist):
5974         New function.
5976 2008-02-01  Kenichi Handa  <handa@m17n.org>
5978         * international/mule.el (translate-region): Re-implement it here.
5979         Make it interactive.
5981 2008-02-01  Kenichi Handa  <handa@m17n.org>
5983         * ps-mule.el (ps-mule-font-info-database): Doc fix.
5985 2008-02-01  Kenichi Handa  <handa@m17n.org>
5987         * international/mule-conf.el (chinese-cns11643-15): New charset.
5989 2008-02-01  Kenichi Handa  <handa@m17n.org>
5991         * international/fontset.el (font-encoding-alist): Add entries for
5992         variations of cns11643 fonts.
5993         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
5995 2008-02-01  Kenichi Handa  <handa@m17n.org>
5997         * international/mule-diag.el (list-charset-chars): Put charset
5998         text property.
6000         * international/fontset.el (setup-default-fontset): Delete the
6001         entry for symbol script, add JISX0213 to kana script, specify
6002         fallback fonts.
6004 2008-02-01  Kenichi Handa  <handa@m17n.org>
6006         * international/fontset.el (setup-default-fontset)
6007         (font-encoding-alist): Register "JISX0213.2004-1".
6009         * international/mule-diag.el (list-character-sets): Fix the first
6010         line message.
6011         (sort-listed-character-sets): Adjust for the change of
6012         list-characters-sets-1.
6013         (list-character-sets-1): List supplementary character sets in a
6014         different section.
6015         (list-charset-chars): Validate charset at early stage.
6017         * international/characters.el: Fix `han' script range.
6019         * international/mule-conf.el (japanese-jisx0213.2004-1):
6020         Specify :code-space.
6021         (cp932-2-byte): Fix :code-space.
6022         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
6024 2008-02-01  Kenichi Handa  <handa@m17n.org>
6026         * international/mule-conf.el (japanese-jisx0213.2004-1):
6027         Specify :dimension 2.
6029         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
6030         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
6031         New coding systems.
6032         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
6033         aliases.
6034         ("Japanese"): Add new charsets and coding systems.
6036 2008-02-01  Kenichi Handa  <handa@m17n.org>
6038         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
6039         Rename from japanese-ucs-cp932-map.
6040         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
6041         (japanese-ucs-glibc-map): Delete this translation table.
6042         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
6043         New translation tables.
6045 2008-02-01  Kenichi Handa  <handa@m17n.org>
6047         * cus-start.el: Handle charset-map-path, not charset-map-directory.
6049 2008-02-01  Kenichi Handa  <handa@m17n.org>
6051         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6053 2008-02-01  Kenichi Handa  <handa@m17n.org>
6055         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
6056         tables japanese-ucs-*-map.
6058 2008-02-01  Kenichi Handa  <handa@m17n.org>
6060         * international/eucjp-ms.el: New file (automatically generated by
6061         admin/charsets/Makefile).
6063         * international/cp51932.el: New file (automatically generated by
6064         admin/charsets/Makefile).
6066         * language/japanese.el: Load cp51932 and eucjp-ms.
6067         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
6068         (japanese-ucs-glibc-map): New translation tables.
6069         (eucjp-ms): New coding system.
6071         * international/mule.el (coding-system-put): Delete it.
6072         It's implemented in C now.
6074         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
6075         (japanese-jisx0213-a): New supplementary charset.
6076         (japanese-jisx0213.2004-1): New charset.
6078 2008-02-01  Kenichi Handa  <handa@m17n.org>
6080         * language/japanese.el (japanese-cp932): New coding system.
6081         (cp932): New alias of it.
6083         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
6084         (cp932): New charsets.
6086         * international/mule.el (define-charset): If :code-space is not
6087         given, generate it from :dimension.
6089 2008-02-01  Kenichi Handa  <handa@m17n.org>
6091         * composite.el (reference-point-alist): Doc fix.
6092         (encode-composition-rule, decode-composition-rule):
6093         Handle a rule (GREF NREF XOFF YOFF).
6095 2008-02-01  Kenichi Handa  <handa@m17n.org>
6097         * language/european.el (diacritic-composition-function): Fix for
6098         the case that POS is at the head.  Allow combining with more characters.
6100 2008-02-01  Kenichi Handa  <handa@m17n.org>
6102         * descr-text.el (describe-char): Check `charset' property.
6103         Show the code point in the charset in hexadigits.
6105         * international/mule-diag.el (stretches-for-character-list):
6106         Delete it.
6107         (list-block-of-chars): Use tabs instead of `display' property for
6108         aligning characters.
6109         (print-fontset-element): Fix the printing of XLFD.
6111 2008-02-01  Kenichi Handa  <handa@m17n.org>
6113         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6114         New function.
6115         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
6116         handling utf-8.
6118 2008-02-01  Kenichi Handa  <handa@m17n.org>
6120         * faces.el (read-face-font): Include fontsets in the completion list.
6122         * international/mule-cmds.el (set-locale-environment):
6123         Insert locale-translation-file-name in a unibyte buffer.
6125         * international/characters.el: Fix setting of category `|'.
6127 2008-02-01  Kenichi Handa  <handa@m17n.org>
6129         * language/chinese.el (chinese-gb18030): Fix :charset-list.
6131 2008-02-01  Kenichi Handa  <handa@m17n.org>
6133         * international/mule-cmds.el (select-safe-coding-system): Fix for
6134         the case that the first element of default-coding-system is t.
6135         Fix a message when some coding systems are rejected.
6137 2008-02-01  Kenichi Handa  <handa@m17n.org>
6139         * international/mule-cmds.el (set-language-environment): Put
6140         higher priority to charsets listed in `charset' property of the
6141         language environment.
6143 2008-02-01  Kenichi Handa  <handa@m17n.org>
6145         * composite.el (auto-compose-chars): Don't do unnecessary
6146         save-exclusion and save-restriction.
6148 2008-02-01  Kenichi Handa  <handa@m17n.org>
6150         * international/mule-conf.el (ctext-no-compositions):
6151         Remove garbage arguments.
6153         * international/mule.el (make-coding-system): Fix generation of
6154         properties.
6156         * international/fontset.el (setup-default-fontset): Specify fonts
6157         for `symbol' script.
6159         * international/characters.el (script-list): Include `currency'
6160         in `symbol'.
6162 2008-02-01  Alex Schroeder  <alex@gnu.org>
6164         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
6165         8601 format (a capital T between the date and the time).
6167 2008-02-01  Kenichi Handa  <handa@m17n.org>
6169         * international/mule.el (private-char-area-1-min)
6170         (private-char-area-1-max, private-char-area-2-min)
6171         (private-char-area-2-max, emacs-mule-charset-table): New variables.
6172         (convert-define-charset-argument): New function.
6173         (define-charset): Handle the old calling style.
6174         Update emacs-mule-charset-table.
6175         (make-char-internal): New function.
6177 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6179         * w32-charset-info-alist: Define iso10646-1 always.
6181 2008-02-01  Kenichi Handa  <handa@m17n.org>
6183         * composite.el (compose-region): Doc fix (delete duplicated line).
6185 2008-02-01  Kenichi Handa  <handa@m17n.org>
6187         * international/characters.el: Fix syntax for Ethiopic.
6189 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6191         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
6193         * makefile.w32-in (DONTCOMPILE): Remove old languages.
6194         Add international/latin1-disp.el.
6195         (LC_ALL): Define as C.
6197 2008-02-01  Jason Rumney  <jasonr@gnu.org>
6199         * term/w32-win.el: Don't set fontsets to use sjis.
6201 2008-02-01  Kenichi Handa  <handa@m17n.org>
6203         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
6204         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
6206 2008-02-01  Kenichi Handa  <handa@m17n.org>
6208         * composite.el (auto-composition-chunk-size): Delete variable.
6209         (auto-compose-chars): Always stop after processing a newline.
6211 2008-02-01  Kenichi Handa  <handa@m17n.org>
6213         * international/mule.el (define-coding-system): Fix attribute
6214         name :for-unibyte.
6216 2008-02-01  Kenichi Handa  <handa@m17n.org>
6218         * ps-bdf.el: Largely re-write.
6220         * ps-mule.el: Largely re-write.
6222         * ps-print.el (ps-generate-string-list): Delete function.
6223         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
6224         (ps-header-footer-string): Delete function.
6225         (ps-encode-header-string-function): New variable.
6226         (ps-generate-header-line): Call ps-encode-header-string-function.
6227         (ps-basic-plot-string-function): New variable
6228         (ps-begin-job): Set ps-basic-plot-string-function and
6229         ps-encode-header-string-function.  For setting up headers and
6230         footers, don't use caches such as ps-rh-cache.  Don't call
6231         ps-mule-begin-page.
6232         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
6233         Don't call ps-mule-prepare-ascii-font.
6234         (ps-plot-region): Don't pay attention to composition and
6235         non-ASCII characters.
6236         (ps-generate): Call ps-mule-end-job.
6237         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
6238         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
6239         (ps-mule-end-job): Declare autoload.
6241         * composite.el (auto-compose-region): New function.
6243 2008-02-01  Dave Love  <fx@gnu.org>
6245         * international/mule-util.el
6246         (detect-coding-with-language-environment): Doc fix.
6248         * composite.el: Doc fixes.
6249         (auto-compose-chars): Use functionp, not fboundp.
6251         * international/mule-diag.el (list-charset-chars): Set buffer file
6252         coding system.
6254         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
6255         cookie.  Doc fix.
6257 2008-02-01  Dave Love  <fx@gnu.org>
6259         * international/mule-diag.el (list-charset-chars): Set buffer file
6260         coding system.
6262         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
6263         cookie.  Doc fix.
6265         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6266         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
6267         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6268         * eshell/esh-opt.el (eshell-process-option):
6269         * emulation/keypad.el (keypad-setup):
6270         * emacs-lisp/lisp-mode.el (prin1-char):
6271         * emacs-lisp/generic.el (generic-mode-set-comments):
6272         * edmacro.el (edmacro-parse-keys):
6273         * disp-table.el (standard-display-default): Use characterp.
6275 2008-02-01  Kenichi Handa  <handa@m17n.org>
6277         * international/mule-conf.el (utf-16-be): Make it an alias of
6278         utf-16be-with-signature.
6279         (utf-16-le): Make it an alias of utf-16le-with-signature.
6280         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
6281         coding system aliases.
6283         * international/utf-7.el (utf-7-decode, utf-7-encode):
6284         Use utf-16be, not utf-16-be.
6286 2008-02-01  Kenichi Handa  <handa@m17n.org>
6288         * international/mule.el (coding-system-category): New function.
6289         (set-coding-priority): Re-write.
6290         (make-translation-table): Re-write.
6292         * international/mule-cmds.el (universal-coding-system-argument):
6293         Check the coding system type `undecided', not `t'.
6294         (sort-coding-systems): Fix for iso-2022 coding systems.
6295         (find-multibyte-characters): Fix for eight-bit chars.
6296         (set-language-environment): Set charset priorities according to
6297         the charsets supported by the coding systems of higher priorities.
6299 2008-02-01  Kenichi Handa  <handa@m17n.org>
6301         * font-lock.el
6302         (font-lock-match-c-style-declaration-item-and-skip-to-next):
6303         Check (match-end 2) before going there.
6305 2008-02-01  Kenichi Handa  <handa@m17n.org>
6307         * international/mule.el (ctext-non-standard-designations-alist):
6308         Exclude entries for iso8859-1[03456].  Fix docstring.
6309         (ctext-pre-write-conversion): Make it work for the case that FROM
6310         is a string.  Don't do unnecessary save-restriction and
6311         narrow-to-region.
6313 2008-02-01  Kenichi Handa  <handa@m17n.org>
6315         * international/mule.el (ctext-non-standard-encodings-alist):
6316         Rename from non-standard-icccm-encodings-alist.
6317         (ctext-non-standard-encodings-regexp): New variable
6318         (ctext-post-read-conversion): Full rewrite.
6319         (ctext-non-standard-designations-alist): Rename from
6320         non-standard-designations-alist.
6321         (ctext-pre-write-conversion): Full rewrite.
6322         (define-coding-system): Doc fix (escape '"' by '\').
6324 2008-02-01  Dave Love  <fx@gnu.org>
6326         * international/mule-conf.el (utf-16le, utf-16be-16be)
6327         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
6328         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
6329         `-16-{b,l}e-' and define aliases for the old names.
6331         * international/mule.el (define-coding-system): Doc fix.
6333 2008-02-01  Dave Love  <fx@gnu.org>
6335         * international/utf-7.el: New file.
6337         * international/mule-conf.el (utf-7): New.
6339 2008-02-01  Kenichi Handa  <handa@m17n.org>
6341         * international/mule-conf.el (utf-16): Add :endian 'big.
6343         * international/mule.el (define-coding-system): Fix docstring
6344         about :bom and :endian.
6346 2008-02-01  Dave Love  <fx@gnu.org>
6348         * international/mule-diag.el (describe-character-set):
6349         Fix printing dimensions.  Use `×', not `x'.
6351 2008-02-01  Kenichi Handa  <handa@m17n.org>
6353         * international/fontset.el: Register CDAC fonts in
6354         face-font-rescale-alist instead of face-resizing-fonts.
6356 2008-02-01  Kenichi Handa  <handa@m17n.org>
6358         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
6359         (utf-16-be): Rename from utf-16-be-nosig.
6360         (utf-16-le-with-signature): Rename from utf-16-le.
6361         (utf-16-be-with-signature): Rename from utf-16-be.
6362         (utf-16): Set :bom to (utf-16-le-with-signature .
6363         utf-16-be-with-signature).
6365 2008-02-01  Dave Love  <fx@gnu.org>
6367         * language/georgian.el (georgian-ps, georgian-academy): New coding
6368         system.
6370         * language/chinese.el (chinese-big5-hkscs): New coding system.
6371         (big5-hkscs, cn-big5-hkscs): New aliases.
6373         * international/mule-conf.el (big5-hkscs, georgian-academy):
6374         New charset.
6375         (ibm1047): Doc fix.
6376         (pt154): Add mime-charset.
6377         (ptcp154, cp154): New aliases.
6379 2008-02-01  Dave Love  <fx@gnu.org>
6381         * international/mule.el (charset-iso-final-char, define-coding-system):
6382         Doc fix.
6384 2008-02-01  Kenichi Handa  <handa@m17n.org>
6386         * international/ccl.el (define-ccl-program): Fset charset-id
6387         to charset-id-internal temporarily.
6389 2008-02-01  Kenichi Handa  <handa@m17n.org>
6391         * international/mule-diag.el (list-block-of-chars):
6392         Use decode-char instead of make-char.
6394 2008-02-01  Kenichi Handa  <handa@m17n.org>
6396         * international/fontset.el: Enable the default fontset to use
6397         unicode fonts for ASCII characters.
6398         (x-decompose-font-name): Don't try to resolve PATTERN by
6399         x-resolve-font-name.
6400         (x-complement-fontset-spec): Never prepend an ASCII font.
6401         (create-fontset-from-fontset-spec): If a fontset of the same name
6402         already exists, override it instead of signalling an error.  Don't
6403         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
6405         * international/mule-conf.el (unicode-bmp): Delete duplicated
6406         definition.  Give it :code-offset 0.
6408         * international/mule-diag.el (print-fontset-element): New function.
6409         (print-fontset): Use print-fontset-element to print the elements
6410         of a fontset.  Use it also to print fonts fallen back to the
6411         default fontsets.
6413         * term/x-win.el: Delete the code to create a fontset from the X
6414         resource "Font".
6416 2008-02-01  Kenichi Handa  <handa@m17n.org>
6418         * international/mule-diag.el (print-fontset): Insert proper
6419         newline and indentation spaces.
6421 2008-02-01  Dave Love  <fx@gnu.org>
6423         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
6424         multibyte-char-to-unibyte.
6426         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
6428         * international/mule-cmds.el (find-coding-systems-for-charsets):
6429         Use coding-system-type, coding-system-charset-list.
6430         (standard-keyboard-coding-systems): Delete.
6431         (set-locale-environment): Maybe set keyboard coding system.
6432         Avoid typical warning about codeset in C locale.
6434 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6436         * international/fontset.el (x-complement-fontset-spec): If a
6437         fontname doesn't conform to XLFD format, try to get XLFD name by
6438         x-list-fonts.
6440 2008-02-01  Dave Love  <fx@gnu.org>
6442         * international/mule-conf.el (mik, pt154): New charsets.
6444         * language/cyrillic.el (mik, pt154): New coding systems.
6446 2008-02-01  Dave Love  <fx@gnu.org>
6448         * international/characters.el: Move parts around so that syntax
6449         definitions aren't overwritten wrongly.
6451         * international/mule-diag.el (unicode-data): Fix treatment of
6452         numeric-value fields.
6454 2008-02-01  Dave Love  <fx@gnu.org>
6456         * progmodes/cap-words.el: New file.
6458 2008-02-01  Kenichi Handa  <handa@m17n.org>
6460         The following changes are to make character composition happen
6461         automatically on displaying.
6463         * composite.el: Remove all autoload cookies.
6464         (composition-function-table): Move variable declaration from
6465         composite.c.  Change format.
6466         (save-buffer-state): Copy from font-lock.el.
6467         (auto-composition-chunk-size): New variable.
6468         (auto-compose-chars): New function.  Set
6469         auto-composition-function to it.
6470         (toggle-auto-composition): New function.
6472         * international/characters.el: Make all chararacters in the
6473         charset tibetan to tibetan script.
6475         * international/mule-conf.el (tibetan): Fix :code-space property.
6476         (tibetan-1-column): Delete :superset property, add :code-offset
6477         property.
6479         * international/quail.el (quail-input-string-to-events): Don't
6480         generate compose-chars-after events.
6482         * language/devanagari.el: Register devanagari-composable-function
6483         in composition-function-table for Devanagari characters.
6485         * language/devan-util.el: Register devanagari-composable-pattern
6486         in indian-composable-pattern.
6487         (devanagari-composition-function): Add autoload cookie.  Change
6488         arguments to conform to composition-function-table.
6490         * language/european.el: Register combining characters in
6491         composition-function-table.
6492         (diacritic-composition-function): Change arguments to conform to
6493         composition-function-table.
6495         * language/indian.el (indian-composable-pattern): New variable.
6497         * language/ind-util.el (indian-compose-region): Don't call
6498         compose-chars-after, instead call a function registered in
6499         composition-function-table.
6501         * language/lao.el: Register lao-composition-function in
6502         composition-function-table for Lao vowels and tones.
6503         (lao): Don't use lao-post-read-conversion.
6505         * language/lao-util.el (lao-post-read-conversion): Delete this function.
6506         (lao-composition-function): Change arguments to conform to
6507         composition-function-table.
6509         * language/thai.el: Register thai-composition-function in
6510         composition-function-table for Thai vowels and tones.
6511         (thai-tis620): Don't use thai-post-read-conversion.
6513         * language/thai-util.el (thai-post-read-conversion): Delete function.
6514         (thai-composition-function): Change arguments to conform to
6515         composition-function-table.
6517         * language/tibetan.el: Register tibetan-composition-function in
6518         composition-function-table for Tibetan characters.
6520         * language/tibet-util.el (tibetan-composition-function):
6521         Change arguments to conform to composition-function-table.
6523         * loadup.el: Load composite.
6525 2008-02-01  Dave Love  <fx@gnu.org>
6527         * international/mule-diag.el (unicode-data): Find unicodedata-file
6528         literally.
6530 2008-02-01  Dave Love  <fx@gnu.org>
6532         * international/fontset.el: Doc fixes.
6533         ("fontset-default"): Add iso8859-15.
6535 2008-02-01  Kenichi Handa  <handa@m17n.org>
6537         * international/fontset.el ("fontset-default"): Add an entry for
6538         `indian-is13194' charset.
6540         * international/mule-conf.el (indian-is13194): Delete :unify-map
6541         property.  Don't unify this charset.
6542         (indian-2-column): Delete :superset property, add :code-offset property.
6544         * language/devan-util.el: Delete the superfluous autoload cookie
6545         near the head of the file.
6546         (devanagari-compose-region): Add autoload cookie.
6548         * language/ind-util.el (indian-2-column-to-ucs-region):
6549         Add autoload cookie.
6551 2008-02-01  Kenichi Handa  <handa@m17n.org>
6553         * international/fontset.el ("fontset-default"): Add an entry for
6554         `devanagari' script and `malayalam-glyph' charset.
6555         (face-resizing-fonts): Register CDAC fonts.
6557         * international/mule-conf.el (malayalam-glyph): New charset.
6559 2008-02-01  Dave Love  <fx@gnu.org>
6561         * term/x-win.el: Fix typo in loop setting x-keysym-table.
6563 2008-02-01  Dave Love  <fx@gnu.org>
6565         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
6567         * term/x-win.el: Remove some ancient compatibility code.  Populate
6568         x-keysym-table.
6570         * international/mule-cmds.el (wid-edit): Require when compiling.
6571         (set-locale-environment): Check locale against coding system
6572         aliases too.
6574 2008-02-01  Kenichi Handa  <handa@m17n.org>
6576         * language/indian.el (in-is13194-devanagari):
6577         Fix :post-read-conversion and :pre-write-conversion.
6579 2008-02-01  Dave Love  <fx@gnu.org>
6581         * international/mule-cmds.el (charset): Supply doc, :tag.
6583 2008-02-01  Kenichi Handa  <handa@m17n.org>
6585         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
6586         return a unibyte string.
6588 2008-02-01  Kenichi Handa  <handa@m17n.org>
6590         * international/mule-cmds.el (set-locale-environment):
6591         Delete superfluous ')'s at the tail.
6593 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6595         * international/mule.el (define-coding-system): Fix typo;
6596         "docode" -> "decode".
6598 2008-02-01  Dave Love  <fx@gnu.org>
6600         * emacs-lisp/byte-opt.el (side-effect-free-fns):
6601          Add string-make-unibyte string-make-multibyte string-to-multibyte
6602          string-as-multibyte string-as-unibyte.
6604 2008-02-01  Dave Love  <fx@gnu.org>
6606         * language/english.el (ibm1047, cp1047): New.
6608         * international/mule-conf.el (alternativnyj): Use new table.
6609         (cp866): Define standalone, not as alias.
6610         (ibm866): Change alias.
6611         (ibm1047): New.
6613         * language/cyrillic.el (cyrillic-alternativnyj):
6614         Remove mime-charset.  Use alternativnj charset.
6615         (cp866): Remove alias.  Define standalone.
6617 2008-02-01  Dave Love  <fx@gnu.org>
6619         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
6621         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
6622         ("Tajik", "Belarusian"): Fix charset.
6624         * international/mule-cmds.el (describe-language-environment):
6625         Be case-insensitive when looking for input methods.
6626         (locale-name-match): Doc fix.
6627         (locale-charset-match-p): New.
6628         (set-locale-environment): Warn if coding system doesn't agree
6629         with system locale.
6631 2008-02-01  Kenichi Handa  <handa@m17n.org>
6633         * international/mule-cmds.el (select-safe-coding-system): If
6634         :mime-charset property of a coding system is not equal to that
6635         coding system, don't show that :mime-charset name.
6637 2008-02-01  Dave Love  <fx@gnu.org>
6639         * international/quail.el (quail-help): Fix underlining.
6641         * language/chinese.el (chinese-gb18030, gb18030)
6642         ("Chinese-GB18030"): New.
6644         * international/mule-cmds.el (locale-language-names): Add GB18030.
6646         * international/swedish.el: Don't require latin-1.
6648 2008-02-01  Dave Love  <fx@gnu.org>
6650         * language/czech.el ("Czech"):
6651         * language/slovak.el ("Slovak"):
6652         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
6654         * language/greek.el ("Greek"): Remove unibyte-syntax property.
6655         (cp737): New coding system.
6657         * language/european.el: Remove unibyte-syntax properties.
6658         Augment some coding-system properties.
6660         * international/mule-cmds.el (set-language-environment):
6661         Check for charset property of environment.
6662         (language-info-alist): Doc fix.
6664         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
6666         * international/characters.el: Add Latin-1.
6668         * international/latin-1.el, international/latin-2.el,
6669         * international/latin-3.el, international/latin-4.el,
6670         * international/latin-5.el, international/latin-8.el,
6671         * international/latin-9.el: Delete.
6673         * loadup.el: Remove international/latin-N.el.
6675         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
6676         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
6677         Undo last changes.
6679         * international/mule-diag.el (unicode-data): Check that
6680         `unicodedata-file' exists.
6682 2008-02-01  Kenichi Handa  <handa@m17n.org>
6684         * international/fontset.el (charset-script-alist): Fix script names.
6686 2008-02-01  Kenichi Handa  <handa@m17n.org>
6688         * international/latin-1.el: Bind set-case-syntax-charset to
6689         iso-8859-1.  Never provide latin-1.
6691         * international/latin-2.el: Bind set-case-syntax-charset to
6692         iso-8859-2.  Never provide latin-2.
6694         * international/latin-3.el: Bind set-case-syntax-charset to
6695         iso-8859-3.  Never provide latin-3.
6697         * international/latin-4.el: Bind set-case-syntax-charset to
6698         iso-8859-4.  Never provide latin-4.
6700         * international/latin-5.el: Bind set-case-syntax-charset to
6701         iso-8859-9.  Never provide latin-5.
6703         * international/latin-8.el: Bind set-case-syntax-charset to
6704         iso-8859-14.  Never provide latin-8.
6706         * international/latin-9.el: Bind set-case-syntax-charset to
6707         iso-8859-15.  Never provide latin-9.
6709         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
6710         (set-case-syntax-charset): New variable.
6711         (set-case-syntax-1): New function.
6712         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
6713         Call set-case-syntax-1 on arguments.
6715         * international/mule-cmds.el (set-language-environment): Delete
6716         unnecessary setup of syntax/case for unibyte case.
6718 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6720         * international/fontset.el (generate-fontset-menu): Exclude the
6721         default fontset.
6723         * faces.el (describe-face): Describe :fontset property too.
6725 2008-02-01  Dave Love  <fx@gnu.org>
6727         * international/characters.el: Don't set char width of CJK
6728         charsets generally.  Add some non-word syntax cases.
6729         (korean-ksc5601): Fix ranges with symbol syntax.
6731 2008-02-01  Dave Love  <fx@gnu.org>
6733         * Makefile.in (DONTCOMPILE): Add indian.el.
6735         * language/ind-util.el:
6736         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
6737         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
6738         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
6739         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
6740         Remove declarations and let-bind them in re-written top-level loop
6741         over scripts, including ucs-devanagari-to-is13194-alist.
6743 2008-02-01  Dave Love  <fx@gnu.org>
6745         * international/mule-cmds.el (charset): Move.
6746         (language-info-custom-alist): Move.  Alter :set.
6747         (find-coding-systems-for-charsets): Check charset type before
6748         getting :charset-list.
6750         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
6752 2008-02-01  Dave Love  <fx@gnu.org>
6754         * wid-edit.el (widget-string-complete): New.
6755         (widget-coding-system-prompt-value-history): Delete.
6756         (coding-system): Use coding-system-value-history.
6758         * international/mule-cmds.el (charset): New widget.
6759         (language-info-custom-alist): Use it.
6760         (default-input-method): Modify :type.
6762 2008-02-01  Dave Love  <fx@gnu.org>
6764         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
6765         (indian-glyph-char, indian-char-glyph): Delete.
6766         (is13194-default-repertory): Rename from is13194-default-repartory.
6767         (iscii-to-ucs-region): Hoist evals from loop.
6769         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
6771         * language/indian.el (indian-script-table)
6772         (ccl-encode-indian-glyph-font): Delete.
6774         * international/mule-cmds.el (language-info-custom-alist): New.
6775         (input-method-activate-hook, input-method-inactivate-hook)
6776         (input-method-after-insert-chunk-hook)
6777         (input-method-use-echo-area, set-language-environment-hook)
6778         (exit-language-environment-hook): Customize.
6779         (find-coding-systems-for-charsets): Rewrite.
6780         (default-input-method): Add :link.
6782 2008-02-01  Dave Love  <fx@gnu.org>
6784         * international/mule-conf.el (eight-bit): Add :docstring,
6785         :short-name properties.
6786         (cp851): Doc fix.
6787         (unicode-bmp): New.
6789         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
6791         * language/european.el (cp858): New.
6792         ("Turkish"): Add special case rules.
6794 2008-02-01  Dave Love  <fx@gnu.org>
6796         * international/characters.el: Make Ÿ and ÿ a case pair.
6798 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6800         * international/mule-conf.el: Don't define the charset iso-8859-1
6801         here, just setup its properties.
6803 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6805         * international/mule-conf.el (utf-8): Give :mime-charset property.
6807 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6809         * international/characters.el: Remove duplicated case setting for
6810         Cyrillic and Greek letters.  Don't setup printable-chars here.
6812         * case-table.el (describe-buffer-case-table): Handle the case
6813         that KEY is a cons within map-char-table.
6815 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6817         * international/characters.el: Fix categories ?A and ?C.
6818         Treat ASCII characters as `latin' script.
6820 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6822         * international/fontset.el (fontset-plain-name): If the fontset
6823         name doesn't ends with "-fontset-*", use family name as the first
6824         part of the plain name.
6825         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
6826         created, use that name for the fontset.  Fix arguments to
6827         subst-char-in-string.
6829 2008-02-01  Dave Love  <fx@gnu.org>
6831         * term.el (term-char-mode): Remove generic-character-list code.
6833         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
6835         * wid-edit.el (character): Use characterp.
6837         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
6839         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
6841         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
6842         Add charset.
6843         ("Ukrainian"): New.
6845         * language/georgian.el (georgian-ps): New coding system.
6847 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6849         * international/mule-cmds.el (reset-language-environment):
6850         Don't set nonascii-translation-table and nonascii-insert-offset.
6851         Call set-unibyte-charset, not set-primary-charset.
6852         (nonascii-translation-table, nonascii-insert-offset):
6853         Declare these variable as obsolete ones.
6854         (set-language-environment): Call set-unibyte-charset, not
6855         set-primary-charset.  Call set-charset-priority with `charset'
6856         info of the language environment.
6858 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6860         * international/characters.el (next-word-boundary-han):
6861         Don't treat katakana following han characters as a part of a word.
6863 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6865         * international/characters.el: Call map-charset-chars on big5 (not
6866         chinese-big5-1/2) to set categories `c', `C', and `|'.
6867         (next-word-boundary-han, next-word-boundary-kana): New function.
6868         Register it in next-word-boundary-function-table.
6870 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6872         * arc-mode.el (archive-file-name-coding-system): New variable.
6873         Make it permanent-local.
6874         (byte-after, bref, insert-unibyte): New function.  Change most of
6875         char-after, aref, insert to them respectively.
6876         (archive-mode): Set archive-file-name-coding-system.
6877         (archive-summarize): Don't change the buffer's multibyteness.
6878         (archive-extract): Inherit archive-file-name-coding-system from
6879         archive-superior-buffer.  Bind coding-system-for-write to
6880         archive-file-name-coding-system.
6881         (archive-*-write-file-member): Encode ENAME by
6882         archive-file-name-coding-system.  Bind coding-system-for-write to
6883         no-conversion.
6884         (archive-rename-entry): Encode the filename by
6885         archive-file-name-coding-system.
6886         (archive-mode-revert): Don't change the buffer's multibyteness.
6887         (archive-arc-summarize, archive-lzh-summarize)
6888         (archive-zoo-summarize): Don't change the buffer's multibyteness.
6889         Decode filenames by archive-file-name-coding-system.
6890         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
6891         the buffer's multibyteness.
6893         * tar-mode.el (tar-file-name-coding-system): New variable.
6894         Make it permanent-local.
6895         (tar-header-block-tokenize): Decode filename and linkname by
6896         tar-file-name-coding-system.
6897         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
6898         the byte value of eight-bit chars.
6899         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
6900         `to'.  Delete unnecessary call of position-bytes.
6901         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
6902         call of position-bytes.
6903         (tar-extract): Simplify by calling decode-coding-region with
6904         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
6905         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
6906         (tar-clear-modification-flags): Delete unnecessary call of
6907         position-bytes.
6908         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
6909         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
6910         Convert new-data-string by string-to-multibyte before inserting it.
6911         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
6912         buffer.  Simplify by calling encoding-coding-region with
6913         DESTINATION argument.
6914         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
6916 2008-02-01  Dave Love  <fx@gnu.org>
6918         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
6920         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
6922 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6924         * international/characters.el: Setup char-script-table.
6926         * international/fontset.el: Setup the default fontset by the new
6927         script-based way.
6928         (x-complement-fontset-spec): Change the format of arg FONTLIST to
6929         an alist of charsets vs font name lists.
6930         (charset-script-alist): New variable.
6931         (create-fontset-from-fontset-spec): Allow script name in
6932         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
6933         to the corresponding script name.
6934         (create-fontset-from-ascii-font): Slight tuning.
6936         * international/mule-conf.el (devanagari-glyph): New charset.
6937         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
6938         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
6939         japanese-jisx0213-2.
6941         * international/mule-diag.el (print-fontset): Use describe-vector
6942         to handle a char table returned by fontset-info.
6944         * language/indian.el: Don't register ccl-encode-indian-glyph-font
6945         and ccl-encode-unicode-font in font-ccl-encoder-alist.
6947 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
6949         * international/mule-util.el (detect-coding-with-priority):
6950         Fix the place of using `,' marker in backquote form.
6952 2008-02-01  Dave Love  <fx@gnu.org>
6954         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
6956         * international/mule-util.el (with-coding-priority): Fix.
6958         * international/mule.el (set-coding-priority): Fix obsolete spec.
6960 2008-02-01  Dave Love  <fx@gnu.org>
6962         * international/mule-cmds.el (leim-list-header): Add coding tag.
6964 2008-02-01  Dave Love  <fx@gnu.org>
6966         * international/mule-cmds.el (find-coding-systems-region)
6967         (language-info-alist, reset-language-environment, princ-list): Doc fix.
6968         (input-method-verbose-flag): Fix :type.
6970 2008-02-01  Dave Love  <fx@gnu.org>
6972         * international/mule.el (set-char-table-default): Make obsolete.
6974 2008-02-01  Dave Love  <fx@gnu.org>
6976         * language/devanagari.el ("Devanagari"): Fix coding-system,
6977         coding-priority.
6979         * international/mule-diag.el (describe-char-after): Modify display
6980         list processing.
6981         (unicodedata-file, unicodedata-find): New.
6983 2008-02-01  Dave Love  <fx@gnu.org>
6985         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
6986         autoload cookie.
6988         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
6990 2008-02-01  Dave Love  <fx@gnu.org>
6992         * international/mule-util.el (detect-coding-with-priority): Rewrite.
6994 2008-02-01  Dave Love  <fx@gnu.org>
6996         * composite.el (compose-string): Doc fix.
6998         * language/georgian.el ("Georgian"): Delete code-pages feature,
6999         add nonascii-translation.
7001         * language/european.el ("German", "French", "Spanish"):
7002         Add latin-9 as alternative coding system.
7003         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
7004         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
7005         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
7006         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
7007         system.
7009         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
7010         encode-coding-char.
7011         (side-effect-and-error-free-fns): Add charsetp, max-char,
7012         primary-charset.
7014         * simple.el: Don't require cl when compiling.
7016         * Makefile.in (DONTCOMPILE): Fix duplicates.
7018         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
7020         * international/mule.el: Doc fixes.
7021         (load-with-code-conversion): Fix coding-system-type test.
7023         * international/mule-cmds.el (sort-coding-systems): Comment out
7024         iso-2022 case.
7025         (encoded-string-description): Fix coding-system-type test.
7027 2008-02-01  Dave Love  <fx@gnu.org>
7029         * international/characters.el: Make korean-ksc5601 double-width.
7031         * international/mule.el (auto-coding-regexp-alist):
7032         Recognize Emacs 20/1 byte-compiled files.
7034         * international/mule-conf.el (file-coding-system-alist):
7035         Change .elc to utf-8-emacs.
7037         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
7038         of utf-8-emacs.
7039         (byte-compile-insert-header): Update magic number.  Add ballast.
7040         (map-char-table): Use byte-compile-funarg-2.
7042 2008-02-01  Dave Love  <fx@gnu.org>
7044         * language/cyrillic.el ("Belarusian"): Doc fix.
7045         (cp1125, koi8-t): Doc fix.
7047         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7048         (find-multibyte-characters): Don't test for charset `unknown'.
7049         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
7050         ru, sr_YU, tg, wa, zh.gbk.
7051         (locale-language-names): Change sp to Cyrillic.
7052         (locale-charset-language-names): Match @euro after utf-8.
7054 2008-02-01  Dave Love  <fx@gnu.org>
7056         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
7057         New coding systems.
7058         ("Chinese-GBK"): New environment.
7060         * language/thai-util.el: Remove redundant unicodes in category-setting.
7062         * language/lao-util.el: Remove redundant unicodes in category-setting.
7064         * international/mule-conf.el (japanese-jisx0213-1)
7065         (japanese-jisx0213-2): Add unify-map.
7067 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7069         * international/quail.el (quail-update-leim-list-file):
7070         Force writing the file by iso-2022-7bit.
7072         * international/titdic-cnv.el (miscdic-convert): Force writing the
7073         file by iso-2022-7bit.
7075         * international/mule.el (define-charset): Change the attribute
7076         :parents to :subset or :superset.
7078         * international/mule-conf.el: Adjust for the change of
7079         define-charset (:parent -> :subset or :superset).
7081         * international/characters.el: Fix the last change.
7083 2008-02-01  Dave Love  <fx@gnu.org>
7085         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
7086         (cyrillic-encode-alternativnyj-char): Fix.
7087         (standard-display-cyrillic-translit): Remove redundant unicodes.
7089 2008-02-01  Dave Love  <fx@gnu.org>
7091         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
7092         New environments.
7094         * international/mule-conf.el (control-1): New charset.
7095         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
7096         (korean-ksc5601): Redefine to use code-offset and unify-map.
7098 2008-02-01  Dave Love  <fx@gnu.org>
7100         * international/mule-conf.el (tcvn-5712): New charset.
7102         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
7103         ("Vietnamese"): Doc fix.
7105 2008-02-01  Dave Love  <fx@gnu.org>
7107         * international/mule-conf.el (windows-936): New alias.
7109         * cus-start.el: Add scalable-fonts-allowed.
7111         * international/characters.el: Reinstate various CJK syntax and
7112         category setup.  Remove obsolete syntax setting in Greek section.
7113         Optimize the char tables.
7115         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
7117         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
7119         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
7120         coding systems.
7122         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
7124 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7126         * international/characters.el (printable-chars): Setup correctly.
7128 2008-02-01  Dave Love  <fx@gnu.org>
7130         * cus-start.el: Add selection-coding-system.
7132         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
7134         * language/china-util.el (post-read-decode-hz)
7135         (pre-write-encode-hz): Move from chinese.el.
7136         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
7137         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
7139         * language/chinese.el (post-read-decode-hz)
7140         (pre-write-encode-hz): Move to china-util.el.
7142         * case-table.el (set-case-syntax-pair): Test again for equal byte
7143         lengths of the pair.
7145         * international/characters.el: Add Vietnamese category to
7146         equivalent unicodes.
7148 2008-02-01  Dave Love  <fx@gnu.org>
7150         * international/mule-conf.el (chinese-sisheng, ipa)
7151         (indian-is13194, tibetan, ethiopic): Add :unify-map.
7153         * international/mule-diag.el (describe-character-set): Account for
7154         more than two dimensions of possibly different size.
7155         (describe-current-coding-system): Add selection-coding-system.
7157         * international/mule-cmds.el (unify-8859-on-encoding-mode)
7158         (unify-8859-on-decoding-mode): Move from mule.el.
7160         * international/mule.el (unify-8859-on-encoding-mode)
7161         (unify-8859-on-decoding-mode): Remove :init-value.
7162         (charset-chars): Add optional dimension arg.
7163         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
7164         Move to mule-cmds.el.
7166 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7168         * international/fontset.el: Change registry for japanese-jisx0208
7169         to "JISX0208*" in the default fontset.
7170         (font-encoding-alist): Add an entry for "JISX0208.1983" and
7171         "ISO10646.indian-1".
7173 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7175         * language/japanese.el (japanese-iso-7bit-1978-irv):
7176         Add `designation' to :flags, `ascii' to :charset-list.
7178         * international/mule.el (define-charset): New args :min-code and
7179         :max-code.
7180         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
7182         * international/mule-conf.el (chinese-gbk): Change :code-offset to
7183         #x160000.
7184         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
7185         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
7187 2008-02-01  Dave Love  <fx@gnu.org>
7189         * language/thai.el (iso-8859-11): New coding system.
7191         * international/mule-conf.el: Doc fixes.
7192         (iso-8859-11): New.
7194 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
7196         * cus-start.el (scalable-fonts-allowed): Add.
7198 2008-02-01  Dave Love  <fx@gnu.org>
7200         * international/mule.el (unify-8859-on-encoding-mode)
7201         (unify-8859-on-decoding-mode): Dummy versions.
7203         * international/ucs-tables.el: Remove.
7205         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
7206         language/japanese.el.
7208         * international/mule-conf.el: Doc fixes.
7209         (cp936): New alias.
7210         (cp720, cp858): New charsets.
7212         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
7213         coding system, not emacs-mule.
7215         * files.el (revert-buffer, recover-file): Likewise.
7217         * desktop.el (desktop-save): Likewise.
7219 2008-02-01  Dave Love  <fx@gnu.org>
7221         * international/mule.el (with-category-table): Use make-symbol.
7222         (coding-system-list): Use coding-system-aliases.
7223         (make-translation-table): Don't deal with generic characters.
7225         * international/mule-util.el (coding-system-post-read-conversion)
7226         (coding-system-pre-write-conversion)
7227         (coding-system-translation-table-for-decode)
7228         (coding-system-translation-table-for-encode): Get the right properties.
7229         (with-coding-priority): New macro.
7230         (detect-coding-with-language-environment): Use it.
7231         (coding-system-equal): Use coding-system-plist.
7233         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
7234         Use :valid property.
7236         * international/mule-cmds.el (encode-coding-char):
7237         Use find-coding-systems-string.  Don't use make-char.
7238         (describe-language-environment): Use coding-system-aliases.
7239         (prefer-coding-system): Doc fix.
7241         * international/mule-diag.el (describe-current-coding-system):
7242         Fix aliases listing.
7243         (print-iso-2022-flags): Delete.
7244         (print-designation): Partial re-write.
7245         (describe-coding-system): Deal with iso-2022 designations, flags.
7246         Fix shift_jis case.
7247         (describe-char-after): Use characterp.  Print explicit unicode.
7248         Remove some obsolete code.
7249         (print-coding-system-briefly): Fix printing aliases.
7250         (print-coding-system): Use coding-system-aliases.
7251         (mule-diag): Don't list coding categories.
7253         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
7254         Re-order charset priorities.
7255         (binary): New alias.
7256         (iso-8859-16): Fix nickname.
7257         (define-iso-single-byte-charset): Un-define after use.
7259 2008-02-01  Dave Love  <fx@gnu.org>
7261         * international/characters.el: Additional double width specifications.
7263         * international/mule-diag.el (print-coding-system): Incomplete updates.
7264         (describe-character-set): List more properties.
7265         (print-fontset): Fix case of vector font-spec.
7266         (describe-current-coding-system): Fix iso-7, iso-7-else.
7268         * international/mule-conf.el (ibm866): Fix alias.
7269         (iso-8859-16): Fix nickname.
7271 2008-02-01  Dave Love  <fx@gnu.org>
7273         * language/ind-util.el: Avoid decode-char.
7274         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
7275         Use characterp, not char-valid-p.
7277         * language/devan-util.el: Add coding tag, avoid decode-char.
7279         * international/titdic-cnv.el: Add coding tag.
7280         (tit-process-header): Add coding tag to output.
7282         * language/thai.el (cp874, ibm874): New coding systems.
7284         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
7285         Add character-p.
7287         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
7288         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
7289         New coding systems.
7290         <set-language-info-alist>: Avoid decode-char.
7292         * language/hebrew.el (cp862, ibm862): New coding systems.
7294         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
7296         * language/cyrillic.el (cp855, ibm855): New coding systems.
7298         * international/mule-conf.el: Avoid decode-char in top-level code
7299         for self-inserting multibyte chars.
7300         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
7301         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
7302         New charsets.
7304         * international/characters.el: Various simplifications and additions.
7306 2008-02-01  Dave Love  <fx@gnu.org>
7308         * international/mule-conf.el (code-pages): Provide, for compatibility.
7310         * international/code-pages.el: Remove.
7312 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7314         * Makefile.in: Cancel the 2008-02-01 change of mine.
7316         * international/fontset.el: Add setting for unicode font at the
7317         end of the default fontset.
7319 2008-02-01  Dave Love  <fx@gnu.org>
7321         * international/mule-conf.el (adobe-standard-encoding, symbol):
7322         Adjust :code-space.
7323         (ibm850): Add :ascii-compatible-p.
7325 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7327         * international/mule-conf.el (vietnamese-viscii-lower)
7328         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
7329         mapping table.
7331 2008-02-01  Dave Love  <fx@gnu.org>
7333         * cus-start.el: Add charset-map-directory.
7335         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
7337         * format.el (format-alist): Remove ibm, mac, hp entries (available
7338         natively).
7340         * language/romanian.el (iso-latin-10): Add :mime-charset.
7341         ("Romanian"): Add doc.
7343         * international/mule-conf.el (iso-8859-10, symbol)
7344         (adobe-standard-encoding, ibm850): New charsets.
7345         (iso-8859-13): Fix IR number, final char.
7346         (file-coding-system-alist): Add .xml.
7348         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
7349         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
7350         (adobe-standard-encoding, cp850, ibm850): New coding systems.
7351         ("Latin-6", "Latin-7"): New language environments.
7353 2008-02-01  Dave Love  <fx@gnu.org>
7355         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
7356         utf-8-subst; add vietnamese, cyrillic, czech.
7358         * language/romanian.el (iso-latin-10): New coding system.
7360         * international/mule-conf.el (emacs-mule): Set :charset-list,
7361         consistent with coding-system-charset-list doc.
7362         (iso-8859-16): New charset.
7364         * international/mule-diag.el (describe-coding-system): Avoid error
7365         for iso-2022, emacs-mule.
7367 2008-02-01  Dave Love  <fx@gnu.org>
7369         * international/codepage.el: Remove or comment out most of code.
7370         (codepage-setup): Re-write as trivial, obsolete function.
7372         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
7373         Remove setup function.
7375         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
7377         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
7378         language/cyrillic.el, language/czech.el.
7380         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
7381         (font-ccl-encoder-alist): Remove viscii, vscii.
7383         * language/hebrew.el (windows-1255, cp1255): New coding systems.
7385         * language/european.el (windows-1254, cp1254, windows-1257)
7386         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
7387         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
7389         * language/greek.el (windows-1253, cp1253): New coding systems.
7391         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
7392         file name.
7393         (windows-1253, windows-1254, windows-1255, windows-1256)
7394         (windows-1257, windows-1258, next): New charsets.
7396         * international/utf-8.el, international/utf-8-subst.el: Remove.
7398         * international/mule.el: Doc fixes.
7399         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
7400         (coding-system-get): Try to convert old-style symbol to keyword.
7401         (define-charset): Purecopy strings in property list.
7402         (define-coding-system): Purecopy docstring.
7404         * international/mule-diag.el (list-character-sets-2): Avoid
7405         charset-bytes.
7406         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
7407         (list-block-of-chars): Re-write.
7408         (describe-character-set): Show more properties.
7409         (describe-char-after): Correct codepoint display.
7410         (print-coding-system): Use symbolic types.
7412 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7414         * Makefile.in: Be sure also to run emacs with LANG=C.
7416 2008-02-01  Dave Love  <fx@gnu.org>
7418         * international/mule-diag.el: Doc fixes.
7419         (sort-charset-list, charset-multibyte-form-string): Remove.
7420         (list-character-sets, list-character-sets-1)
7421         (list-character-sets-2): Re-write.
7422         (non-iso-charset-alist): Set to nil and made obsolete.
7423         (decode-codepage-char): Re-write and made obsolete.
7424         (read-charset): Don't use non-iso-charset-alist.
7425         (describe-coding-system): Use keyword properties.
7426         (describe-character-set): Re-write.
7428         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
7429         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
7430         (ebcdic-uk): New charsets.
7432         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
7433         New coding systems.
7435         * language/european.el (windows-1252): New coding system.
7437 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7439         * Makefile.in: By sure to run emacs with LC_ALL=C.
7441         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
7442         encoded-kbd-self-insert-iso2022-8bit with argument 1.
7443         (encoded-kbd-self-insert-charset): New function.
7444         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
7445         coding-system of type charset.
7447 2008-02-01  Dave Love  <fx@gnu.org>
7449         * international/mule-cmds.el (set-locale-environment): Comment out
7450         set-keyboard-coding-system stuff.
7452 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7454         * international/mule.el (define-coding-system): Doc fix;
7455         sjis->shift-jis.
7457         * international/mule-conf.el: Use decode-char instead of make-char.
7459         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
7460         New arg ARG.  Directly call self-insert-command.  This is a
7461         temporary workaround to make it work with latin-1.
7462         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
7464         * international/characters.el: Setup char-width-table for CJK
7465         characters.
7467 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7469         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
7470         Fix the initial value to specify character range of
7471         japanese-jisx0208, not unicode.
7473         * international/characters.el: Set syntax/category for
7474         japanese-jisx0208.
7476 2008-02-01  Dave Love  <fx@gnu.org>
7478         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
7479         mime-charset.
7481         * language/vietnamese.el, language/korean.el, language/japanese.el:
7482         * language/hebrew.el, language/greek.el, language/chinese.el:
7483         Fix :mime-charset properties.
7485         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
7486         (cyrillic-alternativnyj): Fix :mime-charset.
7487         (cp878, cp866): New alias.
7489         * language/european.el: Fix mime-charset properties.
7491         * international/mule-cmds.el (sort-coding-systems)
7492         (select-safe-coding-system, select-message-coding-system): Use
7493         :mime-charset, not 'mime-charset.
7495         * international/mule-conf.el: Add various :mime-charset properties.
7497 2008-02-01  Dave Love  <fx@gnu.org>
7499         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
7500         getting decoder.
7501         (encoded-kbd-mode): Fix code for coding system type and designations.
7503         * international/mule-conf.el: Spelling fixes.
7505 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7507         * international/fontset.el (fontset-plain-name): Handle the case
7508         that size, weight, slant are not specified in the fontset name.
7510 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
7512         * language/greek.el (greek-iso-8bit): Fix typo.
7514 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7516         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
7518 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7520         * international/characters.el: Change encoding to utf-8-emacs.
7521         Remove apparent duplicate codes.
7523 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7525         * international/fontset.el: Change the registry for
7526         chinese-gb2312 and add the registry for chinese-gbk.
7528         * international/mule.el (charset-chars): Fix typo.
7530         * international/mule-conf.el (chinese-gbk): New charset.
7532         * international/titdic-cnv.el (titdic-convert): Read into a
7533         unibyte buffer then make the buffer multibyte.
7535 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7537         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
7538         instead of :signature.
7540 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7542         * language/czech.el ("Czech"): Set `iso-8859-2' for
7543         `nonascii-translation'.
7545         * language/romanian.el ("Romanian"): Likewise.
7547         * language/slovak.el ("Slovak"): Likewise.
7549         * international/characters.el: Optimize calls of modify-category-entry.
7551 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
7553         * bindings.el: Don't bind multibyte characters to
7554         self-insert-command here.  It's done in mule-conf.el.
7556         * case-table.el (set-case-syntax-offset): Delete variable.
7557         (set-case-syntax-1): Delete function.  Change callers.
7558         (set-case-syntax-delims): Don't check byte length of characters.
7560         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
7561         characters to isearch-printing-char.
7563         * loadup.el: Don't load "international/utf-8".  Don't call
7564         update-coding-systems-internal.  Bind coding-system-for-write to
7565         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
7566         dumping.
7568         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
7569         change of map-char-table.
7571         * eshell/esh-mode.el: Adjust for the change of map-char-table.
7573         * international/characters.el: Adjust for the deletion of
7574         generic characters.
7576         * international/code-pages.el (cp-make-translation-table)
7577         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
7578         (cp-make-coding-system): Call define-coding-system.
7580         * international/fontset.el: Rewrite most code.
7582         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
7583         Call encode-char instead of split-char.
7585         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
7586         Change value.
7587         (skkdic-lookup-key): Call encode-char instead of split-char.
7589         * international/titdic-cnv.el (titdic-convert): Bind
7590         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
7591         buffer.
7593         * international/latin-1.el: Don't bind set-case-syntax-offset.
7595         * international/latin-2.el: Don't bind set-case-syntax-offset.
7597         * international/latin-3.el: Don't bind set-case-syntax-offset.
7599         * international/latin-4.el: Don't bind set-case-syntax-offset.
7601         * international/latin-5.el: Don't bind set-case-syntax-offset.
7603         * international/latin-8.el: Don't bind set-case-syntax-offset.
7605         * international/latin-9.el: Don't bind set-case-syntax-offset.
7607         * international/mule-cmds.el: Don't use coding category.
7608         Call set-coding-system-priority instead of set-coding-priority.
7609         (sort-coding-systems, select-safe-coding-system):
7610         Call coding-system-priority-list to get the most preferred one.
7611         (reset-language-environment): Order of coding system priority
7612         changed.  Set primary charset to iso-8859-1.
7613         (set-language-environment-coding-systems):
7614         Call set-coding-system-priority instead of set-coding-priority.
7615         (get-charset-property, put-charset-property): Move to mule.el.
7617         * international/mule-conf.el: Ful re-write.
7619         * international/mule-diag.el (print-designation): Change arguments.
7620         (print-iso-2022-flags): New function.
7621         (describe-coding-system, describe-current-coding-system):
7622         Adjust for the new structure of coding system.
7624         * international/mule.el (char-valid-p): Make it an alias of characterp.
7625         (define-charset): Full re-design.
7626         (charset-quoted-standard-p): Delete.
7627         (charsetp): Move to charset.c.
7628         (charset-info, charset-id, charset-bytes, charset-width)
7629         (charset-directioin, charset-iso-graphic-plane)
7630         (charset-reverse-charset): Delete.
7631         (charset-dimension, charset-chars, charset-iso-final-char)
7632         (charset-description, charset-short-name, charset-long-name):
7633         Call charset-plist instead of charset-info.
7634         (charset-plist, set-charset-plist): Move to charset.c.
7635         (get-charset-property, put-charset-property): Move from
7636         mule-cmds.el.  Call charset-plist and set-charset-plist.
7637         (make-char): Delete.
7638         (generic-char-p): Make it always return nil.
7639         (decode-char, encode-char): Move to charset.c.
7640         (coding-spec-XXX-idx): Delete variables.
7641         (coding-system-iso-2022-flags): New variable.
7642         (define-coding-system): New function.
7643         (transform-make-coding-system-args, make-coding-system): Delete.
7644         (set-coding-priority): Make it obsolete.
7645         (after-insert-file-set-buffer-file-coding-system)
7646         (find-new-buffer-file-coding-system): Adjust for the new coding
7647         system structure.
7649         * language/chinese.el, language/cyrillic.el, language/european.el:
7650         * language/greek.el, language/hebrew.el, language/indian.el:
7651         * language/japanese.el, language/korean.el, language/lao.el:
7652         * language/thai.el, language/tibetan.el, language/vietnamese.el:
7653         Call define-coding-system instead of make-coding-system.
7654         Delete all CCL program.
7656         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
7657         of make-char.
7658         (sgml-char-names-table): Fix iteration limit.
7660         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
7661         (ccl-encode-mac-roman-font): Delete.
7663         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
7664         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
7665         currently.  This is just a temporary workaround.
7667 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7669         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
7670         of `find-file-hooks'.
7671         (global-whitespace-toggle-options): Doc fix.
7673 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7675         * whitespace.el (whitespace): Set :version tag to 23.1.
7676         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
7677         (whitespace-style, whitespace-chars, whitespace-space)
7678         (whitespace-hspace, whitespace-tab, whitespace-newline)
7679         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
7680         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
7681         (whitespace-hspace-regexp, whitespace-space-regexp)
7682         (whitespace-tab-regexp, whitespace-trailing-regexp)
7683         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7684         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7685         (whitespace-space-after-tab-regexp, whitespace-line-column)
7686         (whitespace-display-mappings, global-whitespace-toggle-options)
7687         (whitespace-cleanup, whitespace-cleanup-region)
7688         (whitespace-interactive-char): Doc fixes.
7690 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
7692         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
7693         When turning off the global mode, turn off the local modes too
7694         if whitespace is being unloaded.
7695         (whitespace-unload-function): New function.
7697 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
7699         * vc.el (vc-update): Fix bug: Specify branch tip as
7700         vc-checkout REVISION.  Reported by Dan Nicolaescu.
7702 2008-02-01  Glenn Morris  <rgm@gnu.org>
7704         * info.el (bookmark-make-cell-function, bookmark-search-size)
7705         (bookmark-current-bookmark): Declare variables for compiler.
7706         (bookmark-buffer-file-name, bookmark-get-filename)
7707         (bookmark-get-front-context-string)
7708         (bookmark-get-rear-context-string, bookmark-get-position)
7709         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
7710         (bookmark-jump-noselect): Declare functions for compiler.
7711         (Info-bookmark-make-cell): Fix argument list to match example of
7712         `bookmark-make-cell-for-text-file'.
7713         (Info-bookmark-jump): Don't require info inside info.el.
7715 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
7717         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
7718         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
7719         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
7720         (verilog-sk-state-machine): Quote all calls to
7721         "auxiliary skeleton"s to prevent infloops.
7723 2008-02-01  Jason Rumney  <jasonr@gnu.org>
7725         * w32-fns.el: Partially revert 2007-11-10 change.
7727 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
7729         * mail/rmail.el (rmail-highlight): Fix specification.
7730         Reported by pod <pod@herald.ox.ac.uk>.
7732 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7734         * image-mode.el (image-mode-current-vscroll)
7735         (image-mode-current-hscroll): Make buffer-local.
7736         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
7737         (image-reset-current-vhscroll): Use the latest setting when displaying
7738         for the first time in a window.  Apply to all windows in the frame.
7739         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
7741         * progmodes/grep.el (grep-compute-defaults):
7742         Don't mix up defaults for different connections to the same host.
7744 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7746         * blank-mode.el: Rename to whitespace.el.
7748         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
7750 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7752         * net/rcompile.el (remote-compile): Remove broken code.
7754 2008-01-31  Jason Rumney  <jasonr@gnu.org>
7756         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
7758 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
7760         * linum.el (linum-unload-function): New function.
7762 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
7764         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
7765         (gdb-var-set-format-handler): New function.
7766         (gdb-var-set-format): Use it.
7768 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
7770         * emacs-lisp/check-declare.el (check-declare-directory):
7771         * emacs-lisp/authors.el (authors): Use `find-program' and
7772         `grep-program' instead of hardcoded program names.
7774         * emacs-lisp/cl-loaddefs.el: Update.
7776 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
7778         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
7779         Implement bookmark support the new make-cell/handler way.
7780         (Info-mode): Bind bookmark-make-cell-function to
7781         Info-bookmark-make-cell buffer locally.
7783 2008-01-30  Richard Stallman  <rms@gnu.org>
7785         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
7786         Doc fix.
7788         * files.el (hack-local-variables): Don't query about fake variables.
7790 2008-01-30  Markus Triska  <markus.triska@gmx.at>
7792         * linum.el: New file.
7794 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
7796         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
7797         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
7798         a single element in "plinkx".
7799         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
7800         "*Shell Command Output*" buffers.  Check, whether there is already
7801         an asynchronous process running.  Display always the buffer of the
7802         asynchronous process.
7803         (tramp-compute-multi-hops): Adapt error message.
7805 2008-01-29  Alan Mackenzie  <acm@muc.de>
7807         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
7808         from this regexp; part of same fix as next change to cc-engine.el.
7810         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
7811         Anchor the "{" of a template function correctly on "template", not the
7812         following "<".
7814         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
7816 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
7818         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
7819         and image-mode-current-hscroll being alists now.
7821         * image-mode.el (image-mode-current-vscroll)
7822         (image-mode-current-hscroll): Add doc strings.
7823         (image-set-window-vscroll, image-set-window-hscroll)
7824         (image-reset-current-vhscroll, image-mode): Adapt to
7825         image-mode-current-vscroll and image-mode-current-hscroll being
7826         alists now.
7828 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
7830         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7831         Strip extension from .emacs.el to make sure symbol is searched
7832         in .emacs too.
7834 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
7836         * doc-view.el (doc-view-mode): Use facilities below to
7837         restore [vh]scroll when switching buffers.
7839         * image-mode.el (image-mode-current-vscroll)
7840         (image-mode-current-hscroll): New variables.
7841         (image-set-window-hscroll, image-set-window-vscroll): New functions.
7842         (image-forward-hscroll, image-next-line, image-bol, image-eol)
7843         (image-bob, image-eob): Use them.
7844         (image-reset-current-vhscroll): New function.
7845         (image-mode): Make new variables buffer-local and reset [vh]scroll
7846         on window configuration changes.
7848 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
7850         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
7851         gdb-cpp-define-alist-program if file is nil (currently only
7852         " *partial-output-...").
7854 2008-01-27  Richard Stallman  <rms@gnu.org>
7856         * allout.el: Many doc fixes.
7857         (allout-encrypt-string): Fix error message.
7859 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
7861         * progmodes/etags.el (tags-query-replace): Doc fix.
7863 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
7865         * allout.el (allout-unload-function): New function.
7867 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
7869         * allout.el (allout-prefix-data): Doc fix.
7870         (allout-show-current-subtree): Reflow docstring.
7871         (allout-use-mode-specific-leader, allout-use-hanging-indents)
7872         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
7873         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
7874         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
7875         (allout-copy-topic-as-kill, allout-listify-exposed)
7876         (allout-process-exposed, allout-encrypted-key-info)
7877         (allout-update-passphrase-mnemonic-aids)
7878         (allout-next-topic-pending-encryption)
7879         (allout-tests-globally-true): Fix typos in docstrings.
7881 2008-01-23  Jason Rumney  <jasonr@gnu.org>
7883         * lpr.el (printer-name): Do not set on MS Windows.
7885 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
7887         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
7888         the command.
7890 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7892         * whitespace.el: Moved to obsolete dir.
7894         * blank-mode.el: New version 9.2.  Replace whitespace functions by
7895         aliases in blank-mode.
7896         (whitespace-buffer): New fun.
7897         (whitespace-region): Alias for whitespace-buffer, because there is no
7898         blank-region fun.
7899         (whitespace-cleanup): Alias for blank-cleanup.
7900         (whitespace-cleanup-region): Alias for blank-cleanup-region.
7902 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
7904         * server.el (server-log-time-function): Doc fix.
7905         (server-buffer): Fix typo in docstring.
7907 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
7909         * view.el (view-buffer): Explain in doc-string why exit-action
7910         should not be set to kill-buffer.
7912         * arc-mode.el (archive-extract):
7913         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
7914         exit-action when viewing the buffer.
7916 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
7918         * add-log.el (change-log-search-file-name): Work harder to find
7919         the correct file name.
7920         (change-log-find-file): Fix typo.
7921         (change-log-start-entry-re): Move definition earlier.
7923 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7925         * add-log.el (change-log-search-file-name, change-log-find-file):
7926         New function.
7927         (change-log-font-lock-keywords): Move file name matching ...
7928         (change-log-file-names-re): ... here.  New defconst.
7929         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
7931 2008-01-27  Alan Mackenzie  <acm@muc.de>
7933         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
7934         enhance comments.
7936 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
7938         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
7939         methods, the host name must be a local host.
7941 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
7943         * vc.el: Add TODO item about not defaulting to RCS.
7945         * server.el (server-process-filter): Check for non-nil before
7946         calling file-directory-p.
7948 2008-01-27  Alan Mackenzie  <acm@muc.de>
7950         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
7951         arglist-cont-nonempty.
7953         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
7954         for a brace with syntax arglist-cont-nonempty.
7956         * progmodes/cc-styles.el (c-style-alist): Add elements for
7957         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
7959 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
7961         * button.el (define-button-type): Clarify type of NAME in docstring.
7963 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7965         * server.el (server-buffer): New const.
7966         (server-log): New var.
7967         (server-log): Use them.
7968         (server-process-filter): (Try to) run the continuation in the same cwd
7969         as the client's.
7971 2008-01-26  Alan Mackenzie  <acm@muc.de>
7973         * progmodes/cc-defs.el (c-save-buffer-state):
7974         Bind buffer-file-name and buffer-file-truename to nil, to prevent
7975         primitives generating "buffer is read only" messages.
7977 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
7979         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
7980         (icalendar-import-format): Doc fix.  Allow function type.
7981         (icalendar--read-element): Doc fix.
7982         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
7983         type icalendar-import-format.  Make regexps non-greedy.
7984         (icalendar--format-ical-event): Handle function type
7985         icalendar-import-format.
7986         (icalendar-import-format-sample): New function.
7988 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
7990         * vc.el (vc-exec-after): For mode-line-process highlighting, if
7991         `compile' is not available, fall back to font-lock-warning-face.
7993 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
7995         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
7996         that the filename end is found even when the filename is empty.
7997         Fixes error and spurious newlines when marking files for deletion.
7999 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
8001         * subr.el (find-tag-default): Simplify using exclusively
8002         skip-syntax-backward/-forward.
8004 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
8006         * vc.el (vc-directory, vc-update-change-log): Remove check for
8007         Tramp.  Both functions work for it, though pretty slow
8008         (`vc-directory').  Maybe the implementation can be optimized.
8010         * net/tramp.el (tramp-dissect-file-name): Raise an error when
8011         Tramp 2.0 syntax is used.
8012         Suggested by Trent W. Buck <trentbuck@gmail.com>.
8014 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
8016         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
8017         invoke directory-files-and-attributes with last argument `integer'
8018         instead of `string'.
8019         (insert-directory): Add -n to the list of supported switches
8020         mentioned in the doc string.
8022 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8024         * blank-mode.el: New version 9.1.  Handle "long" line tail
8025         visualization.  Doc fix.
8026         (blank-line-length): Rename to blank-line-column.
8027         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
8028         Initialization fix.
8029         (blank-replace-spaces-by-tabs): New fun.
8030         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
8032 2008-01-25  Richard Stallman  <rms@gnu.org>
8034         * subr.el (add-hook): Implement `permanent-local-hook' property.
8036         * loadhist.el (file-provides, file-requires): Push the filename right.
8038 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
8040         * emacs-lisp/find-func.el (find-library): Wrap search for
8041         library name in condition-case to avoid reporting a scan-error.
8043 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
8045         * server.el (server-process-filter): Don't force
8046         the authentication string to be followed by "\n".
8048 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8050         * blank-mode.el: New version 9.0.  New commands to clean up some blank
8051         problems like trailing blanks.  New faces and regexp for visualizing
8052         the blank problems.  Doc fix.
8053         (blank-chars, blank-global-modes, blank-chars-value-list)
8054         (blank-toggle-option-alist, blank-help-text): Initialization fix.
8055         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
8056         (blank-indentation, blank-empty, blank-space-after-tab)
8057         (blank-indentation-regexp, blank-empty-at-bob-regexp)
8058         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
8059         (blank-cleanup, blank-cleanup-region): New commands.
8060         (blank-color-on): Code fix.
8062 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
8064         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
8065         file name.
8066         (ibuffer-mode-map): Add binding to sort by file name.
8067         (ibuffer-filename/process-header-map): New variable.
8068         (filename-and-process): Add a header that sorts by file name.
8069         (ibuffer-mode): Mention sorting by file name.
8071         * ibuf-ext.el (filename/process): New sorter.
8073 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
8075         * view.el (kill-buffer-if-not-modified): Don't pass t to
8076         buffer-modified-p.
8078 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
8080         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
8081         the source file in case of `rename'.
8082         Reported by Pete Forman <pete.forman@westerngeco.com>.
8084 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
8086         * allout.el (allout-keybindings-list): In initial setting, express
8087         meta-prefixed allout keys as vectors instead of strings, since the
8088         string form is interpreted in some cases as composed key
8089         modifiers, eg, accented keys.
8091         (allout-line-boundary-regexp): Clarify description.
8093         (set-allout-regexp): Repair the expressions so that the formfeed
8094         part is identified as one of the top-level groups, and is
8095         included in all the forms, not just the -line-boundary-regexp one.
8097         (allout-prefix-data): Incorporate information from the various
8098         allout regexp's formfeed alternative group, when present.
8100         (allout-write-file-hook-handler): Rectify mangling of the error
8101         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
8102         condition-case handler was apparently reformatted as if it was a
8103         call to the error function.  An apparent repair attempt in version
8104         1.101 situated the original body of the error handling code as
8105         bogus condition-case handlers.  I've returned to just about the
8106         working code that was originally there, removing an unnecessary -
8107         but benign - enclosing 'progn'.  \(Automated or cursory code fixes
8108         often aren't.)
8110         (allout-region-active-p): Fallback to value of mark-active if
8111         neither use-region-p nor region-active-p are present, for
8112         compatability with current and recent emacs major releases.
8114 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8116         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
8117         (reftex-toc-restore-region):
8118         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
8119         (reftex-index-phrases-apply-to-region):
8120         * textmodes/ispell.el (ispell-word):
8121         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
8122         * progmodes/pascal.el (pascal-mark-defun):
8123         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
8124         (f90-fill-region):
8125         * emulation/tpu-edt.el (tpu-set-mark):
8126         * emulation/crisp.el (crisp-region-active):
8127         * winner.el (winner-active-region):
8128         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
8129         of bound tests in order to resolve conditionals at compile time.
8131 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
8133         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
8134         not autoloaded, and we wouldn't want to load CL just to unload
8135         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
8137 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
8139         * delsel.el (delete-selection-pre-hook): Avoid clearing out
8140         pre-command-hook when text is read-only.
8142 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
8144         * vc.el (vc-process-filter): Do nothing if buffer not live.
8145         (vc-diff-finish): Rename from vc-diff-sentinel.
8146         No longer take REV1-NAME and REV2-NAME.
8147         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
8148         Don't do window resize if no window displays buffer.
8149         (vc-diff-internal): Use vc-diff-finish.
8151         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
8152         In both cases, convert single call to one wrapped in dolist.
8154 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8156         * vc.el: Add a TODO item about missing files.
8157         (vc-exec-after): Add a tooltip to the new mode-line item.
8159 2008-01-24  Glenn Morris  <rgm@gnu.org>
8161         * t-mouse.el (gpm-mouse-start): Declare as a function.
8163 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
8165         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
8166         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
8167         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8168         Don't send `tramp-rsh-end-of-line' additionally, when setting the
8169         prompt.
8170         (tramp-wait-for-output): Distinguish different prompt formats.
8171         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
8172         (tramp-local-host-p): Check whether temp directory is writable.
8174 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8176         * vc.el: Add TODO items.
8178 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
8180         * replace.el (occur-mode-find-occurrence-hook): New hook that can
8181         be used to reveal or highlight the location of a match.
8182         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
8183         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
8185 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
8187         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
8188         for defcustom.
8189         (hide-ifdef-shadow): Add version number for defface.
8191 2008-01-23  Glenn Morris  <rgm@gnu.org>
8193         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
8195 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8197         * progmodes/sh-script.el (sh-basic-offset):
8198         * progmodes/cc-vars.el (c-syntactic-indentation)
8199         (c-syntactic-indentation-in-macros): Mark as safe.
8201 2008-01-23  Richard Stallman  <rms@gnu.org>
8203         * icomplete.el (icomplete-get-keys):
8204         Look up KEYS using all maps in proper buffer.
8206 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
8208         * frame.el (display-mm-height, display-mm-width):
8209         * whitespace.el (whitespace-check-leading-whitespace)
8210         (whitespace-check-trailing-whitespace)
8211         (whitespace-check-spacetab-whitespace)
8212         (whitespace-check-indent-whitespace)
8213         (whitespace-check-ateol-whitespace):
8214         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
8216 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8218         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
8219         after-save-hook so that it is not called multiple times.
8221         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
8223 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
8225         * view.el (view-file-other-window, view-file-other-frame):
8226         Don't kill the buffer if it is modified.  Doc fixes.
8227         (kill-buffer-if-not-modified): New function.
8228         (view-file): Don't kill the buffer if it is modified.
8230         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
8231         (ebrowse-view/find-file-and-search-pattern):
8232         Call view-file-other-window instead of ebrowse-view-file-other-window.
8233         (ebrowse-view-file-other-frame): Don't call
8234         current-window-configuration.  Fix second argument in the call to
8235         view-mode-enter.  Doc fix.
8237 2008-01-23  Richard Stallman  <rms@gnu.org>
8239         * subr.el (atomic-change-group): Prevent undo list truncation.
8241 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8243         * files.el (safe-local-eval-forms):
8244         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
8246 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
8248         * comint.el (comint-insert-input): Set point first.
8250         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
8251         session doesn't hang because gdb-pending-triggers is non-nil.
8252         (gdb-frame-handler): Use buffer-file-name instead of
8253         buffer-name in case of duplicate file names.
8255 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8257         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
8258         C-M-e and C-M-h for emacs, they work by default.
8259         (verilog-emacs-features): Remove.
8260         (verilog-setup-dual-comments, verilog-populate-syntax-table):
8261         Remove.  Move syntax table initialization ...
8262         (verilog-mode-syntax-table): ... here.
8263         (verilog-mode): Don't initialize the syntax table here.
8264         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
8265         does not need it.
8267 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
8269         * progmodes/verilog-mode.el (verilog-booleanp): New function for
8270         backward compatibility.  Replace all uses of booleanp with
8271         verilog-booleanp.
8273 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
8275         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
8277 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
8279         * progmodes/verilog-mode.el (top-level): Fix spacing.
8280         (verilog-mode-version, verilog-mode-release-date):
8281         Update version number.
8282         (verilog-mode-release-emacs): New variable.
8283         (compile-command, reporter-prompt-for-summary-p):
8284         Define for byte compiler.
8285         (verilog-startup-message-lines, verilog-startup-message-displayed)
8286         (verilog-display-startup-message): Remove.
8287         (verilog-highlight-p1800-keywords): Improve docstring.
8288         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
8289         (vector-skip-list): Only defvar at compile time.
8290         (verilog-highlight-translate-off, verilog-indent-level)
8291         (verilog-indent-level-module, verilog-indent-level-declaration)
8292         (verilog-indent-declaration-macros, verilog-indent-lists)
8293         (verilog-indent-level-behavioral, verilog-indent-level-directive)
8294         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
8295         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
8296         (verilog-tab-to-comment, verilog-indent-begin-after-if)
8297         (verilog-align-ifelse, verilog-minimum-comment-distance)
8298         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
8299         (verilog-auto-endcomments, verilog-auto-read-includes)
8300         (verilog-auto-star-expand, verilog-auto-star-save)
8301         (verilog-library-flags, verilog-library-directories)
8302         (verilog-library-files, verilog-library-extensions)
8303         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
8304         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
8305         (verilog-assignment-delay, verilog-auto-inst-vector)
8306         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
8307         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8308         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8309         Add safe-local-variable properties.
8310         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
8311         (verilog-re-search-backward, verilog-error-regexp-add)
8312         (verilog-end-block-re, verilog-emacs-features)
8313         (verilog-populate-syntax-table, verilog-setup-dual-comments)
8314         (verilog-type-font-keywords, verilog-inside-comment-p)
8315         (electric-verilog-backward-sexp, verilog-backward-sexp)
8316         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
8317         (electric-verilog-terminate-line, electric-verilog-semi)
8318         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
8319         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
8320         (verilog-beg-of-statement, verilog-in-case-region-p)
8321         (verilog-in-struct-region-p, verilog-in-generate-region-p)
8322         (verilog-in-fork-region-p, verilog-backward-case-item)
8323         (verilog-set-auto-endcomments, verilog-get-expr)
8324         (verilog-expand-vector-internal, verilog-surelint-off)
8325         (verilog-batch-execute-func, verilog-calculate-indent)
8326         (verilog-calc-1, verilog-calculate-indent-directive)
8327         (verilog-leap-to-head, verilog-continued-line)
8328         (verilog-backward-token, verilog-backward-syntactic-ws)
8329         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
8330         (verilog-forward-ws&directives, verilog-at-constraint-p)
8331         (verilog-skip-backward-comments, verilog-indent-line-relative)
8332         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
8333         (verilog-pretty-declarations, verilog-pretty-expr)
8334         (verilog-just-one-space, verilog-indent-declaration)
8335         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
8336         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
8337         (verilog-read-always-signals-recurse, verilog-read-instants)
8338         (verilog-read-auto-template, verilog-set-define)
8339         (verilog-read-defines, verilog-read-signals, verilog-getopt)
8340         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
8341         (verilog-modi-cache-results, verilog-insert-one-definition)
8342         (verilog-make-width-expression, verilog-delete-autos-lined)
8343         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
8344         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
8345         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
8346         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
8347         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
8348         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
8349         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
8350         (verilog-load-file-at-mouse, verilog-load-file-at-point)
8351         (verilog-library-files): Cleanup spacing of )'s they should not be
8352         on unique lines.  Fix checkdoc warnings.
8354 2008-01-22  Glenn Morris  <rgm@gnu.org>
8356         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
8357         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
8358         from defcustoms.
8359         (hide-ifdef-shadow): Remove autoload cookie from defface.
8361         * vc.el (vc-diff-sentinel): Do not write a footer if there were
8362         differences.
8364 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
8366         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
8367         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
8368         manual entry.
8370 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
8372         * net/dbus.el (dbus-ignore-errors): New macro.
8373         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
8374         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
8375         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
8376         (dbus-get-signatures): Apply `dbus-ignore-errors'.
8378 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
8380         * outline.el (outline-up-heading): Fix check for top level to
8381         avoid infinite looping in hide-other.
8383 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8385         * vc.el (vc-process-sentinel): After calling the previous
8386         sentinel, do nothing if the process' buffer is not live.
8388 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8390         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
8391         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
8392         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
8393         blank-mode faces.  Doc fix.  New version 8.1.
8394         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
8395         CONDITION BODY).
8396         (blank-space-face): Face/option name replaced by blank-space.
8397         (blank-hspace-face): Face/option name replaced by blank-hspace.
8398         (blank-tab-face): Face/option name replaced by blank-tab.
8399         (blank-newline-face): Face/option name replaced by blank-newline.
8400         (blank-trailing-face): Face/option name replaced by blank-trailing.
8401         (blank-line-face): Face/option name replaced by blank-line.
8402         (blank-space-before-tab-face): Face/option name replaced by
8403         blank-space-before-tab.
8404         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
8406 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
8408         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
8409         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
8410         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
8411         (global-blank-mode): Doc fixes.
8412         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
8413         (blank-newline-face, blank-trailing-face, blank-line-face)
8414         (blank-space-before-tab-face, blank-display-mappings)
8415         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
8416         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
8417         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
8418         Fix typos in docstrings.
8420 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
8422         * server.el (server-log-time-function): New variable.
8423         (server-log): Use it.
8425 2008-01-21  Glenn Morris  <rgm@gnu.org>
8427         * progmodes/hideif.el: Move defcustoms and defface to start of file.
8429         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
8431 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
8433         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
8434         (org-descriptive-links, org-link-file-path-type)
8435         (org-remember-use-refile-when-interactive)
8436         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
8437         (org-export-ascii-bullets, org-agenda-deadline-faces)
8438         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
8439         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
8440         (org-kill-note-or-show-branches): Fix typos in docstrings.
8442 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
8444         * vc.el (vc-process-sentinel): Set mode-line-process.
8445         (vc-exec-after): Likewise, for the `run' process status.
8447 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8449         * ibuffer.el (ibuffer-mode): Fix last change.
8451 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
8453         * vc-hg.el (vc-hg-registered):
8454         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
8456 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
8458         * repeat.el (repeat-undo-count): New variable.
8459         (repeat): For self-insertions make undo boundary only after 20
8460         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
8462 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8464         * net/imap.el (imap-ping-server): New variable.
8465         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8466         (imap-ping-server): Minor doc string fixes.
8468 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8470         * net/imap.el (imap-ping-server): New function.
8471         (imap-opened): Call imap-ping-server.
8473 2008-01-20  Glenn Morris  <rgm@gnu.org>
8475         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
8476         prevent infloops.
8478 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
8480         * progmodes/python.el (python-imports): Default to "None".
8482 2008-01-19  Tom Tromey  <tromey@redhat.com>
8484         * vc-svn.el (vc-svn-after-dir-status): New function.
8485         (vc-svn-dir-status): Run svn asynchronously.
8487 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
8489         * progmodes/hideif.el (hide-ifdef-shadow): New option.
8490         (hide-ifdef-shadow): New face.
8491         (hide-ifdef-toggle-shadowing): New function to toggle between
8492         shadowing and making code invisible.
8493         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
8494         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
8495         (hide-ifdef-region-internal): Give new overlay hide-ifdef
8496         property.  Shadow text when hide-ifdef-shadow is non-nil.
8497         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
8498         (hif-hide-line): Use when instead of if.
8499         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
8500         Remove unneeded * from doc-strings.
8502 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
8505         the hscroll behavior was fixed.
8506         (doc-view-mode): Disable auto-hscroll-mode.
8508 2008-01-18  Tom Tromey  <tromey@redhat.com>
8510         * vc-svn.el (vc-svn-dir-status): New function.
8512 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
8514         * vc.el: Make vc-status asynchronous.
8515         (vc-update-vc-status-buffer): New function broken out of ...
8516         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
8517         the dir-status backend function.
8519         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
8520         Move the output processing to ...
8521         (vc-hg-after-dir-status): ... here.  Call the function passed as
8522         an argument with the results.
8524 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8526         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
8527         (doc-view-insert-image): Do something if the image is missing.
8528         (doc-view-mode): Don't use file-remote-p.
8530 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
8532         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
8533         (org-export-latex-special-chars): Convert "..." in \ldots
8534         and skip tables.
8535         (org-export-latex-fontify-headline): Change parameter name.
8536         (org-export-as-latex): Handle export of subtrees.
8537         (org-export-latex-make-header): New argument TITLE.
8538         (org-export-latex-content): New argument EXCLUDE-LIST.
8539         (org-list-parse-list): New name for org-export-latex-parse-list.
8540         (org-export-latex-make-header): New name for
8541         org-export-latex-make-preamble.
8542         (org-list-to-generic): New name of org-export-list-to-generic.
8543         (org-list-to-latex): New name of org-export-list-to-latex.
8544         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
8545         (org-list-send-list, org-list-to-texinfo)
8546         (org-list-to-html): New functions.
8547         (org-export-latex-tables-column-borders)
8548         (org-export-latex-default-class, org-export-latex-classes)
8549         (org-export-latex-classes-sectioning)
8550         (org-list-radio-list-templates): New options.
8551         (org-export-latex-header): New variable.
8552         (org-latex-entities): New constant.
8553         (org-export-latex-default-sectioning, org-export-latex-preamble)
8554         (org-export-latex-prepare-text-option)
8555         (org-export-latex-get-sectioning): Remove.
8557 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
8559         * textmodes/org-publish.el (org-publish-current-project):
8560         Fix bug with forcing publication.
8562         * textmodes/org.el (org-export-with-special-strings): New option.
8563         (org-export-html-convert-special-strings): New function.
8564         (org-html-do-expand): `org-export-html-convert-special-strings'
8565         added to the list of conversion.
8566         (org-infile-export-plist, org-get-current-options): Add support
8567         for "-" in the #+OPTION line to let user switch on/off special
8568         strings conversion.
8569         (org-export-plist-vars): New :html-table-tag property.
8570         (org-export-as-html, org-format-org-table-html)
8571         (org-format-table-table-html) Use the :html-table-tag property
8572         instead of the `org-export-html-table-tag' global value.
8573         (org-additional-option-like-keywords): Add "TBLFM".
8574         (org-entry-properties): Include the CLOCKSUM special property.
8575         (org-columns-edit-value): Do not allow to edit the special
8576         CLOCKSUM property.
8577         (org-flag-drawer): Use the original value of `outline-regexp'.
8578         (org-remember-handler): Add invisible-ok flag to call to
8579         `org-end-of-subtree'.
8580         (org-agenda-highlight-todo): Respect
8581         `org-agenda-todo-keyword-format'.
8582         (org-agenda-todo-keyword-format): New option.
8583         (org-infile-export-plist): No restriction while searching for options.
8584         (org-remember-handler): Remove comments at the end of the buffer.
8585         (org-remember-use-refile-when-interactive): New option.
8586         (org-table-sort-lines): Make sure sorting works on link
8587         descritions only, and ignores the link.
8588         (org-sort-entries-or-items): Make sure the end of the subtree is
8589         included.
8590         (org-refile-use-outline-path): New allowed values `file' and
8591         `full-file-path'.
8592         (org-get-refile-targets): Respect new values for
8593         `org-refile-use-outline-path'.
8594         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
8595         (org-export-as-xoxo): Restore point when done.
8596         (org-open-file): Allow multiple %s in command.
8597         (org-clock-in-switch-to-state): New option.
8598         (org-first-list-item-p): New function.
8599         (org-last-remember-storage-locations): New variable.
8600         (org-get-refile-targets): Interpret the new maxlevel setting.
8601         (org-refile-targets): New option `:maxlevel'.
8602         (org-copy-subtree): Include empty lines before but not after subtree.
8603         (org-back-over-empty-lines, org-skip-whitespace): New functions.
8604         (org-move-item-down, org-move-item-up): Include empty lines before
8605         but not after item.
8606         (org-first-sibling-p): New function.
8607         (org-remember-apply-template): Defaults, completions and history
8608         for template prompts.  Also, interpret new `%!' escape.
8609         (org-context-choices): New constant.
8610         (org-bound-and-true-p): New macro.
8611         (org-imenu-depth): New option.
8612         (org-imenu-markers): New variable.
8613         (org-imenu-new-marker, org-imenu-get-tree)
8614         (org-speedbar-set-agenda-restriction): New functions.
8615         (org-agenda-set-restriction-lock)
8616         (org-agenda-remove-restriction-lock)
8617         (org-agenda-maybe-redo): New functions.
8618         (org-agenda-restriction-lock): New face.
8619         (org-agenda-restriction-lock-overlay)
8620         (org-speedbar-restriction-lock-overlay): New variables.
8621         (org-open-at-point): Remove obsolete way to do redirection in
8622         shell links.
8623         (org-imenu-and-speedbar): New customization group.
8624         (org-entry-properties): Return keyword-less time strings.
8625         (org-clock-heading-function): New option.
8626         (org-clock-in): Use `org-clock-heading-function'.
8627         (org-calendar-holiday): Try to use `calendar-check-holidays'
8628         instead of the obsolete `check-calendar-holidays'.
8629         (org-export-html-special-string-regexps): New constant.
8630         (org-massive-special-regexp): New variable.
8631         (org-compute-latex-and-specials-regexp)
8632         (org-do-latex-and-special-faces): New functions.
8633         (org-latex-and-export-specials): New face.
8634         (org-highlight-latex-fragments-and-specials): New option.
8635         (org-link-escape-chars): Use characters instead of strings.
8636         (org-link-escape-chars-browser, org-link-escape)
8637         (org-link-unescape): Use characters instead of strings.
8638         (org-export-html-convert-sub-super, org-html-do-expand): Check for
8639         protected text.
8640         (org-emphasis-alist): Additional `verbatim' flag.
8641         (org-set-emph-re): Handle the verbatim flag and compute
8642         `org-verbatim-re'.
8643         (org-cleaned-string-for-export): Protect verbatim elements.
8644         (org-verbatim-re): New variable.
8645         (org-hide-emphasis-markers): New option.
8646         (org-additional-option-like-keywords): Add new keywords.
8647         (org-get-entry): Rename from `org-get-cleaned-entry'.
8648         (org-icalendar-cleanup-string): New function for quoting icalendar text.
8649         (org-agenda-skip-scheduled-if-done): New option.
8650         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
8651         `org-agenda-skip-scheduled-if-done'.
8652         (org-prepare-agenda-buffers): Allow buffers as arguments.
8653         (org-entry-properties): Add CATEGORY as a special property.
8654         (org-use-property-inheritance): Allow a list of properties as a value.
8655         (org-eval-in-calendar): No longer update the prompt.
8656         (org-read-date-popup-calendar): Rename from
8657         `org-popup-calendar-for-date-prompt'.
8658         (org-read-date-display-live): New variable.
8659         (org-read-date-display): New function.
8660         (org-read-date-analyze): New function.
8661         (org-remember-apply-template): Define `remember-finalize' if it is
8662         not yet defined.
8663         (org-remember-insinuate): New function.
8664         (org-read-date-prefer-future): New option.
8665         (org-read-date): Respect the setting of
8666         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
8667         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
8668         hardcoded string.
8669         (org-remember-apply-template): Use `remember-finalize' instead of
8670         `remember-buffer'.
8671         (org-columns-compute, org-column-number-to-string)
8672         (org-columns-uncompile-format, org-columns-compile-format)
8673         (org-columns-compile-format): Handle printf format specifier.
8674         (org-columns-new, org-column-number-to-string)
8675         (org-columns-uncompile-format, org-columns-compile-format):
8676         Support for new currency summary type.
8677         (org-tree-to-indirect-buffer): Do not kill old buffer when
8678         `org-indirect-buffer-display' is `new-frame'.
8679         (org-indirect-buffer-display): Document that `new-frame' leads to
8680         indiret buffer proliferation.
8681         (org-agenda-list): Use `org-extend-today-until'.
8682         (org-extend-today-until): New option.
8683         (org-format-org-table-html): Use lower-case for <col> tag.
8684         (org-agenda-execute): New command.
8685         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
8686         (org-select-remember-template): New function.
8687         (org-remember-apply-template): Use `org-select-remember-template'.
8688         (org-go-to-remember-target): New function.
8690 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
8692         * vc.el: Add a TODO note about vc-state.
8693         (vc-next-action): Register 'unregistered and 'ignored files.
8694         Use when and unless instead of if where appropriate.
8695         (vc-start-entry): Fix typo.
8696         (vc-status): Autoload it.
8698 2008-01-18  Glenn Morris  <rgm@gnu.org>
8700         * ffap.el (ffap-alist): Remove space from RFC regexp.
8702 2008-01-18  Richard Stallman  <rms@gnu.org>
8704         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
8705         than face-spec-recalc.
8707 2008-01-18  Glenn Morris  <rgm@gnu.org>
8709         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
8711 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8712             Miles Bader  <miles@gnu.org>
8714         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
8715         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
8716         for handling display table (via visws.el package), his code was
8717         modified, but the main idea was kept.
8719 2008-01-17  Glenn Morris  <rgm@gnu.org>
8721         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
8722         (ibuffer-save-filters): Remove calls to deleted
8723         ibuffer-update-mode-name.
8725 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
8727         * longlines.el (longlines-mode, longlines-show-region)
8728         (longlines-unshow-hard-newlines): Bind buffer-file-name and
8729         buffer-file-truename to nil while modifying buffer.
8731         * cus-edit.el (custom-reset-standard-variables-list)
8732         (custom-reset-standard-faces-list): New variables.
8733         (custom-reset-standard-save-and-update): New function.
8734         (Custom-save): Apply custom-mark-to-save before and
8735         custom-state-set-and-redraw after saving options.
8736         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
8737         options and call custom-reset-standard-save-and-update.
8738         (custom-variable, custom-face, custom-group): Provide new
8739         entries for custom-mark-to-save, custom-mark-to-reset-standard,
8740         and custom-state-set-and-redraw.
8741         (custom-variable-mark-to-save)
8742         (custom-variable-state-set-and-redraw)
8743         (custom-variable-mark-to-reset-standard)
8744         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
8745         (custom-face-mark-to-reset-standard)
8746         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
8747         (custom-group-mark-to-reset-standard): New functions.
8748         (custom-variable-save): Move save, state-set, and redraw
8749         functionality to custom-variable-mark-to-save.
8750         (custom-face-save): Move save, state-set, and redraw
8751         functionality to custom-face-mark-to-save.
8752         (custom-group-save): Move save, state-set, and redraw
8753         functionality to custom-group-mark-to-save.
8754         (custom-variable-reset-standard, custom-face-reset-standard)
8755         (custom-group-reset-standard): Move save, state-set, and redraw
8756         functionality to custom-reset-standard-save-and-update.
8758         (custom-buffer-create-internal): Fix text in verbose help.
8759         (custom-face-value-create): Indent doc-strings of faces like
8760         those of variables.
8762 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8764         * server.el (server-process-filter): Replace lineno and columnnno
8765         which defaulted to 1&0 with filepos which defaults to nil.
8766         (server-goto-line-column): Only receive the filepos.
8767         Only move if filepos is non-nil.
8768         (server-visit-files): Slight restructure to consolidate two calls to
8769         server-goto-line-column into just one.
8771         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
8772         the use of degraded mode.
8773         (nxml-degrade): Don't change mode-name.
8775         * nxml/rng-nxml.el (rng-nxml-mode-init):
8776         Don't overwrite mode-line-process.
8778         * ibuffer.el (mode): Pass the buffer to format-mode-line.
8779         (ibuffer-update-mode-name): Remove.
8780         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
8781         (ibuffer-mode): Use mode-line-process instead.
8783         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
8784         Use derived-mode-p.
8785         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
8787         * help.el (describe-mode): Pass the right buffer to format-mode-line.
8789 2008-01-16  Glenn Morris  <rgm@gnu.org>
8791         * comint.el (comint-regexp-arg): Fix no-input case.
8793 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
8795         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
8796         * pcvs.el (cvs-revert-if-needed):
8797         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
8799         * vc-svn.el (vc-svn-find-file-hook):
8800         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
8802 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
8804         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
8805         (icalendar-export-file, icalendar-import-file):
8806         Restore significant trailing whitespace in `interactive' prompts.
8808 2008-01-16  Tom Tromey  <tromey@redhat.com>
8810         * calendar/icalendar.el (icalendar--convert-tz-offset)
8811         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
8812         (icalendar--find-time-zone): New functions.
8813         (icalendar--decode-isodatetime): Add `zone' argument, passed to
8814         `decode-time'.  Doc fix.
8815         (icalendar--convert-ical-to-diary): Compute zone-map.
8816         Pass timezone to icalendar--decode-isodatetime.
8818 2008-01-16  Alan Mackenzie  <acm@muc.de>
8820         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
8821         an eval-and-compile, so as to permit byte-compiling (e.g. in
8822         bootstrap).
8824 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8826         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
8827         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
8828         using the same key for different menu entries.
8830         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
8831         (smerge-makeup-conflict): New command.
8833 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
8835         * log-edit.el (log-edit): Doc fix.
8837 2008-01-15  Glenn Morris  <rgm@gnu.org>
8839         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
8841 2008-01-14  Alan Mackenzie  <acm@muc.de>
8843         * progmodes/cc-vars.el (c-constant-symbol): New function which
8844         supersedes c-const-symbol.  During a customize-.. call it enables
8845         an element of (e.g.) c-hanging-braces alist to have its name
8846         displayed, even when the default value of c-h-b etc. doesn't
8847         include the elemnt.  Replace uses of the old function by the new.
8849         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
8850         obscure non-working fragment ":value c-".
8852 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8854         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
8856 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
8858         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
8859         instead of `tramp-file-name-real-host'.
8861         * net/trampver.el: Update release number.
8863 2008-01-14  Alan Mackenzie  <acm@muc.de>
8865         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
8866         call inside a struct being recognised as a K&R argument.
8868 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8870         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8871         Accept "fatal error" from MSFT.
8872         Reported by Jared Finder <jfinder@crypticstudios.com>.
8874 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
8876         * smerge-mode.el (smerge-auto): New function.
8877         * vc-svn.el (vc-svn-find-file-hook):
8878         * vc-arch.el (vc-arch-find-file-hook):
8879         * pcvs.el (cvs-revert-if-needed):
8880         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
8881         (top-level): Add a Todo list.
8883 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
8885         * vc.el (vc-update): Resolve conflicts if necessary instead of
8886         just updating the buffer.
8888         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
8889         update command so that we can parse the output.
8891 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
8893         * mail/rmail.el (rmail-convert-to-babyl-format):
8894         Remove save-excursion to avoid infinite looping.
8895         Reported by dnz <dnz@bk.ru>.
8897 2008-01-12  Glenn Morris  <rgm@gnu.org>
8899         * woman.el (woman-parse-numeric-arg): Change handling of `==':
8900         can be interned without a function definition.
8902 2008-01-12  Jason Rumney  <jasonr@gnu.org>
8904         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
8905         (rng-nxml-mode-init): Declare.
8907 2008-01-11  Jason Rumney  <jasonr@gnu.org>
8909         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
8910         (rng-preferred-prefix-alist-default): Remove.
8912         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
8913         Rename from nxml-enable-unicode-char-name-sets-flag.
8914         (nxml-enable-unicode-char-name-sets-1): Merge into
8915         nxml-enable-unicode-char-name-sets.
8916         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
8917         nxml-char-name-ignore-case here.
8919         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
8920         Update doc string and commentary.
8921         (nxml-char-name-ignore-case): Change default value.
8922         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
8924 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
8926         * cus-start.el (all): Add missing version entries.
8928 2008-01-11  Glenn Morris  <rgm@gnu.org>
8930         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
8931         (euc-to-flat-code, flat-code-to-euc):
8932         * textmodes/org.el (elmo-msgdb-overview-get-entity)
8933         (wl-summary-buffer-msgdb): Declare as funtions.
8935 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
8937         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
8938         Bind buffer-file-name and buffer-file-truename.
8940         * fringe.el (fringe-mode-explicit): New variable.
8941         (set-fringe-mode): Don't alter default-frame-alist when just
8942         loading this file.
8944 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
8946         * doc-view.el (doc-view-buffer-file-name): New variable.
8947         (doc-view-convert-current-doc, doc-view-search)
8948         (doc-view-current-cache-dir, doc-view-initiate-display)
8949         (doc-view-mode): Use it.
8950         (doc-view-bookmark-make-cell): Use variable buffer-file-name
8951         instead of function.
8953 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
8955         * vc-svn.el (vc-svn-registered): Return the correct value for
8956         ignored and unregistered files.
8958 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
8960         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
8962 2008-01-10  Tom Tromey  <tromey@redhat.com>
8964         * vc.el (vc-status-unmark-all-files): New function.
8965         (vc-status-unmark-all-files): Likewise.
8966         (vc-status-mode-map): Add bindings.
8968 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
8970         * ediff*.el: Uncomment declare-function.
8972         * emulation/viper*.el: Uncomment declare-function.
8974 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
8976         * doc-view.el (doc-view-mode): Support tramp, compressed files and
8977         files inside archives uniformly.
8979 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8981         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
8982         constant with a computation on sgml-specials rather than a literal
8983         list.  Without this change the syntax table is generated
8984         incorrectly, and the mode will think it's in a comment following
8985         any instance of the string "--".
8987 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
8989         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
8990         (doc-view-mode): Support document files inside archives.
8992 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
8994         * vc.el (vc-deduce-fileset): Return the currently selected file if
8995         no files are selected when using vc-status.
8997 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
8999         * ediff*.el: Comment out declare-function.  "make bootstrap"
9000         stops with an error and Emacs does not compile with those things in.
9001         Besides, declare-function is not defined in XEmacs.
9003         * ediff-util (eqiff-quit): Autoraise minibuffer.
9005         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
9007         * emulation/viper*.el: Comment out declare-function -- not defined
9008         in XEmacs.
9010         * emulation/viper-ex.el (viper-info-on-file):
9011         Take care of indirect buffers.
9013         * emulation/viper.el (viper-set-hooks, set-cursor-color):
9014         Set viper-vi-state-cursor-color.
9016 2008-01-09  Tom Tromey  <tromey@redhat.com>
9018         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
9019         Just return header.
9020         (vc-status-move-to-goal-column): New function.
9021         (vc-status-mode-map): Define more keys.
9022         (vc-status-mode): Use vc-status-refresh.  Now 'special.
9023         (vc-status-refresh): New function.
9024         (vc-status-next-line): Likewise.
9025         (vc-status-previous-line): Likewise.
9026         (vc-status-mark-file): Use vc-status-next-line.
9027         (vc-status-unmark-file): Use vc-status-previous-line.
9028         (vc-status-unmark-file-up): New function.
9029         (vc-status-register): Likewise.
9030         (vc-status-find-file): Likewise.
9031         (vc-status-find-file-other-window): Likewise.
9032         (vc-status-current-file): Likewise.
9033         (vc-ensure-vc-buffer): Understand vc-status mode.
9035         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
9037 2008-01-09  Glenn Morris  <rgm@gnu.org>
9039         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
9040         entry, for Windows.
9042 2008-01-09  Tom Tromey  <tromey@redhat.com>
9044         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
9046 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9048         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
9049         add a file-name handler.
9051 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9053         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
9054         Rename from function bibtex-files-expand.  New optional arg select.
9055         (bibtex-flash-head): Allow blink-matching-delay being zero.
9056         (bibtex-clean-entry): Use atomic-change-group.
9057         (bibtex-format-entry): Check presence of required fields only
9058         after formatting of fields.  Use member-ignore-case.  Do not use
9059         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
9060         (bibtex-autofill-entry): Do not call undo-boundary.
9061         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
9062         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
9063         Parse keys if necessary.
9065 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9067         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
9068         quotes in case of spaces, e.g. STL containers (not pretty).
9070 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9072         * progmodes/gdb-ui.el (gud-gdb-command-name):
9073         Explain "--annotate=3" option is necessary for the Graphical Interface.
9075 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9077         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
9078         on menu bar.
9080 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
9082         * ffap.el (ffap-read-file-or-url): Let-bind
9083         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
9085 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
9087         * vc-bzr.el: Fix typo in header.
9089 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
9091         * Makefile.in (custom-deps, finder-data): Depend on autoloads
9092         instead of loaddefs.el.
9094 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9096         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
9097         gets inserted out-of-order.
9099 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
9101         * vc-bzr.el: Copyright and version headers update.
9102         Remove some outdated comments through the whole file.
9103         (vc-bzr-program-args): Remove because unused.
9104         (vc-bzr-log-switches): New customization option.
9105         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
9106         use `vc-bzr-program-args'.
9107         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
9108         `vc-find-root' (patch by Andreas Hoenen).
9109         (vc-bzr-status): Update regex to match latest Bzr output.
9110         Remove redundant test.
9111         (vc-bzr-init-version): New function.
9112         (vc-bzr-unregister): Must not delete file.
9113         (vc-bzr-find-version): New function.
9114         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
9115         a non-empty string, otherwise take head revision.
9116         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
9117         (vc-bzr-diff): Simpler build of the revision spec string.
9118         (vc-annotate-convert-time, vc-bzr-annotate-difference):
9119         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
9120         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
9121         (vc-bzr-dired-state-info): Only provide custom strings for
9122         overloaded VC state 'edited; otherwise fallback to
9123         `vc-default-dired-state-info'.
9125 2008-01-08  Richard Stallman  <rms@gnu.org>
9127         * delsel.el (delete-selection-mode): Doc fix.
9129 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
9131         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
9132         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
9134         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
9135         of watch expressions (only works fully with GDB 6.7 or later).
9137 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
9139         * time-stamp.el (time-stamp-time-zone):
9140         * whitespace.el (whitespace-check-buffer-leading)
9141         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
9142         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
9143         * progmodes/sh-script.el (sh-indentation):
9144         * textmodes/ispell.el (ispell-local-pdict):
9145         Add safe-local-variable properties.
9147 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
9149         * vc-git.el (vc-git--call): Apply `process-file' instead of
9150         `call-process'.
9152         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
9153         Reported by Pete Forman <pete.forman@westerngeco.com>.
9154         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
9155         (tramp-handle-process-file): Handle the case where DESTINATION is
9156         a consp with t as car.
9157         (tramp-wait-for-output): We shall remove exactly what has been
9158         find by the search.
9160 2008-01-08  Kevin Ryde  <user42@zip.com.au>
9162         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9163         For perl, allow "during global destruction" at end.  Add entry for
9164         two-arg form of the Test module ok() func.
9166 2008-01-08  Glenn Morris  <rgm@gnu.org>
9168         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
9169         unified format.
9171         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
9173 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
9175         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
9176         Simplify selection of frame focusing function.
9178 2008-01-08  Michael Olson  <mwolson@gnu.org>
9180         * textmodes/remember.el (remember-region): Fix typo in docstring.
9182 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9184         * textmodes/remember.el (remember): If there is a visible region
9185         [that is, the mark is active and transient mark mode is enabled]
9186         then use this region for the initial contents of the *Remember*
9187         buffer.  Use `region-beginning' and `region-end' instead of
9188         `point' and `mark'.
9190 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
9192         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
9193         argument to vc-hg-command.
9194         (vc-hg-log-view-mode): Handle the user field better.
9196 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9198         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
9200 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9202         * vc.el (vc-status-fileinfo): New defstruct.
9203         (vc-status): New defvar.
9204         (vc-status-insert-headers, vc-status-printer, vc-status)
9205         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
9206         (vc-status-unmark-file, vc-status-marked-files): New functions.
9208         * vc-hg.el (vc-hg-dir-status): New function.
9210 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
9212         * cus-edit.el (custom-tool-bar-map): Move initialization of this
9213         keymap from here ...
9214         (custom-mode): ... to here.  Reported by Reiner Steib.
9216 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9218         * obsolete/x-apollo.el: Remove file for unsupported system.
9220         * term/x-win.el (vendor-specific-keysyms): Remove reference to
9221         Apollo.
9223         * progmodes/gud.el (gud-dgux-p): Remove.
9224         (dbx): Remove reference to dgux.
9226         * progmodes/ps-mode.el (ps-mode-print-function):
9227         * ps-print.el (ps-lp-system):
9228         * paths.el (rmail-spool-directory):
9229         * ls-lisp.el (ls-lisp-emulation):
9230         * lpr.el (lpr-lp-system):
9231         * dired.el (dired-chown-program): Remove references to dgux.
9233 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9235         * vc.el (vc-process-sentinel): Fix apparent typo.
9236         (vc-do-command): Forcefully kill any left over process.
9237         Use start-file-process.
9238         (vc-annotate-get-time-set-line-props): Check we don't move backward.
9240 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
9242         * net/dbus.el (dbus-list-hash-table)
9243         (dbus-name-owner-changed-handler): Replace "signal" by "member".
9244         (dbus-check-event): Add serial number to event.
9245         (dbus-handle-event): Apply return message if needed.
9246         (dbus-event-serial-number): New defun.
9247         (dbus-event-service-name, dbus-event-path-name)
9248         (dbus-event-interface-name, dbus-event-member-name):
9249         Adapt implementation to serial number.
9251 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
9253         * bs.el (bs--get-mode-name): Fix typo in previous change.
9255 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
9257         * mouse.el (mouse-popup-menubar): Fix typo.
9259         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
9260         form inside with-current-buffer.
9262         * progmodes/antlr-mode.el (provide): Move to the end of file.
9263         (require): Don't require font-lock and compile.
9264         (outline-level, imenu-use-markers, imenu-create-index-function):
9265         Move declarations to top level.
9266         (cond-emacs-xemacs-macfn): Declare for compiler.
9268         * vc-bzr.el (vc-bzr-root):
9269         * vc-arch.el (vc-arch-root): Only set a property if the file is
9270         managed by this backend.
9272         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
9274 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
9276         * doc-view.el (doc-view-scroll-up-or-next-page)
9277         (doc-view-scroll-down-or-previous-page): Don't scroll to the
9278         top/bottom again when on the first/last page.
9280         * doc-view.el (doc-view-scroll-up-or-next-page)
9281         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
9282         image-scroll-down instead of the non-image equivalents.
9283         Don't rely on a signalled condition but switch pages when scrolling
9284         doesn't change the vertical position anymore.
9285         (doc-view-mode-map): Remap scroll-{up,down} to
9286         image-scroll-{up,down}.
9288 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
9290         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
9291         tpu-mapper command rather than load the tpu-mapper package.
9293         * emulation/tpu-mapper.el (tpu-mapper): New command.
9294         Contains all the code previously at top-level.
9296 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * bs.el (bs--sort-by-mode, bs--get-mode-name):
9299         * imenu.el (imenu-add-to-menubar):
9300         * makesum.el (make-command-summary):
9301         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
9302         (mouse-buffer-menu):
9303         * msb.el (msb--mode-menu-cond):
9304         * calc/calc-embed.el (calc-do-embedded):
9305         * emacs-lisp/helper.el (Helper-describe-mode):
9306         * mail/emacsbug.el (report-emacs-bug):
9307         * progmodes/hideshow.el (hs-grok-mode-type):
9308         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9309         * textmodes/table.el (*table--cell-describe-mode):
9310         Pass mode-name through format-mode-line.
9312 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9314         * progmodes/ada-xref.el (ada-prj-find-prj-file):
9315         * progmodes/ada-mode.el (comment-region):
9316         * calendar/todo-mode.el (todo-insert-item):
9317         * bookmark.el (bookmark-buffer-name):
9318         Test major-mode rather than mode-name.
9320 2008-01-04  Richard Stallman  <rms@gnu.org>
9322         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9323         Call byte-compile-warn-about-unresolved-functions outside
9324         the with-current-buffer.
9325         (byte-compile-insert-header): Use with-current-buffer.
9327 2008-01-04  Glenn Morris  <rgm@gnu.org>
9329         * startup.el (fancy-about-screen): Remove reference to deleted
9330         `fancy-splash-help-echo' variable.
9332         * version.el (emacs-copyright): Update to 2008.
9334         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
9335         rather than mapcar.
9337         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
9338         change (merge mistake).
9340         * doc-view.el (doc-view-search-internal): Don't use `incf'.
9342         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
9343         (bookmark-get-bookmark-record):
9344         * image-mode.el (bookmark-make-cell-function)
9345         (bookmark-get-filename, bookmark-get-bookmark-record)
9346         (bookmark-get-position):
9347         * log-view.el (vc-modify-change-comment):
9348         * progmodes/grep.el (find-name-arg): Declare for compiler.
9350 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
9352         * savehist.el (savehist-coding-system): Default to a variant coding
9353         system with explicit unix end-of-line conversion, which is safer.
9355 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9357         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
9358         * ibuffer.el (mode column): Use format-mode-line.
9360         * server.el (server-create-window-system-frame): Remove workaround for
9361         a bug that has been fixed.
9363 2008-01-03  Magnus Henoch  <magnus@zemdatav>
9365         * net/dbus.el (dbus-name-owner-changed-handler):
9366         Use dbus-unregister-object instead of dbus-unregister-signal.
9368 2008-01-03  Drew Adams  <drew.adams@oracle.com>
9370         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
9372 2008-01-03  Richard Stallman  <rms@gnu.org>
9374         * replace.el (occur-context-lines): New subroutine,
9375         broken out of occur-engine.
9376         (occur-engine): Call it.
9378 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
9380         * vc-git.el (vc-git--ls-files-state): New function.
9381         (vc-git-dir-state): Use it instead of processing the status
9382         results here.
9384 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
9386         * progmodes/grep.el (grep-find-ignored-directories):
9387         Initialize from the value of vc-directory-exclusion-list.
9389         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
9390         even though we don't have a back end for darcs yet.
9392 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
9394         Change a return type, for greater extensibility.
9395         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
9396         and its thread for discussion leading to this change.
9398         * bookmark.el (bookmark-jump-noselect):
9399         Return an alist instead of a dotted pair.
9400         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
9401         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9402         (bookmark-bmenu-switch-other-window): Adjust accordingly.
9403         (bookmark-make-cell-function): Adjust documentation accordingly.
9405         * image-mode.el (image-bookmark-jump):
9406         Adjust return type accordingly; document.
9408         * doc-view.el (doc-view-bookmark-jump):
9409         Adjust return type accordingly; document.
9411 2008-01-02  Miles Bader  <miles@gnu.org>
9413         * net/rcirc.el (rcirc-log-filename-function): New variable.
9414         (rcirc-log): Use `rcirc-log-filename-function' to generate the
9415         log-file name.  Don't log anything if it returns nil.
9416         (rcirc-log-write): Use `expand-file-name' when merging the
9417         log-file name from the alist with rcirc-log-directory; this does
9418         the right thing if the name in the alist already an absolute
9419         filename.  Make the log-file directory if necessary.
9421 2007-12-29  Richard Stallman  <rms@gnu.org>
9423         * font-lock.el (font-lock-prepend-text-property)
9424         (font-lock-append-text-property): Canonicalize the face and
9425         font-lock-face properties.
9427         * faces.el (facep): Doc fix.
9429         * startup.el (fancy-startup-tail, fancy-about-text)
9430         (fancy-startup-text): Regularize format of face property.
9432         * facemenu.el (list-colors-print): Use :background and :foreground
9433         instead of background-color and foreground-color.
9435 2007-12-29  Drew Adams  <drew.adams@oracle.com>
9437         * cus-edit.el (custom-add-parent-links):
9438         Fill the "Parent documentation" text.
9440 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
9442         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
9443         MS-Windows and MS-DOS.
9444         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
9446 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
9448         * vc-svn.el (vc-svn-modify-change comment): New function.
9450 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
9452         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
9453         Do not disable undo, with-temp-buffer does it by default.
9455 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
9457         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
9458         correctly.
9460         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
9461         with vc-state.
9462         (vc-next-action): Fix vc-transfer-file call.
9464 2007-12-31  Tom Tromey  <tromey@redhat.com>
9466         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
9467         Move point to the start of the buffer.
9469 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
9471         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
9473         * vc.el: State that dir-state is required to set the vc-state and
9474         vc-backend properties.
9476 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
9478         * man.el (Man-default-man-entry): Make this a defun.
9479         Improve guessing mechanism and handling of section numbers.
9481 2007-12-31  Richard Stallman  <rms@gnu.org>
9483         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
9485 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
9487         * calc/calc-units.el (calc-convert-temperature): Ensure that units
9488         are on the result even when the result is zero.
9490 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
9492         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
9493         resistent towards wrong parameters.
9494         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
9496 2007-12-30  Richard Stallman  <rms@gnu.org>
9498         * faces.el (face-all-attributes): New function.
9500         * faces.el (face-differs-from-default-p): Compute list of attr names
9501         from face-attribute-name-alist.
9503         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
9504         (custom-face-save): Likewise.
9505         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
9507         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
9508         (custom-theme-set-faces): Clear `face-override-spec' property.
9509         Call `face-spec-set' with FOR-DEFFACE.
9511         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
9513         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
9514         Use of frame as third arg is deprecated.
9515         Handle `face-override-spec' property.
9516         (face-spec-recalc): New function.
9517         (face-spec-set-2): New function.
9518         (frame-set-background-mode): Handle `face-override-spec' property.
9519         Use `face-spec-recalc'.
9520         (face-set-after-frame-default): Use `face-spec-recalc'.
9522 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
9524         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
9526 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9528         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
9530 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
9532         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
9533         'added, 'removed.
9535         * vc.el (header coment): Better description of dir-state.
9536         (vc-compatible-state): New function.  Checks whether two states
9537         can be in the same changeset; used with 'edited it can test whether
9538         the next action for a state should be commit.
9539         (vc-default-dired-state-info): Display 'removed state.
9540         (vc-dired-hook): Turn off undo, this is a speed tweak.
9542         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
9544         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
9545         Cope with the possibility that the 'C' status flag might change
9546         in 0.9,6.
9548         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
9550 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
9552         * files.el (cd-absolute): Fix omission bug:
9553         Make `list-buffers-directory' buffer-local.
9555 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9557         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
9559 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
9561         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
9563         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
9564         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
9565         (math-yacas-compose-deriv, math-yacas-compose-taylor)
9566         (math-maxima-parse-subst, math-maxima-parse-taylor)
9567         (math-maxima-compose-taylor, math-maxima-compose-subst)
9568         (math-maxima-compose-if, math-lang-switch-args)
9569         (math-lang-compose-switch-args, math-read-giac-subscr):
9570         New functions.
9571         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
9572         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
9573         Add languages.
9574         (math-vector-brackets, math-complex-format, math-variable-table)
9575         (math-parse-table, math-oper-table, math-function-table)
9576         (math-special-function-table, math-compose-subscr):
9577         Add values for new languages.
9579         * calc/calccomp.el (math-compose-expr): Add new languages.
9581         * calc/calc.el (calc-language): Add languages to docstring.
9583         * calc/calc-ext.el (calc-init-extensions): Add keybindings
9584         for new languages.  Autoload commands to change languages.
9586         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
9588         * calc/calc-menu.el (calc-modes-menu): Add new languages.
9589         (calc-arithmetic-menu, calc-scientific-function-menu)
9590         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
9591         (calc-units-menu, calc-variables-menu, calc-stack-menu):
9592         Add :active keywords.
9594 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
9596         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
9597         returns 'ignored or 'unregistered.
9598         (vc-hg-state): Pass "-A" to the status command and deal with the
9599         output.
9600         (vc-hg-dir-state): Pass "-A" to the status command.
9602 2007-12-29  Richard Stallman  <rms@gnu.org>
9604         * progmodes/compile.el (compilation-start): Set initial visible
9605         point properly even when compilation buffer already current.
9607 2007-12-29  Richard Stallman  <rms@gnu.org>
9609         * files.el (conf-mode-maybe): New function.
9610         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
9612 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
9614         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
9616 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9618         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
9620 2007-12-29  Richard Stallman  <rms@gnu.org>
9622         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
9623         so they never do EOF.
9625 2007-12-29  Richard Stallman  <rms@gnu.org>
9627         * faces.el (copy-face): Create the new face explicitly if it
9628         does not exist already.
9630 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
9632         * simple.el (minibuffer-history, shell-command-history)
9633         (set-variable-value-history):
9634         * replace.el (regexp-history):
9635         * international/mule-cmds.el (input-method-history):
9636         * files.el (file-name-history): Add reference to history-length in
9637         the doc string.
9639 2007-12-29  Richard Stallman  <rms@gnu.org>
9641         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
9643 2007-12-29  Jason Rumney  <jasonr@gnu.org>
9645         * find-dired.el (find-name-arg): New custom variable.
9646         (find-name-dired): Use it.
9647         (find-dired-find-program): Remove.
9648         (find-dired): Use find-program.
9649         (find-grep-dired): Use grep-program.
9651         * progmodes/grep.el (rgrep): Use find-name-arg.
9653 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
9655         * progmodes/cc-vars.el (defcustom-c-stylevar):
9656         Revert to pre-2007-12-12 version.
9658 2007-12-29  Richard Stallman  <rms@gnu.org>
9660         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
9662         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
9663         Use changed.
9665         * startup.el (fancy-splash-help-echo): Var deleted.
9666         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
9667         (fancy-about-screen): Don't display fancy-splash-help-echo.
9669         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
9671 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
9673         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
9674         to vc-hooks.el so it will be available to other modes, such as
9675         speedbar.el.  Also, teach it to recognize monotone state directories.
9677         * speedbar.el: Remove this mode's fragile assumptions about
9678         version-control systems.  Instead, make it use logic from
9679         vc-hooks.el so it will become smarter whenever VC mode does.
9681         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
9682         Fix the documentation.
9684         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
9685         Modify all instances of the dir-state back-end method to suppress
9686         keeping undo lists on the buffers holding status output, which
9687         can get extremely large.
9689         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
9690         so they don't do work that the default one can do instead.
9692         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
9693         states, and the new return-value convention.  These are not
9694         actually used yet, just set.
9696         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
9697         states when appropriate.
9699         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
9700         'unregistered when appropriate.
9702         * vc-git.el: Document that we don't set the new states yet.
9704         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
9705         'ignored states.
9707         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
9708         appropriate.
9710         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
9711         when appropriate.
9713 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
9715         * thumbs.el (thumbs-call-convert): Use call-process directly
9716         with thumbs-conversion-program instead of through shell-file-name
9717         for better error reporting.
9719 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
9721         * calc/calc-aent.el (math-remove-percentsigns):
9722         * calc/calccomp.el (math-to-percentsigns): Change placeholder
9723         for percent signs.
9725 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
9727         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
9728         use completion-ignored-extensions to detect files that should be
9729         ignorted in VC-Dired listings, heading off lots of expensive calls
9730         to (vc-state).
9732         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
9733         non-terse mode.
9734         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
9735         Makefile.in or Makefile.am.
9737 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9739         * ps-print.el (ps-mark-active-p): Fun returned back.
9740         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
9741         `region-active-p' for error checking.
9743 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
9745         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
9746         Put new machinery in place to support editing of change comments
9747         with 'e' in a log-view buffer.  Not documented yet as this
9748         only works for SCCS, RCS, and maybe CVS if you have admin
9749         privileges.  When we have backend support for Subversion and
9750         more modern systems it will be time to write this up.
9752 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
9754         * international/mule-cmds.el (select-safe-coding-system):
9755         When a buffer is modified, cancel the writing.
9757 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
9759         * log-view.el: Add Subversion and Mercurial log format samples.
9761         * vc.el (vc-dired-hook): Significantly speed up by arranging for
9762         it to call the backend dir-state hook (if it exists)
9763         exactly *once*, rather than once per each subdirectory (with
9764         dired-state-info calls on all toplevel files slowing it down even
9765         further).  For this to work, backend dir-state methods have to
9766         recurse to subdirectories.  Most of them already did anyway; a few
9767         needed *non*-recursion switches removed.  This change mostly
9768         removed code that was perversely bad and should have been shot
9769         through the head years ago.
9771         * vc-bzr.el (vc-bzr-dir-state):
9772         * vc-cvs.el (vc-cvs-dir-state):
9773         * vc-mcvs.el (vc-mcvs-dir-state):
9774         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
9776         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
9777         multiple arguments, so generate logs sequentially when we get them.
9778         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
9779         headers so the various log bindings can do the right thing.
9780         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
9782 2007-12-26  Andreas Schwab  <schwab@suse.de>
9784         * font-lock.el (save-buffer-state): Make sure the state of the
9785         buffer is always restored.
9787 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
9789         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
9791         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
9792         a variable.
9794         * calc/calccomp.el (math-to-percentsigns): New function.
9795         (math-compose-var): Handle variables with percent signs.
9796         (math-compose-expr): Handle function names with percent signs.
9798         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
9799         (math-read-exprs): Handle percent signs in languages that
9800         allow them.
9801         (math-restore-underscores): Remove function.
9802         (math-remove-percentsigns, math-restore-placeholders):
9803         New functions.
9805 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9807         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
9808         of `mark' for error checking.
9810 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
9812         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
9813         New functions.
9814         (image-mode): Set bookmark-make-cell-function appropriately.
9816         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
9818         * bookmark.el (bookmark-make-cell-function): New variable.
9819         (bookmark-make): Call bookmark-make-cell-function's function
9820         instead of bookmark-make-cell.
9821         (bookmark-get-handler, bookmark-jump-internal): New functions.
9822         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
9823         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
9824         Use bookmark-jump-internal.
9825         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
9827         * doc-view.el (doc-view-bookmark-make-cell)
9828         (doc-view-bookmark-jump): New functions.
9829         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
9831 2007-12-25  Miles Bader  <miles@gnu.org>
9833         * indent.el (indent-for-tab-command): Rigidly indent the following
9834         sexp along with the current line when a prefix arg is given in the
9835         non-active-region case.  Specify raw prefix in interactive spec.
9836         Simplify main indentation logic to get rid of the conditional call
9837         to `indent-according-to-mode' (it just ended up calling
9838         `indent-line-function' in all cases anyway, which can be done more
9839         simply here).  Remove unnecessary test of ARG in active region case.
9841 2007-12-25  Richard Stallman  <rms@gnu.org>
9843         * allout.el (allout-region-active-p): Rename from my-region-active-p.
9844         Use `use-region-p'.
9845         (allout-write-file-hook-handler): Simplify code.
9847         * ps-print.el (ps-mark-active-p): Function deleted.
9848         (ps-print-preprint-region): Use (mark) for the error check.
9850         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
9852         * winner.el (winner-active-region): Use `mark-active' if it's defined.
9854         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
9856         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
9858         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
9860         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
9862         * progmodes/cc-defs.el (c-region-is-active-p):
9863         Use `mark-active' if it's defined.
9865         * progmodes/cc-cmds.el (c-indent-line-or-region):
9866         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
9868         * simple.el (select-active-regions): New option.
9869         (set-mark): Obey it.
9870         (yank-pop-change-selection): New option.
9871         (current-kill): Obey it.
9873         * simple.el (use-region-p): Rename from `region-active-p'.
9874         (region-active-p): New function.
9876 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
9878         * term/x-win.el (x-select-enable-primary): New option.
9879         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
9881         * mouse.el (mouse-yank-primary): New function (almost same
9882         as mouse-yank-secondary).
9884 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
9886         * calculator.el:
9887         * dframe.el:
9888         * iswitchb.el:
9889         * whitespace.el:
9890         * winner.el:
9891         * emacs-lisp/checkdoc.el:
9892         * mail/feedmail.el:
9893         * net/quickurl.el:
9894         * obsolete/fast-lock.el:
9895         * play/5x5.el:
9896         * progmodes/delphi.el:
9897         * progmodes/idlw-shell.el:
9898         * progmodes/idlwave.el:
9899         * textmodes/artist.el:
9900         * textmodes/ispell.el:
9901         * textmodes/texinfmt.el:
9902         * textmodes/texinfo.el: Remove obsolete definitions of backward
9903         compatibility macros for defcustom, defgroup, defface, when,
9904         unless, with-current-buffer and with-temp-message.
9906 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
9908         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
9910 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9912         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
9913         indeed a process.
9915 2007-12-23  Richard Stallman  <rms@gnu.org>
9917         * simple.el (region-active-p): New function.
9918         (use-empty-active-region): New variable.
9920         * dired-aux.el (dired): Load dired.el at run time too.
9922 2007-12-23  Juri Linkov  <juri@jurta.org>
9924         * man.el (Man-follow-manual-reference): Fill the minibuffer's
9925         default list with a full list of references.
9927         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
9929 2007-12-23  Andreas Schwab  <schwab@suse.de>
9931         * files.el (switch-to-buffer-other-frame): Return the buffer
9932         switched to.
9934 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
9936         Sync with Tramp 2.1.12.
9938         * net/tramp.el: New todo item.
9940         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
9941         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
9943         * net/trampver.el: Update release number.
9945 2007-12-22  Richard Stallman  <rms@gnu.org>
9947         * newcomment.el (comment-region-default): Don't triple the
9948         comment starter if the first region line isn't indented enough.
9950 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9952         * net/imap.el (imap-authenticate): Use current-buffer instead of
9953         buffer, for the cases where imap-authenticate is called with a nil
9954         buffer parameter.
9956 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
9958         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
9959         specifier from format-string.  Reported by Ye Wenbin.
9961 2007-12-20  Jason Rumney  <jasonr@gnu.org>
9963         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
9964         Parent group is font-lock-faces.
9965         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
9966         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
9967         (nxml-version): Remove.
9968         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
9969         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
9970         (nxml-processing-instruction-delimiter)
9971         (nxml-processing-instruction-target)
9972         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
9973         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
9974         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
9975         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
9976         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
9977         (nxml-attribute-prefix, nxml-attribute-colon)
9978         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
9979         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
9980         (nxml-attribute-value, nxml-attribute-value-delimiter)
9981         (nxml-namespace-attibute-value)
9982         (nxml-namespace-attribure-value-delimiter)
9983         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
9984         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
9985         (nxml-glyph): Rename, removing -face suffix.
9986         Inherit from existing font-lock faces.
9987         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
9988         Use new face names.
9990         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9991         (nxml-outline-active-indicator, nxml-outline-ellipsis):
9992         Rename, removing -face suffix.
9993         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
9994         (nxml-highlighted-colon, nxml-highlighted-slash)
9995         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
9996         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
9997         (nxml-highlighted-qname, nxml-outline-display-heading):
9998         Use new face names.
10000         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
10002         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
10004 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
10006         * cus-start.el (all): Use correct group name for members of
10007         mode-line group.
10009         * man.el (Man-default-man-entry): When looking for default man
10010         entry title search text preceding point.  Use when instead of if.
10012         * indent.el (indent-for-tab-command): Fix doc-string typo.
10014         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
10015         vc-parent-buffer is the current buffer.
10017         * info-look.el (info-lookup, info-lookup-setup-mode)
10018         (info-lookup-make-completions): Avoid clobbering Info-history and
10019         Info-history-list.
10021 2007-12-19  Glenn Morris  <rgm@gnu.org>
10023         * progmodes/verilog-mode.el (top-level): Don't require compile.
10024         (compilation-error-regexp-alist, compilation-last-buffer):
10025         Define for compiler.
10026         (verilog-insert-1): New function.
10027         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
10028         Use verilog-insert-1.
10029         (verilog-surelint-off): Use next-error-last-buffer if bound.
10030         Check compile buffer is live.
10032 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
10034         * progmodes/compile.el (compilation-start): Don't pass a FRAME
10035         argument to display-buffer.
10037 2007-12-19  Jason Rumney  <jasonr@gnu.org>
10039         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
10040         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
10041         (rng-byte-compile-load, rng-write-version): Remove.
10043         * nxml/rng-loc.el (rng-schema-locating-files-default)
10044         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
10045         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
10047 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
10049         * files.el (cd-absolute): Set `list-buffers-directory' in order to
10050         show correct path in buffer list.
10052         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
10053         (tramp-find-shell): Send only single prompt setting commands, in
10054         order to avoid double-prompt.
10056         * net/tramp-compat.el (top): Require cl only when compiling.
10057         Reported by Glenn Morris <rgm@gnu.org>.
10059 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
10061         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
10062         (c-comment-continuation-stars): No longer declare with
10063         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
10064         (c-block-comment-prefix): Use symbol-value to
10065         access c-comment-continuation-stars.
10066         * progmodes/cc-mode.el (c-initialize-cc-mode):
10067         Use symbol-value to access c-comment-continuation-stars.
10069 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
10071         * xml.el (xml-escape-string): New function.  Escape string using
10072         xml-entity-alist.
10073         (xml-debug-print-internal): Use xml-escape-string to escape
10074         characters in attributes and in text children of elements.
10076 2007-12-18  Glenn Morris  <rgm@gnu.org>
10078         * progmodes/cc-subword.el (c-subword-mode): Drop support for
10079         systems without define-minor-mode.
10081         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
10083         * progmodes/verilog-mode.el: Replace all instances of
10084         string-to-int with string-to-number, insert-string with insert,
10085         and read-input with read-string.
10086         (top-level): No need to require imenu, reporter, dinotrace, vc,
10087         font-lock when compiling.  Always require compile.  Relegate remaining
10088         compatibility cruft to XEmacs.  Don't require font-lock.
10089         (verilog-version): Remove superfluous concat.
10090         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
10091         No need to define.
10092         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
10093         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
10094         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
10095         (verilog-startup-message-displayed): These are variables, not constants.
10096         (verilog-batch-execute-func, verilog-auto-inst)
10097         (verilog-auto-inst-param): Use mapc rather than mapcar.
10098         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
10099         actually defining.
10100         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
10101         (verilog-modi-get-outputs, verilog-modi-get-inouts)
10102         (verilog-modi-get-inputs, verilog-modi-get-wires)
10103         (verilog-modi-get-regs, verilog-modi-get-assigns)
10104         (verilog-modi-get-consts, verilog-modi-get-gparams)
10105         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
10106         (verilog-modi-get-sub-inputs): Move inline functions earlier in
10107         the file.
10108         (sigs-in, sigs-out): Don't declare multiple times.
10109         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
10110         `defvar'.
10111         (verilog-auto): Call dinotrace-unannotate-all only if bound.
10112         (verilog-module-inside-filename-p): No need to wrap fboundp test
10113         in condition-case.
10114         (reporter-submit-bug-report): Autoload it.
10115         (verilog-mark-defun): Call zmacs-activate-region only if bound.
10116         (verilog-font-customize): Call customize-apropos only if bound.
10117         (verilog-getopt-flags, verilog-auto-reeval-locals):
10118         Use make-local-variable rather than make-variable-buffer-local.
10119         (verilog-company, verilog-project, verilog-modi-cache-list):
10120         Move make-variable-buffer-local calls to top-level.
10121         (font-lock-defaults-alist): Don't define it.
10122         (verilog-need-fld): Remove.
10123         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
10124         (verilog-mode): Only call make-local-hook on XEmacs.
10125         Set font-lock-defaults rather than using verilog-font-lock-init.
10127 2007-12-17  Andreas Schwab  <schwab@suse.de>
10129         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
10130         Fix comment typo.
10132 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
10134         * net/dbus.el (dbus-name-owner-changed-handler):
10135         Use `dbus-unregister-signal' for removing old rules.
10136         Obey new structure of `dbus-registered-functions-table'.
10138 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
10140         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
10142 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
10144         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
10145         function.
10146         (add-submenu): Only define for XEmacs.
10147         (verilog-regexp-words): Revert previous change, keep the other
10148         definition.
10150 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
10152         * progmodes/perl-mode.el (perl-continued-statement-offset)
10153         (perl-continued-brace-offset, perl-brace-offset)
10154         (perl-brace-imaginary-offset, perl-label-offset):
10155         * progmodes/cperl-mode.el (cperl-brace-offset)
10156         (cperl-continued-brace-offset, cperl-label-offset)
10157         (cperl-continued-statement-offset)
10158         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
10159         Add safe-local-variable properties.
10161 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10163         * progmodes/verilog-mode.el (verilog-mode-map)
10164         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
10165         (verilog-colorize-include-files): Use only overlay functions so
10166         that it can work on both emacs and XEmacs.
10167         (set-extent-keymap): Remove unused defun.
10168         (verilog-kill-existing-comment, verilog-insert-date)
10169         (verilog-insert-year): Rename in order not to pollute the global
10170         namespace from kill-existing-comment, insert-date and
10171         insert-year, respectively.
10172         (verilog-set-auto-endcomments, verilog-header): Update callers.
10174         * files.el (auto-mode-alist): Recognize verilog files.
10176         * progmodes/verilog-mode.el (verilog-string-replace-matches)
10177         (verilog-string-remove-spaces, verilog-re-search-forward)
10178         (verilog-re-search-backward, verilog-re-search-forward-quick)
10179         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
10180         (verilog-get-end-of-line, verilog-within-string): Move definitions
10181         before first use.  No code changes.
10183 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10185         * progmodes/verilog-mode.el (verilog-mode-version)
10186         (verilog-mode-release-date): Don't use expanding keywords.
10187         (provide): Move to the end of file.
10188         (fboundp): Don't check if eval-when-compile is bound, it is used
10189         later in the file without checking.
10190         (when, unless): Copy definitions from subr.el.
10191         (char-before, defcustom, defface, customize-group)
10192         (verilog-batch-error-wrapper): Don't use old style backquotes.
10193         (verilog-regexp-opt): Avoid using the cl function case.
10194         (verilog-regexp-words): Remove duplicated definition.
10195         (verilog-mode-abbrev-table): Remove, duplicate.
10196         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
10197         Declare and initialize in one step.
10198         (verilog-declaration-prefix-re, verilog-declaration-re)
10199         (verilog-end-of-statement, verilog-indent-declaration)
10200         (verilog-get-lineup-indent): Remove trailing whitespace.
10201         (verilog-mode): Fix autoload cookie.
10202         Set beginning-of-defun-function and end-of-defun-function.  Use when
10203         instead of if.
10204         (verilog-emacs-features, verilog-auto-ascii-enum)
10205         (verilog-insert-indices): Escape braces in doc strings.
10207 2007-12-08  Michael McNamara  <mac@verilog.com>
10208             Wilson Snyder  <wsnyder@wsnyder.org>
10210         * progmodes/verilog-mode.el: New file.
10212 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
10214         * international/latexenc.el (latexenc-find-file-coding-system):
10215         If both coding-system-for-write and buffer-file-coding-system of
10216         latex-main-file are nil, use `undecided'.
10218 2007-12-06  Jason Rumney  <jasonr@gnu.org>
10220         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
10222 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
10224         * files.el (revert-buffer): Docstring fix.
10226 2007-12-11  Glenn Morris  <rgm@gnu.org>
10228         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
10230 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
10232         * calc/calc-aent.el (math-restore-underscores)
10233         (math-string-restore-underscores): New functions.
10234         (math-read-factor): Properly check variable names with underscores
10235         for entries in `math-expr-variable-mapping'.
10237         * calc/calc-lang.el (math-lang-name): New property name.
10239         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
10240         to set language name.
10242 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10244         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10246 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10248         * server.el (server-select-display): Fix important typo.
10249         (server-process-filter): Turn a "" display into nil.
10251 2007-12-09  Juri Linkov  <juri@jurta.org>
10253         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
10254         Check search-upper-case before calling isearch-no-upper-case-p
10255         to set case-fold-search.
10256         (occur): Doc fix.
10257         (occur-1, perform-replace): Check search-upper-case before calling
10258         isearch-no-upper-case-p to set case-fold-search.
10260         * isearch.el (search-upper-case): Doc fix.
10261         (isearch-mode-map): Bind `M-s o' to isearch-occur.
10262         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
10263         (isearch-query-replace-regexp): Doc fix.
10264         (isearch-occur): New function.
10266 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10268         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
10269         backward compatibility.
10271         * net/imap.el (imap-string-to-integer): New function.
10273 2007-12-09  David Kastrup  <dak@gnu.org>
10275         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
10276         directories.  Not sure anybody uses this anymore, though.
10278 2007-12-09  Glenn Morris  <rgm@gnu.org>
10280         * emulation/viper-init.el (top-level): Use dolist rather than mapc
10281         in make-variable-frame-local call.
10283 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10285         * mail/hashcash.el (declare-function):
10286         * net/imap.el (declare-function): New no-op macro for backward
10287         compatibility.
10289 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
10291         Sync makefile.w32-in with Makefile.in.
10293         * makefile.w32-in (check-declare): New target.
10294         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
10295         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
10296         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
10297         ($(lisp)/progmodes/cc-mode.elc): Use it.
10298         ($(lisp)/progmodes/cc-mode.elc): New rule.
10300 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10302         * indent.el (tab-stop-list): Mark as safe-local-variable.
10304         * generic-x.el (etc-sudoers-generic-mode): New mode.
10305         (generic-unix-modes): Add it.
10307 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
10309         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
10310         apply wildcards in a hash table key; there is no usable hash code then.
10311         (dbus-registered-functions-table): Use `equal' as test function.
10312         (dbus-name-owner-changed-handler): Rewrite due to new hash table
10313         structure.
10315 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
10317         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
10318         bound error in block comment branch.
10320 2007-12-08  David Kastrup  <dak@gnu.org>
10322         * textmodes/reftex.el (reftex-select-with-char):
10323         * textmodes/reftex-toc.el (reftex-toc-do-promote)
10324         (reftex-toc-visit-location, reftex-toc-find-section):
10325         * textmodes/reftex-index.el (reftex-index-show-entry):
10326         * textmodes/org.el (org-cycle-hide-archived-subtrees)
10327         (org-table-rotate-recalc-marks, org-mark-ring-push)
10328         (org-follow-info-link, org-mhe-get-message-folder-from-index)
10329         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
10330         (org-evaluate-time-range, org-edit-agenda-file-list):
10331         * textmodes/artist.el (artist-select-next-op-in-list)
10332         (artist-select-prev-op-in-list):
10333         * term/mac-win.el (mac-service-insert-text):
10334         * startup.el (fancy-about-screen):
10335         * progmodes/vhdl-mode.el (vhdl-decision-query):
10336         * progmodes/idlwave.el (idlwave-template)
10337         (idlwave-scroll-completions, idlwave-display-completion-list):
10338         * progmodes/ebrowse.el (ebrowse-show-progress):
10339         * progmodes/cperl-mode.el (cperl-find-pods-heres):
10340         * progmodes/antlr-mode.el (antlr-insert-option-do):
10341         * play/mpuz.el (mpuz-close-game):
10342         * net/rcirc.el (rcirc-next-active-buffer):
10343         * mail/reporter.el (reporter-update-status):
10344         * kmacro.el (kmacro-display):
10345         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
10346         * emulation/viper-util.el (viper-save-setting):
10347         * emacs-lisp/lisp-mnt.el (lm-verify):
10348         * emacs-lisp/edebug.el (edebug-set-mode):
10349         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
10350         * calendar/calendar.el (calendar-print-day-of-year):
10351         * calc/calcalg3.el (calc-curve-fit):
10352         * calc/calcalg2.el (math-integral):
10353         * calc/calc.el (calc-read-key-sequence, calc-version):
10354         * calc/calc-mode.el (calc-set-simplify-mode):
10355         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
10357 2007-12-07  D. Goel  <deego3@gmail.com>
10359         * progmodes/idlw-shell.el (idlwave-shell-display-line)
10360         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
10361         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
10362         * mail/uce.el (uce-reply-to-uce)
10363         * progmodes/vhdl-mode.el (vhdl-template-modify)
10364         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
10365         to `error' (as suggested by RMS.)
10367 2007-12-07  Glenn Morris  <rgm@gnu.org>
10369         * allout.el (allout-write-file-hook-handler):
10370         * textmodes/reftex.el (reftex-TeX-master-file):
10371         * textmodes/reftex-parse.el (reftex-short-context):
10372         Revert previous change.
10374 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
10376         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
10377         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
10378         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
10379         (dbus-event-service-name, dbus-event-path-name)
10380         (dbus-event-interface-name, dbus-event-member-name): Fix for new
10381         event structure.
10382         (dbus-list-activatable-names, dbus-list-names)
10383         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
10384         Reorder `dbus-call-method' arguments.
10386 2007-12-06  D. Goel  <deego3@gmail.com>
10388         * allout.el (allout-write-file-hook-handler):
10389         * textmodes/reftex.el (reftex-TeX-master-file):
10390         * textmodes/org.el (org-paste-subtree):
10391         * progmodes/vhdl-mode.el (vhdl-template-modify):
10392         * progmodes/idlw-shell.el (idlwave-shell-send-command)
10393         (idlwave-shell-display-line):
10394         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
10395         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10396         * net/trampver.el (x):
10397         * mail/uce.el (uce-reply-to-uce):
10398         * mail/rmailout.el (rmail-output):
10399         * mail/feedmail.el (feedmail-dump-message-to-queue):
10400         * whitespace.el (whitespace-write-file-hook):
10401         * wdired.el (wdired-check-kill-buffer):
10402         * vc.el (vc-update):
10403         * vc-mcvs.el (vc-mcvs-checkin):
10404         * vc-cvs.el (vc-cvs-checkin):
10405         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
10406         * ibuffer.el (ibuffer-current-buffer):
10407         * dired.el (dired-move-to-end-of-filename):
10408         * bindings.el (complete-symbol):
10409         * textmodes/org-publish.el (org-publish-file):
10410         (org-publish-current-project):
10411         * textmodes/reftex-parse.el (reftex-short-context):
10412         * textmodes/texinfmt.el: Fix buggy calls to `error'.
10414 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10416         * doc-view.el (doc-view-dvi->pdf-sentinel)
10417         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
10418         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
10419         within a sentinel or timer.
10420         (doc-view-display): Don't try to display before the requested page
10421         is available, unless told to do so explicitly.
10422         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
10423         Force display even if the requested page is not available.
10425 2007-12-06  Richard Stallman  <rms@gnu.org>
10427         * help-fns.el (describe-function-1): Call ad-get-advice-info
10428         only on symbols.
10430 2007-12-06  Glenn Morris  <rgm@gnu.org>
10432         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
10433         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
10434         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
10435         faces in non-light-background case.
10437         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
10438         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
10439         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
10440         * emulation/vi.el, emulation/viper-cmd.el:
10441         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
10442         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
10443         * textmodes/fill.el: Remove directory part from filenames in
10444         function declarations.
10446         * dired-aux.el (mailcap-mime-info): Update declaration.
10448 2007-12-05  Richard Stallman  <rms@gnu.org>
10450         * wid-edit.el (widget-type): Doc fix.
10452 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10454         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10455         Don't match "sub { (...) ... }".
10457 2007-12-05  Richard Stallman  <rms@gnu.org>
10459         * international/mule-cmds.el (toggle-input-method-active): New var.
10460         (toggle-input-method): Bind toggle-input-method-active to t.
10461         Error if it was already non-nil.
10463 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
10465         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10467 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
10469         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
10470         see if certs should be verified and what is to be done in the
10471         event of a verification failure.
10473 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
10475         * net/tls.el (tls-program): Provide more custom choices from
10476         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10477         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10478         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10479         version.  Minor improvement to doc strings.
10480         (tls-program): Add comment.
10482 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
10484         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10485         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10486         mismatch between the hostname provided in the certificate and the name
10487         of the host connnecting to.
10488         (open-tls-stream): Use them.  Check certificates against trusted root
10489         certificates.
10491 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10493         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10494         (imap-parse-status): Upcase status-att for broken servers that sends
10495         them lower-case (e.g., MS Exchange 2007).
10497 2007-12-05  D. Goel  <deego3@gmail.com>
10499         * simple.el (undo):
10500         * image-dired.el (image-dired-display-thumb-properties):
10501         (image-dired-modify-mark-on-thumb-original-file):
10502         (image-dired-dired-display-properties):
10503         * help.el (help-window-display-message):
10504         * files.el (hack-local-variables-confirm):
10505         * ediff.el (ediff-version):
10506         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
10507         `message' and `error': Ensure that first arg is a format string.
10509         * emacs-lisp/find-func.el (find-library-name): Prefer files with
10510         ".el" suffix over "".
10512 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
10514         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
10515         interface and member fields.
10517 2007-12-05  Glenn Morris  <rgm@gnu.org>
10519         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
10520         (pcomplete-here): Autoload it.
10522         * eshell/em-basic.el (print-func): No need to define for compiler.
10524         * eshell/esh-cmd.el (eshell-debug-command):
10525         * eshell/esh-io.el (eshell-print): Move definitions before use.
10527         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
10529         * eshell/esh-util.el (top-level): Don't require pp.
10530         Use condition-case rather than ignore-errors.
10532         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
10534         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
10535         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
10536         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
10537         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
10538         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
10539         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
10540         * eshell/esh-util.el, eshell/eshell.el: Require individual files
10541         if needed when compiling, rather than esh-maint.  Collect any
10542         require statements.  Move provide statement to end.  Move any
10543         commentary to start.
10545         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
10546         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
10547         * eshell/esh-proc.el, eshell/esh-var.el:
10548         Require individual files if needed when compiling, rather than
10549         esh-maint.  Collect any require statements.  Leave provide at start.
10550         Move any commentary to start.
10552         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10553         Remove declared function from byte-compile-noruntime-functions.
10555         * ediff-util.el (ediff-version):
10556         * progmodes/python.el (compilation-shell-minor-mode):
10557         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
10558         (calendar-bahai-date-string, calendar-check-holidays)
10559         (calendar-chinese-date-string, calendar-coptic-date-string)
10560         (calendar-ethiopic-date-string, calendar-forward-day)
10561         (calendar-french-date-string, calendar-goto-date)
10562         (calendar-goto-today, calendar-hebrew-date-string)
10563         (calendar-islamic-date-string, calendar-iso-date-string)
10564         (calendar-julian-date-string, calendar-mayan-date-string)
10565         (calendar-persian-date-string, gnus-summary-last-subject)
10566         (parse-time-string, rmail-show-message): Declare as functions.
10568 2007-12-05  Michael Olson  <mwolson@gnu.org>
10570         * textmodes/remember.el: Merge contents of remember-diary.el here,
10571         updating header.  Add autoload cookie so that byte-compilation
10572         works without warning.
10573         (remember-diary-file): Default to nil, since diary might not yet
10574         be loaded at this point, which would deny us access to diary-file.
10575         (remember-diary-extract-entries): If remember-diary-file is nil,
10576         then use diary-file instead.
10578         * textmodes/remember-diary.el: Remove, due to the issue of needing
10579         the first 8 characters of a filename to be unique.
10581 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
10583         * net/dbus.el (dbus-hash-table=): New defun.
10584         (dbus-hash-table-test): New hash table test function, used in
10585         `dbus-registered-functions-table'.
10586         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
10587         (dbus-event-service-name, dbus-event-path-name)
10588         (dbus-event-interface-name, dbus-event-member-name):
10589         Rewrite, due to new structure of `dbus-event'.
10591 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
10593         * ido.el (ido-save-history): Set the `coding' local
10594         variable in the first line of the file.
10596 2007-12-04  Glenn Morris  <rgm@gnu.org>
10598         * password-cache.el: Move here from gnus/password.el.
10599         (top-level): Don't require cl when compiling.
10600         (password-read-and-add): Doc fix.  Make obsolete.
10602         * net/tramp.el: Require password-cache or password.
10604         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
10605         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
10606         compiling.
10607         (cua-set-rectangle-mark): Add doc string to autoload.
10608         (cua--rectangle, cua--last-killed-rectangle)
10609         (cua--global-mark-active): Always define for compiler.
10610         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
10611         (cua--delete-rectangle, cua--insert-rectangle)
10612         (cua--rectangle-corner, cua--rectangle-assert)
10613         (cua--insert-at-global-mark, cua--global-mark-post-command):
10614         Declare as functions.
10616         * emulation/cua-gmrk.el (top-level): Move provide to end.
10618         * emulation/cua-rect.el (top-level): Move provide to end.
10619         Don't require cua-gmrk when compiling.
10620         (cua--cut-rectangle-to-global-mark)
10621         (cua--copy-rectangle-to-global-mark): Declare as functions.
10623         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
10624         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
10625         (viper-vi-state-cursor-color):
10626         Consolidate make-variable-frame-local calls.
10628         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
10629         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
10630         than bbdb-address-street1,2,3.
10632         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
10633         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
10635 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
10637         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
10638         (save-place-alist-to-file, load-save-place-alist-from-file):
10639         Don't print non-error messages at all, there's really no need.
10640         Do print if there's a problem, and clarify message in that case.
10642 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10644         * ediff-diff.el (ediff-prepare-error-list):
10645         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
10647 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
10649         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
10650         (doc-view-current-overlay, doc-view-pending-cache-flush):
10651         Add doc string.
10653 2007-12-03  Richard Stallman  <rms@gnu.org>
10655         * subr.el (declare-function): Move from byte-run.el.
10657         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
10659         * window.el (recenter-top-bottom): Don't use `ecase'.
10661 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
10663         * saveplace.el (save-place-alist-to-file):
10664         Set coding-system-for-write once and refer to it throughout.
10665         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
10667 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
10669         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
10670         system when writing, and set it in the first-line file variables.
10671         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
10672         Juanma Barranquero.
10674 2007-12-02  Glenn Morris  <rgm@gnu.org>
10676         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10677         Reverse branches of if statement.
10679         * emulation/viper-cmd.el (top-level): Don't require advice.
10680         Don't load viper-util, viper-keym, viper-mous, viper-macs,
10681         viper-ex when compiling.
10683         * emulation/viper-ex.el (top-level): Don't load viper-util,
10684         viper-keym when compiling.
10686         * emulation/viper-init.el (top-level): Move provide statement to end.
10688         * emulation/viper-keym.el (top-level): Don't load viper-util when
10689         compiling.  Move provide statement to end.
10691         * emulation/viper-macs.el (top-level): Don't load viper-util,
10692         viper-keym, viper-mous when compiling.
10694         * emulation/viper-mous.el (top-level): Don't load viper-util when
10695         compiling.
10697         * emulation/viper-util.el (top-level): Don't load viper-init when
10698         compiling.
10700         * emulation/viper.el (top-level): Don't require ring.
10701         Don't load viper-init, viper-cmd when compiling.
10703         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
10704         Move here from gnus/.
10706 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
10708         Offer option for saveplace to be quiet about loading and saving.
10709         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
10711         * saveplace.el (save-place-quiet): New customizable boolean.
10712         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
10713         to determine whether to print loading/saving messages.
10715 2007-12-02  Glenn Morris  <rgm@gnu.org>
10717         * mail/binhex.el: Move here from gnus/.
10718         (binhex): New custom group.
10719         (binhex-decoder-program, binhex-decoder-switches)
10720         (binhex-use-external): Move to the binhex custom group.
10722         * mail/uudecode.el: Move here from gnus/.
10723         (uudecode): New custom group.
10724         (uudecode-decoder-program, uudecode-decoder-switches)
10725         (uudecode-use-external): Move to the uudecode custom group.
10727         * net/netrc.el (top-level): Don't load `encrypt' features.
10728         (netrc-parse): Don't use encrypt.
10729         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10731         * progmodes/python.el (top-level): Don't require cl when compiling.
10733 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
10735         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
10736         encoding for aspell process and for communication with it.
10737         Only add "-d" option if not already present.
10738         Use ispell-current-dictionary and ispell-current-personal-dictionary.
10739         General reorganization.
10741         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
10742         encoding here.
10743         (ispell-start-process): Explicitly set encoding here if using aspell.
10745 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
10747         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
10748         function to log-edit.
10750 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
10752         * net/dbus.el: New file.
10754 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
10756         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
10757         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
10758         (calc-lang-parens-are-subscripts): New variables.
10759         (math-expr-special-function-mapping): Remove variable.
10760         (math-eqn-ignore-words, math-tex-ignore-words)
10761         (math-latex-ignore-words): Move to calc-lang.el.
10763         * calc/calc-lang.el (math-compose-vector, math-compose-var)
10764         (math-tex-expr-is-flat): Declare as functions.
10765         (calc-lang-slash-idiv, calc-lang-allow-underscores)
10766         (math-comp-left-bracket, math-comp-right-bracket)
10767         (math-comp-comma, math-comp-vector-prec): Declare as variables.
10768         (math-var-formatter, math-matrix-formatter)
10769         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
10770         (math-punc-table, math-compose-subscr, math-dots)
10771         (math-func-formatter): New property names to store language
10772         specific information.
10773         (math-compose-tex-var, math-compose-tex-intv)
10774         (math-compose-maple-intv, math-compose-eqn-intv)
10775         (math-compose-tex-sum, math-compose-tex-func)
10776         (math-compose-tex-intv): New functions.
10777         (math-eqn-ignore-words, math-tex-ignore-words)
10778         (math-latex-ignore-words): Move from calc.el.
10779         (math-special-function-table): Add entries for tex.
10780         (calc-lang-slash-idiv, calc-lang-allows-underscores):
10781         New variables.
10782         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
10783         (math-compose-tex-matrix, math-compose-eqn-matrix)
10784         (math-eqn-special-functions): Move from calccomp.el.
10786         * calc/calccomp.el (math-compose-var): New function.
10787         (math-compose-expr): Allow more special functions to be used.
10788         Change test for formatting fractions.  Use variables and property
10789         names to help with language specific formatting.
10790         (math-compose-tex-matrix, math-compose-eqn-matrix)
10791         (math-eqn-special-functions): Move to calc-lang.el.
10792         (math-compose-rows): Use property names to help with language
10793         specific formatting.
10795         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
10796         into nested subscripts.
10797         (math-read-token): Use variables and property names to help with
10798         language specific parsing.
10799         (math-read-expression-level): Use variables to help with language
10800         specific parsing.
10802 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10804         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
10805         (archive-rar-summarize): Allow the file name to be passed as argument.
10806         Remove unused vars `header' and `footer'.
10807         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
10809 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
10811         * log-edit.el (log-edit-show-diff): New function.
10812         (log-edit-mode-map, log-edit-menu): Bind it.
10813         (log-edit-diff-function): New variable.
10814         (log-edit): Change the 3rd param to be an alist and accept a
10815         function that computes a diff for the files involved.
10817         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
10819 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
10821         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
10822         wrap next-/previous-line in with-no-warnings.
10824 2007-12-01  Glenn Morris  <rgm@gnu.org>
10826         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
10828         * net/dig.el: Move here from gnus/.
10829         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
10831         * net/dns.el: Move here from gnus/.
10832         (top-level): Don't require mm-util, or cl when compiling.
10833         (dns-write-name, dns-read, dns-read-type, query-dns):
10834         Replace mm-with-unibyte-buffer with its expansion.
10835         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
10837         * progmodes/gdb-ui.el (gud-remove, gud-break):
10838         * progmodes/gud.el (gdb-create-define-alist)
10839         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
10840         (hl-line-highlight, gdb-display-source-buffer)
10841         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
10842         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
10844 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
10846         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
10847         Move args on defun line.
10849         * textmodes/org.el (org-calendar-holiday):
10850         Use calendar-check-holidays instead of the obsolete
10851         check-calendar-holidays.
10852         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
10853         (bbdb-company, bbdb-current-record, bbdb-name)
10854         (bbdb-record-getprop, bbdb-record-name)
10855         (bibtex-beginning-of-entry, bibtex-generate-autokey)
10856         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
10857         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
10858         (mh-find-path, mh-get-header-field, mh-get-msg-num)
10859         (mh-header-display, mh-index-previous-folder)
10860         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
10861         (mh-show-buffer-message-number, mh-show-header-display)
10862         (mh-show-msg, mh-show-show, mh-visit-folder)
10863         (org-export-latex-cleaned-string, remember)
10864         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
10865         (rmail-what-message, elmo-folder-exists-p)
10866         (elmo-message-entity-field, elmo-message-field)
10867         (vm-beginning-of-message, vm-follow-summary-cursor)
10868         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
10869         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
10870         (vm-summarize, wl-folder-get-elmo-folder)
10871         (wl-summary-goto-folder-subr)
10872         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
10873         (wl-summary-line-subject, wl-summary-message-number)
10874         (wl-summary-redisplay): Declare as functions.
10876 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
10878         * longlines.el (longlines-show-hard-newlines): Remove handling of
10879         buffer-undo-list and buffer-modified status.
10880         (longlines-show-region, longlines-unshow-hard-newlines):
10881         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
10882         inhibit-modification-hooks here to avoid that a buffer appears
10883         modified when toggling visibility of hard newlines.
10885 2007-11-30  Glenn Morris  <rgm@gnu.org>
10887         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
10889         * progmodes/idlw-complete-structtag.el
10890         (idlwave-sintern-structtag):
10891         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
10892         (idlwave-sintern-sysvartag):
10893         * progmodes/idlwave.el (idlwave-sintern-class-tag)
10894         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
10895         functions.
10897 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
10899         * textmodes/reftex-index.el (texmathp):
10900         * textmodes/reftex-auc.el (TeX-argument-insert)
10901         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
10902         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
10903         (LaTeX-label-list):
10904         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
10905         (rng-clear-conditional-region, rng-do-some-validation): Declare as
10906         functions.
10907         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
10909 2007-11-30  Glenn Morris  <rgm@gnu.org>
10911         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
10912         argument and document it.
10914         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
10915         Third argument to declare-function must be a list to specify arglist.
10917         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
10918         Handle declare-function third argument `t' and fourth argument.
10919         (check-declare-verify): Doc fix.  Handle `fileonly' case.
10920         Use progn rather than prog1.
10922         * desktop.el (uniquify-item-base):
10923         * term/mac-win.el (url-type): Declare as functions.
10925         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
10926         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
10927         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
10928         fourth arg to declare-function.
10930         * play/dunnet.el: Don't require cl when compiling.
10931         (byte-compile-warnings): Set via file local variables.
10932         (dun-parse): Let-bind `beg' and `line'.
10934 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
10936         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
10938 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
10940         * calendar/time-date.el (encode-time-value): Doc fix.
10942 2007-11-29  Glenn Morris  <rgm@gnu.org>
10944         * calendar/time-date.el (with-decoded-time-value): Doc fix.
10946         * textmodes/css-mode.el (prog-mode): Remove.
10947         (css-mode): Derive from fundamental-mode rather than prog-mode.
10949         * emacs-lisp/byte-run.el (declare-function): Doc fix.
10951         * emacs-lisp/check-declare.el (check-declare-locate)
10952         (check-declare-verify): Handle `external' files.
10953         (check-declare-errmsg): New function.
10954         (check-declare-verify, check-declare-file, check-declare-directory):
10955         Use check-declare-errmsg to report the number of problems.
10957         * ffap.el (w3-view-this-url)
10958         * mail/mspools.el (vm-visit-folder)
10959         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
10960         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
10961         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
10962         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
10963         (bbdb-records)
10964         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
10965         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
10966         (sasl-make-client, sasl-next-step, sasl-step-data)
10967         (sasl-step-set-data)
10968         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
10969         (htmlr-step): Declare as functions.
10971         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
10972         Use bbdb-address-zip rather than bbdb-address-zip-string.
10974 2007-11-28  Richard Stallman  <rms@gnu.org>
10976         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
10977         Move here from gnus/.
10979 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
10981         * newcomment.el (comment-region-internal): Fix newline insertion
10982         in `block' case.
10984 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10986         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
10988 2007-11-28  Glenn Morris  <rgm@gnu.org>
10990         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
10991         delete .elc files.
10993         * nxml/char-name/unicode: Move to etc/nxml/.
10994         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
10996         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
10997         Declare as a function.
10999         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
11000         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
11001         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
11003         * nxml/nxml-outln.el (nxml-token-start-tag-p)
11004         (nxml-token-end-tag-p): Move definitions before use.
11006         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
11008         * nxml/nxml-uchnm.el (top-level)
11009         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
11010         (nxml-enabled-unicode-blocks): Add custom group.
11012         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
11013         Use string-to-number rather than string-to-int.
11015         * dired-x.el (dired-omit-old-add-entry): Declare as function.
11016         Move definition before use.
11017         (dired-old-find-buffer-nocreate): Declare as function.
11019         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
11020         (check-declare-verify): Handle fset.
11022         * emulation/edt.el (edt-user-emulation-setup):
11023         Test edt-setup-user-bindings is bound before calling.
11025         * emulation/tpu-edt.el: Don't require cl when compiling.
11026         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
11027         (tpu-edt-off): Use condition-case rather than ignore-errors.
11028         Use with-no-warnings.
11030         * eshell/esh-util.el (top-level): Use require rather than load for
11031         ange-ftp.
11033         * mail/supercite.el (sc-version): Redefine as an alias for
11034         emacs-version.
11035         (sc-help-address): Remove.
11036         (sc-version): Use emacs-version rather than sc-version.
11037         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
11039         * net/socks.el (socks-original-open-network-stream): Declare as
11040         function.  Move definition before use.
11042 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
11044         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
11045         (math-make-frac): Declare as functions.
11047 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11049         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
11050         Pacify byte compiler.
11051         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
11053         * progmodes/idlwave.el (idlwave-shell-get-path-info)
11054         (idlwave-shell-temp-file, idlwave-shell-is-running)
11055         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
11056         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
11057         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
11058         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
11059         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
11060         (idlwave-completing-read, idlwave-current-routine)
11061         (idlwave-downcase-safe, idlwave-entry-find-keyword)
11062         (idlwave-expand-keyword, idlwave-find-class-definition)
11063         (idlwave-find-inherited-class, idlwave-find-struct-tag)
11064         (idlwave-get-buffer-visiting, idlwave-in-quote)
11065         (idlwave-make-full-name, idlwave-members-only)
11066         (idlwave-popup-select, idlwave-routine-source-file)
11067         (idlwave-routines, idlwave-sintern-class)
11068         (idlwave-sintern-keyword, idlwave-sintern-method)
11069         (idlwave-sintern-routine-or-method)
11070         (idlwave-substitute-link-target, idlwave-sys-dir)
11071         (idlwave-this-word, idlwave-what-module-find-class)
11072         (idlwave-where):
11073         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
11074         * mail/uce.el (rmail-msg-is-pruned)
11075         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
11076         (rmail-toggle-header):
11077         * mail/sendmail.el (dired-view-file, dired-get-filename):
11078         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
11079         (rmail-display-labels, rmail-msgbeg)
11080         (rmail-set-message-deleted-p, rmail-message-labels-p)
11081         (rmail-show-message, mail-comma-list-regexp)
11082         (mail-parse-comma-list):
11083         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
11084         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
11085         (rfc822-addresses, mail-abbrev-make-syntax-table)
11086         (mail-sendmail-delimit-header, mail-header-end):
11087         * mail/hashcash.el (message-narrow-to-headers-or-head)
11088         (message-fetch-field, message-goto-eoh)
11089         (message-narrow-to-headers):
11090         * vc.el (view-mode-exit): Declare as functions.
11092         * mail/vms-pmail.el:
11093         * vmsproc.el:
11094         * vms-patch.el: Don't byte compile these files, they don't work.
11096 2007-11-27  Glenn Morris  <rgm@gnu.org>
11098         * calc/calc-ext.el (math-read-big-rec):
11099         * calc/calc-nlfit.el (math-map-binop):
11100         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
11102         * eshell/eshell.el (eshell-report-bug): Add version number of
11103         obsolescence.
11105         * emulation/viper.el, emulation/viper-util.el,
11106         emulation/viper-macs.el, emulation/viper-keym.el,
11107         emulation/viper-ex.el, emulation/viper-cmd.el:
11108         Load viper-*.el files silently.
11110         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
11111         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
11112         Load ediff-*.el files silently.
11114         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
11115         compiling.
11116         (Info-goto-node): Declare as a function.
11118         * ediff-init.el: Don't load ange-ftp when compiling.
11119         * ediff-util.el: Don't load reporter when compiling.
11121         * ediff-wind.el (ediff-display-pixel-width)
11122         (ediff-display-pixel-height):
11123         * generic-x.el (ini-generic-mode):
11124         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
11125         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
11126         (ps-mule-initialize, ps-mule-begin-job):
11127         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
11128         (mark-calendar-days-named):
11129         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
11130         (add-to-diary-list, diary-name-pattern)
11131         (mark-calendar-days-named):
11132         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
11133         (mark-calendar-days-named):
11134         * calendar/cal-x.el (make-fancy-diary-buffer):
11135         * calendar/holidays.el (calendar-absolute-from-julian):
11136         * calendar/todo-mode.el (calendar-current-date):
11137         * calendar/cal-menu.el (calendar-increment-month)
11138         (calendar-month-name, extract-calendar-year)
11139         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
11140         (calendar-current-date, calendar-cursor-holidays)
11141         (calendar-date-string, insert-diary-entry, calendar-set-mark)
11142         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11143         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11144         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
11145         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
11146         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
11147         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
11148         (calendar-day-of-year-string, calendar-iso-date-string)
11149         (calendar-julian-date-string, calendar-astro-date-string)
11150         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
11151         (calendar-persian-date-string, calendar-bahai-date-string)
11152         (calendar-islamic-date-string, calendar-chinese-date-string)
11153         (calendar-coptic-date-string, calendar-ethiopic-date-string)
11154         (calendar-french-date-string, calendar-mayan-date-string)
11155         (calendar-print-chinese-date, calendar-goto-date):
11156         Declare as functions.
11158         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
11159         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
11161         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
11162         aliases for report-emacs-bug.
11163         (gnus-summary-select-article, gnus-configure-windows): Declare as
11164         functions.
11166         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
11167         compiler.
11169         * pgg.el (pgg-clear-string): Declare as a function.
11170         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
11171         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
11173         * emacs-lisp/check-declare.el (check-declare-locate):
11174         Handle compressed files.
11175         (check-declare-verify): Handle define-generic-mode,
11176         define-global(ized)-minor-mode, define-obsolete-function-alias.
11178 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
11180         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
11181         algebraic modes.
11183         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
11184         (math-is-true, calc-explain-why, calc-alg-edit)
11185         (math-composite-inequalities, math-flatten-lands)
11186         (math-multi-subst, calcFunc-vmatches, math-simplify)
11187         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
11188         (math-read-string, math-read-brackets, math-read-angle-brackets):
11189         Declare as functions.
11191         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
11192         (calc-fit-bell-shaped-logistic-curve)
11193         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
11194         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
11195         (math-max-list): Declare as functions.
11196         (math-map-binop): New function.
11197         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
11199         * calc/calc.el (calc-set-language, calc-edit-finish)
11200         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
11201         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
11202         (math-lessp, calc-embedded-finish-command)
11203         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
11204         (calc-push-list-in-macro, calc-replace-selections)
11205         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
11206         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
11207         (calc-embedded-stack-change, calc-refresh-evaltos)
11208         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
11209         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
11210         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
11211         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
11212         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
11213         (math-dimension-error, calc-incomplete-error, math-float-fancy)
11214         (math-neg-fancy, math-zerop, calc-add-fractions)
11215         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
11216         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
11217         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
11218         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
11219         (math-compose-expr, math-comp-width, math-composition-to-string)
11220         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
11221         (math-adjust-fraction, math-format-binary, math-format-radix)
11222         (math-group-float, math-mod, math-format-number-fancy)
11223         (math-format-bignum-fancy, math-read-number-fancy)
11224         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
11225         (calc-do-embedded-activate, math-do-defmath)
11226         (calc-load-everything): Declare as functions.
11228         * calc/calc-ext.el (math-clip, math-round, math-simplify)
11229         (math-simplify-extended, math-simplify-units, calc-set-language)
11230         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
11231         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
11232         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
11233         (math-normalize-hms, math-normalize-mod, math-make-sdev)
11234         (math-make-intv, math-normalize-logical-op, math-possible-signs)
11235         (math-infinite-dir, math-calcFunc-to-var)
11236         (calc-embedded-evaluate-expr, math-known-nonzerop)
11237         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
11238         (math-format-date, math-vector-is-string, math-vector-to-string)
11239         (math-format-radix-float, math-compose-expr, math-abs)
11240         (math-format-bignum-binary, math-format-bignum-octal)
11241         (math-format-bignum-hex, math-format-bignum-radix)
11242         (math-compute-max-digits): Declare as functions.
11243         (math-provably-realp): Fix typo.
11245         * calc/calc-forms.el (calendar-current-time-zone)
11246         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
11247         functions.
11249         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
11251         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
11252         Declare as functions.
11254         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
11255         (math-posp, math-compare, math-bignum, math-compare-bignum):
11256         Declare as functions.
11258         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
11259         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
11260         (calc-explain-why, calc-clear-command-flag)
11261         (calc-roll-down-with-selections, calc-roll-up-with-selections)
11262         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
11263         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
11264         (math-trunc-special, math-trunc-fancy, math-floor-special)
11265         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
11266         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
11267         (math-pow-zero, math-pow-fancy): Declare as functions.
11269         * calc/calc-mode.el (calc-embedded-save-original-modes):
11270         Declare as a function.
11272         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
11273         Declare as functions.
11274         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
11275         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
11276         Replace `mapcar*' by `math-map-binop'.
11277         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
11279         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
11280         (math-read-expr-level): Declare as functions.
11282         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
11284 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11286         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
11287         end-of-defun-function is called consistently, even for negative
11288         arguments.
11289         (end-of-defun-function): Default to forward-sexp.
11291 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
11293         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11295 2007-11-26  Glenn Morris  <rgm@gnu.org>
11297         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
11298         than :suffix.
11300         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11302 2007-11-26  Simon Josefsson  <simon@josefsson.org>
11304         * net/imap.el: Move from ../gnus.
11306 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11308         * doc-view.el (doc-view-mode-p): New function.
11310 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
11312         * mail/mspools.el (rmail-get-new-mail):
11313         * mail/reporter.el (mail-position-on-field, mail-text):
11314         * mail/rmail.el (mail-position-on-field, mail-text-start)
11315         (rmail-update-summary):
11316         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
11317         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
11318         * mail/rmailout.el (rmail-update-summary):
11319         * mail/rmailsort.el (rmail-update-summary):
11320         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
11321         (dired-view-file):
11322         * mail/uce.el (mail-strip-quoted-names):
11323         * mail/undigest.el (rmail-update-summary):
11324         * mail/unrmail.el (mail-strip-quoted-names):
11325         * ediff.el (diff-latest-backup-file): Declare as functions.
11327         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
11328         (kill-to-end-of-line):
11329         * obsolete/rnews.el (news-set-minor-modes):
11330         Remove non working functions.
11332 2007-11-25  Glenn Morris  <rgm@gnu.org>
11334         * eshell/esh-maint.el (top-level): Use require with NOERROR for
11335         pcomplete.  Don't mess with load-path.
11337         * eshell/eshell.el (eshell-report-bug-address): Remove.
11338         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
11340 2007-11-24  Glenn Morris  <rgm@gnu.org>
11342         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
11343         (appt-disp-window): Don't require electric.
11344         Simplify minibuffer-avoidance code.
11345         (appt-select-lowest-window): Avoid minibuffer.
11347         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
11348         (esh-mode): Require it.
11349         (esh-util): Use require rather than featurep and load.
11350         (eshell): No need to test if eshell-mode is bound; remove obsolete
11351         reference to eshell-auto.
11352         (eshell-command, eshell-command-result): Don't require esh-mode
11353         now that the file does.
11354         (top-level): Move provide statement to the end of the file.
11355         Re-order and update commentary.
11357 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
11359         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
11360         (vc-annotate-toggle-annotation-visibility): New command.
11361         (vc-annotate-mode-map): Bind "V" to it.
11362         (vc-annotate-mode-menu): Add entry for it.
11363         (vc-annotate-get-time-set-line-props): New func.
11364         (vc-annotate-display-autoscale)
11365         (vc-annotate-display-difference): Use it.
11367         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
11368         Also, match one space at end of annotation text, after last paren.
11370 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
11372         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
11373         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
11374         `tramp-completion-mode'.
11376 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
11378         * vc-git.el (vc-git-show-log-entry): New func.
11380         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
11381         (vc-git-state): Use vc-git--call.
11382         (vc-git-registered, vc-git-working-revision)
11383         (vc-git-previous-revision, vc-git-next-revision)
11384         (vc-git--run-command-string, vc-git-symbolic-commit):
11385         Use vc-git--out-ok.
11387 2007-11-24  Glenn Morris  <rgm@gnu.org>
11389         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11391 2007-11-24  Kenichi Handa  <handa@m17n.org>
11393         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
11395 2007-11-23  David Kastrup  <dak@gnu.org>
11397         * server.el (server-process-filter): Use `command-line-args-left'.
11399 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11401         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
11403 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
11405         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
11406         buffer if the parent buffer is in vc-dired-mode.
11408 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
11410         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
11412 2007-11-23  Juri Linkov  <juri@jurta.org>
11414         * dired.el (dired-read-dir-and-switches): For C-x d, set the
11415         value for M-n to the visited file name of the current buffer.
11416         Use minibuffer-with-setup-hook to set minibuffer-default to
11417         buffer-file-name inside read-file-name.
11419         * man.el (Man-getpage-in-background): Don't disregard user option
11420         `Man-width' on non-window systems.  Remove test for `window-system'
11421         around setting envvar "COLUMNS" depending on the value of `Man-width'.
11423         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
11424         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
11425         of "--color=always".
11427 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11429         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
11430         beginning-of-defun-function.
11432 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11434         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
11436 2007-11-22  Glenn Morris  <rgm@gnu.org>
11438         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
11440         * emacs-lisp/check-declare.el (check-declare-locate): New function.
11441         (check-declare-scan): Use check-declare-locate.
11442         (check-declare-verify): No longer adjust fnfile, now
11443         check-declare-locate does it.
11445         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11447 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11449         * subr.el (posn-col-row): Make the `default-value' use explicit.
11451         * window.el (balance-windows): Remove unused var `counter'.
11452         (bw-balance-sub): Remove unused var `lastchild'.
11453         (split-window-vertically): Remove unused var `switch'.
11454         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
11456         * emacs-lisp/bytecomp.el
11457         (byte-compile-file-form-custom-declare-variable): Simplify.
11459 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11461         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
11462         Set `show-trailing-whitespace' to nil.
11464         * dired.el (make-symbolic-link):
11465         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
11466         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
11467         * dired-x.el (make-symbolic-link):
11468         * frame.el (x-initialize-window-system):
11469         * menu-bar.el (x-menu-bar-open):
11470         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
11471         (x-store-cut-buffer-internal):
11472         * wdired.el (make-symbolic-link):
11473         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
11474         (x-send-client-message):
11475         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
11477 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
11479         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
11481 2007-11-22  Glenn Morris  <rgm@gnu.org>
11483         * dos-fns.el (int86):
11484         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
11486         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
11488         * calendar/holidays.el (holiday-list): Add autoload cookie.
11490         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
11491         files relative to src/ directory.
11492         (check-declare-verify): Handle .c files.  Warn if could not find
11493         an arglist to check.
11495         * emacs-lisp/byte-run.el (declare-function): Doc fix.
11497 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
11499         * replace.el (occur-mode-map): Add a major mode menu with entries
11500         for all occur operations.
11502         * international/titdic-cnv.el (dos-8+3-filename):
11503         * obsolete/fast-lock.el (msdos-long-file-names):
11504         * frame.el (msdos-mouse-p):
11505         * files.el (msdos-long-file-names, w32-long-file-name):
11506         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
11507         (mac-resume-apple-event, mac-font-panel-mode)
11508         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
11509         (mac-clear-font-name-table):
11510         * term/pc-win.el (msdos-remember-default-colors)
11511         (w16-set-clipboard-data, w16-get-clipboard-data):
11512         * term/w32-win.el (w32-send-sys-command, w32-select-font)
11513         (set-message-beep):
11514         * net/browse-url.el (w32-shell-execute):
11515         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
11516         (w32-get-locale-info, w32-get-valid-locale-ids)
11517         (w32-set-clipboard-data):
11518         * dos-fns.el (int86, msdos-long-file-names):
11519         * dos-w32.el (default-printer-name): Declare as functions.
11521 2007-11-21  Jason Rumney  <jasonr@gnu.org>
11523         * emacs-lisp/byte-run.el (declare-function): Return nil.
11525 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11527         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
11529 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
11531         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
11533 2007-11-21  Glenn Morris  <rgm@gnu.org>
11535         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
11536         for now.  Handle define-minor-mode, and defalias (with no argument
11537         checking).
11539 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
11541         * frame.el (msdos-mouse-p):
11542         * files.el (msdos-long-file-names, w32-long-file-name):
11543         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
11544         (mac-resume-apple-event, mac-font-panel-mode)
11545         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
11546         (mac-clear-font-name-table):
11547         * term/pc-win.el (msdos-remember-default-colors)
11548         (w16-set-clipboard-data, w16-get-clipboard-data):
11549         * term/w32-win.el (w32-send-sys-command, w32-select-font)
11550         (set-message-beep):
11551         * net/browse-url.el (w32-shell-execute):
11552         * dos-fns.el (int86, msdos-long-file-names):
11553         * dos-w32.el (default-printer-name): Undo previous change.
11555 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
11557         * international/mule-cmds.el (set-locale-environment):
11558         Set default-file-name-coding-system _after_ keyboard and terminal
11559         coding systems.  This fixes last change.
11561         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
11562         one space after "Subject:".
11564 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11566         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
11567         in order to determine if there's a conflict.
11569 2007-11-21  Richard Stallman  <rms@gnu.org>
11571         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
11573         * reposition.el (reposition-window):
11574         Binding C-M-l moved to bindings.el.
11576         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
11578         * add-log.el (add-change-log-entry-other-window):
11579         Key binding C-x 4 a moved to bindings.el.
11581         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
11582         from filecache.el.
11584         * filecache.el: Minibuffer map bindings moved to bindings.el.
11586 2007-11-21  Jason Rumney  <jasonr@gnu.org>
11588         * international/mule-cmds.el (set-locale-environment):
11589         Set default-file-name-coding-system from system defaults on Windows.
11591 2007-11-21  Jason Rumney  <jasonr@gnu.org>
11593         * term/w32console.el: New term init file for w32 console.
11595         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
11596         (x-setup-function-keys): Likewise, replacing top-level key definitions.
11597         (w32-tty-standard-colors): Move to term/w32console.el.
11599         * term/w32-win.el (x-setup-function-keys): Remove.
11601         * term/tty-colors.el (tty-register-default-colors): Remove special
11602         case for w32.
11604 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
11606         * frame.el (msdos-mouse-p):
11607         * generic-x.el (w32-shell-name):
11608         * files.el (msdos-long-file-names, w32-long-file-name)
11609         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
11610         (dos-8+3-filename, vms-read-directory, view-mode-disable):
11611         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
11612         (mac-resume-apple-event, mac-font-panel-mode)
11613         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
11614         (mac-clear-font-name-table):
11615         * term/pc-win.el (msdos-remember-default-colors)
11616         (w16-set-clipboard-data, w16-get-clipboard-data):
11617         * term/w32-win.el (w32-send-sys-command, w32-select-font)
11618         (set-message-beep):
11619         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
11620         (w32-get-locale-info, w32-get-valid-locale-ids)
11621         (w32-set-clipboard-data):
11622         * help-fns.el (ad-get-advice-info):
11623         * font-lock.el (fast-lock-after-fontify-buffer)
11624         (fast-lock-after-unfontify-buffer, fast-lock-mode)
11625         (lazy-lock-after-fontify-buffer)
11626         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
11627         * net/browse-url.el (w32-shell-execute):
11628         * dos-fns.el (int86, msdos-long-file-names):
11629         * dos-w32.el (default-printer-name): Declare as functions.
11631 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
11633         * textmodes/paragraphs.el (forward-sentence): Doc fix.
11634         Reported by Drew Adams <drew.adams@oracle.com>.
11636 2007-11-20  Jason Rumney  <jasonr@gnu.org>
11638         * term/w32-win.el (x-setup-function-keys): Protect against
11639         multiple calls on the same terminal.
11641 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11643         * term/mac-win.el (x-setup-function-keys): Only setup
11644         local-function-key-map if it has not been setup already for the
11645         current frame.  Move the suspend-emacs processing here.
11647 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
11649         * progmodes/grep.el (xargs-program): New variable.
11650         (grep-compute-defaults): Use it.
11651         (grep-default-command): Doc fix.
11652         (grep, lgrep, rgrep): Reflow docstrings.
11654 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11656         * vc.el (vc-find-revision): Set the parent buffer.
11657         Use when instead of if.
11659         * progmodes/python.el (info-lookup-maybe-add-help):
11660         * progmodes/ps-mode.el (doc-view-minor-mode):
11661         * mail/emacsbug.el (Info-menu, Info-goto-node):
11662         * emulation/viper-keym.el (viper-ex)
11663         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
11664         * emulation/viper-cmd.el (widget-type, widget-button-press)
11665         (viper-set-hooks):
11666         * emacs-lisp/tcover-unsafep.el (unsafep-function):
11667         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
11668         (ses-load, ses-vector-delete, ses-create-header-string)
11669         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
11670         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
11672 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11674         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
11676 2007-11-20  Glenn Morris  <rgm@gnu.org>
11678         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
11679         for end of function-name.  Handle define-derived-mode.
11681 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
11683         * progmodes/idlw-help.el: Require browse-url unconditionally, it
11684         is available by default.
11685         (idlwave-help-browse-url-available): Change default to t.
11687         * emulation/edt.el (defgroup, defcustom): Remove definition.
11688         (eval-when-compile): Remove.
11689         (c-mark-function):
11690         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
11691         * textmodes/fill.el (comment-search-forward)
11692         (comment-string-strip):
11693         * progmodes/prolog.el (comint-mode, comint-send-string)
11694         (comint-send-region, comint-send-eof):
11695         * progmodes/dcl-mode.el (imenu-default-create-index-function):
11696         * emulation/viper-util.el (viper-forward-Word):
11697         * emulation/vi.el (c-mark-function):
11698         * emulation/edt-vt100.el (vt100-wide-mode):
11699         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
11701 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
11703         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11704         Still some tuning in case of an echoing shell.
11705         (tramp-send-command): Connection property "remote-echo" is not
11706         persistent; cache key is the process therefore.
11708 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
11710         * replace.el (map-query-replace-regexp): Doc fix (revert part of
11711         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
11713 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
11715         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
11716         * play/yow.el (doctor-ret-or-read):
11717         * vc-hooks.el (vc-dired-resynch-file):
11718         * vc-hg.el (log-view-get-marked):
11719         * smerge-mode.el (ediff-cleanup-mess):
11720         * pcvs.el (vc-editable-p, vc-checkout):
11721         * pcomplete.el (comint-bol):
11722         * informat.el (texinfo-format-refill):
11723         * ido.el (tramp-tramp-file-p):
11724         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
11725         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
11726         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
11727         functions.
11729         * textmodes/ispell.el (ispell-int-char): Make it a defalias
11730         instead of fset.
11731         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
11733         * ido.el (ido-file-internal): Move with-no-warnings to include the
11734         ffap-string-at-point call.
11736         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
11738         * vc-hg.el (vc-hg-revision-table): Fix last change.
11740 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
11742         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
11743         clipboard-yank when the buffer is read-only.
11745         * cus-edit.el (custom-field-keymap): Move to other Custom mode
11746         keymaps such that it's before the definition of Custom-mode-menu.
11747         (Custom-mode-menu): Show it for custom-field-keymap too.
11749 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
11751         * progmodes/gdb-ui.el: Update commentary.
11753 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
11755         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
11757 2007-11-19  Glenn Morris  <rgm@gnu.org>
11759         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
11760         does not exist, try adding `.el' extension.  Also search for defsubsts.
11762         * cus-edit.el (recentf-expand-file-name):
11763         * dired.el (dired-relist-entry):
11764         * subr.el (w32-shell-dos-semantics):
11765         * emacs-lisp/bytecomp.el (compilation-forget-errors):
11766         Declare as functions.
11768 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11770         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
11771         (prepare-abbrev-list-buffer): Use dolist.
11772         (clear-abbrev-table): Preserve properties.
11774 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
11776         * textmodes/texinfmt.el (texinfo-format-printindex):
11777         Collect combined indexes using texinfo-short-index-format-cmds-alist.
11778         Reported on <bug-texinfo@gnu.org>.
11780 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
11782         * net/tramp.el (tramp-completion-reread-directory-timeout):
11783         New defcustom.
11784         (tramp-handle-file-name-all-completions): Flush directory contents
11785         from cache regularly.
11786         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
11787         (tramp-open-connection-setup-interactive-shell):
11788         Call `tramp-cleanup-connection' via funcall.
11790         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
11791         created when copying.
11793 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
11795         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
11796         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
11797         * eshell/esh-ext.el (eshell-external-command):
11798         * eshell/esh-cmd.el (require):
11799         * eshell/em-unix.el (eshell-plain-locate-behavior):
11800         * eshell/em-cmpl.el (eshell-cmpl-initialize):
11801         Replace eshell-under-xemacs-p with (featurep 'xemacs).
11802         * eshell/esh-mode.el (characterp, char-int): Remove unused
11803         conditional defaliases.
11805         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
11806         Rename from event-matches-key-specifier-p, define unconditionally.
11807         (event-basic-type): Remove unused defalias.
11808         (pcomplete-show-completions):
11809         Use pcomplete-event-matches-key-specifier-p.
11811 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
11813         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
11814         when saving esh-groups.el.
11816 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
11818         * wid-edit.el (widget-default-complete):
11819         * progmodes/flymake.el (flymake-goto-file-and-line):
11820         Fix typo in (doc-)string.
11822 2007-11-17  Glenn Morris  <rgm@gnu.org>
11824         * emacs-lisp/byte-run.el (declare-function): New macro.
11825         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
11826         New function, byte-hunk-handler for declare-function.
11827         (byte-compile-callargs-warn): Handle declared functions.
11829         * emacs-lisp/check-declare.el: New file.
11830         * Makefile.in (check-declare): New target.
11832         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
11834         * subr.el (process-lines): Move here from ../admin/admin.el.
11835         * emacs-lisp/authors.el (authors-process-lines): Remove.
11836         (authors): Use process-lines rather than authors-process-lines.
11838         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
11839         Remove these files.
11841 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
11843         * emacs-lisp/backquote.el (backquote):
11844         Improve argument/docstring consistency.
11846         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
11847         (ring-length, ring-empty-p): Use c[ad]dr.
11848         (ring-plus1): Use `1+'.
11849         (ring-minus1): Use `zerop'.
11850         (ring-remove): Use c[ad]dr.  Use `when'.
11851         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
11852         (ring-ref): Use `let', not `let*'.
11853         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
11854         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
11855         (ring-member): Simplify.  Doc fix.
11856         (ring-convert-sequence-to-ring): Simplify.
11858 2007-11-17  Juri Linkov  <juri@jurta.org>
11860         * dired-aux.el (dired-create-directory): Allow creating
11861         a directory of an arbitrary depth.  Add a loop to find the topmost
11862         nonexistent parent dir `new', and call `dired-add-file' on it.
11863         Set the `PARENTS' arg of `make-directory' to t.
11865 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11867         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
11868         (math-build-parse-table): Get parse information from math-parse-table.
11870 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11872         * window.el (recenter-last-op): New var.
11873         (recenter-top-bottom): New command.
11874         (global-map): Bind it to C-l.
11876         * abbrev.el (abbrev--write): Fix error in transcription from C.
11878         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
11879         (pc-select-ensure-mark): Set mark-active to a special value instead.
11880         Rename from ensure-mark.  Update call callers.
11881         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
11882         Rewrite.  Update all callers.
11883         (pc-selection-mode): Remove redundant var declaration.
11885 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
11887         * doc-view.el (doc-view-search-backward, doc-view-search):
11888         Fix assignment to free variable bug.
11890 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
11892         * emulation/pc-select.el (pc-select-shifted-mark): New var.
11893         (ensure-mark): Set it.
11894         (maybe-deactivate-mark): New fun.
11895         Use it everywhere instead of (setq mark-active nil).
11897 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11899         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
11900         Add check for XEmacs.
11902         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
11904         * doc-view.el (doc-view-resolution): Add missing :group.
11906 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
11908         * subr.el (make-variable-frame-local):
11909         Fix typo in obsolescence declaration.
11911 2007-11-16  Werner Lemberg  <wl@gnu.org>
11913         * files.el (set-auto-mode-1): Check second line for -*- if file
11914         starts with '\" (which is used by man pages to identify needed
11915         troff preprocessors).
11917 2007-11-16  Glenn Morris  <rgm@gnu.org>
11919         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
11921 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11923         * calc/calc-lang.el (math-oper-table): Fix typo.
11924         Reduce precedence of "/" for TeX.
11926         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
11928 2007-11-16  Juri Linkov  <juri@jurta.org>
11930         * dired-aux.el (dired-read-shell-command-default): New function.
11931         (dired-read-shell-command): Use its return value for DEFAULT arg.
11933         * replace.el (keep-lines-read-args, occur-read-primary-args):
11934         Use a list of default values for DEFAULT arg of read-from-minibuffer.
11936         * man.el (Man-heading-regexp): Add 0-9.
11937         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
11939 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11941         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
11942         (doc-view-resolution): New custom var.
11943         (doc-view-pdf/ps->png): Use it.
11944         (doc-view-shrink-factor): New var.
11945         (doc-view-enlarge, doc-view-shrink): New commands.
11946         (doc-view-mode-map): Use them.
11948 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11950         * ediff-wind.el (ediff-window-setup-function):
11951         * simple.el (normal-erase-is-backspace):
11952         * eshell/em-unix.el (eshell/info):
11953         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
11954         Fix typos in docstrings.
11956         * emulation/cua-base.el (cua--keymaps-initialized):
11957         Rename from `cua--keymaps-initalized'.  Callers changed.
11958         (cua-highlight-region-shift-only): Doc fix.
11959         (cua-paste-pop): Fix typo in docstring.
11961 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * emulation/cua-base.el (cua--pre-command-handler-1):
11964         Use input-decode-map instead of function-key-map.
11965         Use event-modifiers now that it works reliably.
11967         * vc.el (vc-diff-internal): Pop-to-buffer later.
11969         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
11971         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
11972         did not touch them.
11974 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
11976         * calc/calc-menu.el: New file.
11977         * calc/calc.el (calc-mode): Require calc-menu.
11979 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
11981         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
11983 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
11985         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
11986         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
11987         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
11988         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
11989         locations.
11990         (gdb-info-breakpoints-custom, gdb-assembler-custom)
11991         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
11992         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
11994 2007-11-13  Noah Friedman  <friedman@splode.com>
11996         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
11997         bindings to remap when `calc-scan-for-dels' is non-nil.
11999 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
12002         constant forms.
12003         (byte-compile-nilconstp): New function.
12004         (byte-optimize-cond): Kill subsequent branches when a branch is
12005         know to be taken or not taken.
12006         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
12008 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
12010         * vc.el (vc-register): Allow registering a file passed as a
12011         parameter instead of just the current buffer.
12013 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
12015         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12016         Check whether the output of "uname -sr" has been changed.
12018 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12020         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
12021         patterns from compilation-perl.el and compilation-weblint.el files.
12023 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12025         * progmodes/compilation-perl.el:
12026         * progmodes/compilation-weblint.el: Disable autoloads, they cause
12027         a bootstrap failure.
12029         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
12030         instead of doing "cvs diff" in order to avoid accessing the repository.
12032 2007-11-12  Kevin Ryde  <user42@zip.com.au>
12034         * progmodes/compilation-perl.el:
12035         * progmodes/compilation-weblint.el: New files.
12037 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
12039         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
12040         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
12041         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
12042         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
12043         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
12044         Rewrite in active voice.
12046 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
12048         * doc-view.el: Add comments about isearch support.
12050 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12052         * vc.el (vc-start-entry): Fix setting the in the case the function
12053         is called from vc-dired.  Use when instead of if where appropriate.
12055 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12057         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
12058         to be a list.
12059         (ps-begin-job): Error if ps-lpr-switches is not a list.
12061 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12063         * faces.el (face-normalize-spec): Remove function.
12064         (frame-set-background-mode): Undo last change.
12066 2007-11-10  Jason Rumney  <jasonr@gnu.org>
12068         * w32-fns.el: Sync charset names with setup-default-fontset.
12069         Append "-1" where second part missing.
12071 2007-11-10  Juri Linkov  <juri@jurta.org>
12073         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
12074         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
12076         * custom.el (custom-note-var-changed): Remove the `interactive'
12077         spec from this new non-interactive function.
12079 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
12081         * doc-view.el (doc-view-mode-map, doc-view-menu)
12082         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
12083         (doc-view-search-backward): New function.
12084         (doc-view-search): Query new regexp if prefix arg is given, else
12085         jump to next/previous match.
12086         (doc-view-mode): Handle compressed files.
12087         (jka-compr): Required for compressed files.
12089 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
12091         * replace.el (query-replace-show-replacement): New defcustom.
12092         (perform-replace): Use `match-substitute-replacement' if
12093         `query-replace-show-replacement' is non-nil.
12095 2007-11-10  David Kastrup  <dak@gnu.org>
12097         * subr.el (match-substitute-replacement): New function.
12099 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
12101         * files.el (auto-mode-alist): Select org-mode for files with the
12102         extension ".org".
12104 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
12106         * help.el (help-window, help-window-point-marker): New variables.
12107         (help-window-select): New option.
12108         (with-help-window): New macro for displaying help windows.
12109         (help-window-display-message, help-window-setup-finish)
12110         (help-window-setup): New functions used for setting up help windows.
12111         (print-help-return-message): Reset help-window to nil.
12112         (view-lossage): Use with-help-window instead of
12113         with-output-to-temp-buffer and move help-window-point-marker after
12114         inserted text.
12115         (describe-bindings, describe-key, describe-mode): Use
12116         with-help-window instead of with-output-to-temp-buffer.
12118         * help-mode.el (help-mode): Set view-exit-action to bury the
12119         buffer instead of fiddling with windows.  Simplify code.
12120         (help-mode-finish): When help-window eqs t set it to the selected
12121         window and have with-help-window set up view-return-to-alist.
12122         (help-buffer): Add autoload cookie.
12124         * view.el (view-remove-frame-by-deleting): Change default value to t.
12125         Add autoload cookie.
12126         (view-exit-action, view-file, view-file-other-window)
12127         (view-file-other-frame, view-buffer, view-buffer-other-window)
12128         (view-buffer-other-frame): Rewrite doc strings.
12129         (view-return-to-alist-update): New function to remove stale entries
12130         from view-return-to-alist.
12131         (view-mode-enter): Rewrite doc string and simplify code.
12132         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
12133         view-exit-action to nil.  Simplify code and rewrite doc string.
12135         * apropos.el (apropos-describe-plist):
12136         * descr-text.el (describe-char):
12137         * disp-table.el (describe-display-table):
12138         * faces.el (list-faces-display, describe-face):
12139         * facemenu.el (list-colors-display):
12140         * help-fns.el (describe-function, describe-variable)
12141         (describe-syntax, describe-categories):
12142         Use with-help-window instead of with-output-to-temp-buffer.
12144 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
12146         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
12147         Optimize (featurep 'emacs) to t.
12149         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
12150         New function.
12151         (byte-compile-maybe-guarded): Use it to also look for bound
12152         symbols inside `and' forms.  Comment out non-working code that was
12153         trying to avoid warnings for XEmacs code.
12155         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
12157         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
12158         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
12159         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
12160         (vc-cvs-annotate-command):
12161         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
12162         is bound, it always is.
12164 2007-11-10  Jason Rumney  <jasonr@gnu.org>
12166         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
12167         setup here from global scope.
12169 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
12171         * ido.el (ido-save-history): Save the history file in UTF-8, not
12172         the current filename coding system.
12174 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12176         * simple.el (interprogram-cut-function, interprogram-paste-function):
12177         Don't make them frame-local any more.
12179         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
12180         Don't set interprogram-(cut|paste)-function on each frame.
12182         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
12183         Make them work in tty frames.
12184         (interprogram-cut-function, interprogram-paste-function):
12185         Set them globally.
12187 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12189         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
12190         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
12191         (iso-iso2duden-trans-tab): Add docstring.
12193 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12195         * abbrev.el (define-abbrev-table): Record the variable definition.
12197         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
12198         New function.
12200 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12202         * ps-print.el: Clean the code for checking suitable Emacs version.
12203         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
12204         (ps-print-version): New version 6.8.1.
12206 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12208         * files.el (enable-local-variables): Doc fix.
12210 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
12212         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
12214 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
12216         * dired-aux.el (dired-copy-file-recursive):
12217         Preserve directory permissions.
12219 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12221         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
12222         (whitespace-unload-function): New-style unload function.  When run,
12223         unintern `whitespace-unload-hook' and call `unload-feature' recursively
12224         to stop the old hook from messing with the unloading.
12226 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12228         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
12229         (elp-unset-master, elp-results): Fix typos.
12230         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
12231         Doc fixes.
12233         * msb.el (msb--many-menus): Remove variable.
12234         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
12235         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
12236         (msb--toggle-menu-type): Fix typos in docstrings.
12238         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
12239         (shadow-insert-var): Doc fixes.
12240         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
12241         Reflow docstrings.
12242         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
12244 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12246         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
12247         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
12248         Fix typos in autoload docstrings.
12250 2007-11-09  Richard Stallman  <rms@gnu.org>
12252         * savehist.el (savehist-save): Obey savehist-ignored-variables.
12254 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
12256         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
12257         (gdb-var-update-handler-1): Use it.
12259 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12261         * loadhist.el (unload-feature): Remove erroneous check for the
12262         FEATURE-unload-function variable; check the existence of the
12263         function (that's what the docstring says, and it makes more sense).
12265         * follow.el (follow-unload-function): Add docstring.
12266         (follow-unload-function): Remove variable.
12268         * server.el (server-unload-function): Remove variable.
12269         (server-unload-function): Unbind `server-edit' from `C-x #'.
12271         * ses.el (ses-unload-function): New function.
12273 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
12275         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
12276         (unsafep-progn, unsafep-let): Fix typos in docstrings.
12278         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
12279         before use to avoid a warning in packages that require uniquify.
12280         (uniquify-unload-function): New function and var.
12282 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
12284         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
12285         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
12286         (ediff-current-diff-A, ediff-current-diff-B)
12287         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
12288         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
12289         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
12290         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
12291         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
12292         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
12293         (ediff-setup-windows-plain-merge)
12294         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
12295         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
12296         * ediff-util.el (ediff-setup-keymap, )
12297         (ediff-toggle-wide-display, ediff-toggle-multiframe)
12298         (ediff-toggle-use-toolbar, ediff-really-quit)
12299         (ediff-good-frame-under-mouse)
12300         (ediff-highlight-diff-in-one-buffer)
12301         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
12302         (ediff-make-bullet-proof-overlay):
12303         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
12304         (ediff-set-meta-overlay):
12305         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
12306         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
12307         ediff-emacs-p with their former definitions.
12309         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
12310         (viper-has-face-support-p, viper-inactivate-input-method)
12311         (viper-activate-input-method)
12312         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
12313         * emulation/viper-mous.el (viper-multiclick-timeout)
12314         (viper-surrounding-word, viper-mouse-click-insert-word)
12315         (viper-mouse-click-search-word, viper-parse-mouse-key):
12316         * emulation/viper-macs.el (viper-char-array-to-macro):
12317         * emulation/viper.el (viper-go-away, viper-set-hooks)
12318         (viper-non-hook-settings):
12319         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
12320         (viper-get-saved-cursor-color-in-insert-mode)
12321         (viper-get-saved-cursor-color-in-emacs-mode)
12322         (viper-check-version, viper-get-visible-buffer-window)
12323         (viper-file-checked-in-p, viper-set-replace-overlay)
12324         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
12325         (viper-check-minibuffer-overlay, viper-read-key-sequence)
12326         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
12327         with their former definitions.
12328         (viper-eventify-list-xemacs): Only do work for XEmacs.
12329         (viper-set-unread-command-events): Only do work for Emacs.
12330         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
12331         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
12332         (viper-overlay-get, viper-overlay-put, viper-read-event)
12333         (viper-characterp, viper-int-to-char, viper-get-face)
12334         (viper-color-defined-p, viper-iconify): New defaliases replacing
12335         the old fsets.
12337         * progmodes/fortran.el (comment-region-function)
12338         (uncomment-region-function): Pacify byte compiler.
12340         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
12342 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
12344         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
12345         `process-environment'.
12347 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
12349         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
12350         match dir like "a...b".
12352 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
12356 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
12358         * net/tramp.el (tramp-handle-substitute-in-file-name):
12359         Don't expand the remote connection identification.
12360         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12361         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
12362         before calling stty.
12364         * net/tramp-cache.el (tramp-cache-print)
12365         (tramp-dump-connection-properties): Fix docstring.
12366         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
12368         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
12370         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
12371         remote connection identification when setting connection property.
12373         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
12374         "//" substitutes only in the local filename part.
12376 2007-11-07  David Hansen  <david.hansen@gmx.net>
12378         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
12380 2007-11-07  Glenn Morris  <rgm@gnu.org>
12382         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
12383         Remove superfluous concats.  Move final set-buffer to
12384         non-emacs-specific code.
12386 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
12388         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
12390 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
12392         * eshell/esh-mode.el (eshell-output-filter):
12393         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
12394         Use `with-current-buffer'.
12396 2007-11-07  Andreas Schwab  <schwab@suse.de>
12398         * server.el (server-start): Only register cleanup after server was
12399         started.
12401 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
12403         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
12405         * net/tramp-cache.el (tramp-cache-print): Move down.
12406         (tramp-cache-list-connections): New defun.
12408         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
12410 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
12412         * ido.el (ido-save-history): Write the history file in the current
12413         filename coding system, and add `coding' file-local variable.
12415 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
12417         * textmodes/org.el (org-table-formula-substitute-names):
12418         Remove forgotten temporary debugging code.
12420 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
12422         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
12423         the prompt.
12425 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
12427         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
12429 2007-11-05  Simon Josefsson  <simon@josefsson.org>
12431         * net/tls.el (tls-end-of-info): Doc fix.
12433 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
12435         * international/utf-7.el (utf-7-imap): New coding system.
12436         (utf-7-imap-post-read-conversion): New function.
12437         (utf-7-imap-pre-write-conversion): New function.
12439 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12441         * abbrev.el (abbrev--write): Fix up typo.
12443 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
12445         * abbrev.el (define-abbrev-table): Doc fix.
12447 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
12449         * info.el (Info-revert-buffer-function): New func.
12450         (Info-mode): Arrange to use it for reverting.
12451         (Info-copy-current-node-name): Add space between filename and nodename.
12453 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12455         * abbrev.el (expand-abbrev): Move point back to expansion's end.
12457 2007-11-04  Glenn Morris  <rgm@gnu.org>
12459         * net/tls.el: Don't require rx when compiling.
12460         (tls-end-of-info): Rewrite without using rx.
12461         (open-tls-stream): Use with-current-buffer.
12463 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
12465         * net/tls.el: Require rx when compiling.
12466         (tls-end-of-info): New variable.
12467         (open-tls-stream): Keep reading input until `tls-end-of-info' is
12468         matched.
12470 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
12472         * register.el (append-to-register, prepend-to-register):
12473         Don't signal error on empty register; use the text, instead.
12475 2007-11-03  Michael Olson  <mwolson@gnu.org>
12477         * textmodes/remember.el (remember-buffer):
12478         Use define-obsolete-function-alias rather than defalias.
12480 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
12482         * simple.el (bad-packages-alist): Anchor semantic regexp.
12484 2007-11-03  Glenn Morris  <rgm@gnu.org>
12486         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
12487         if defined, for blank lines.  Doc fix.
12489         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
12490         (fortran-mode): Set values for comment-region-function,
12491         uncomment-region-function and comment-insert-comment-function.
12492         (fortran-uncomment-region): New function.
12494         * textmodes/nroff-mode.el (nroff-mode):
12495         Set comment-insert-comment-function rather than indent-line-function.
12496         (nroff-indent-line-function): Remove.
12497         (nroff-insert-comment-function): New function.
12499 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
12501         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
12503 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
12505         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
12507         * emulation/viper-cmd.el (viper-prev-destructive-command)
12508         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
12509         copy-sequence.
12511         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
12512         Got rid of ediff-copy-list.
12514         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
12515         use face-name.
12516         (ediff-test-utility, ediff-diff-mandatory-option)
12517         (ediff-reset-diff-options): Remove to simplify the mandatory option
12518         handling on Windows.
12519         (ediff-set-diff-options): Add.
12520         (ediff-diff-options): Set "--binary" option as default in some cases.
12522         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
12523         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
12524         ediff-vc-working-revision.  Require vc-hooks.
12526 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
12528         * files.el (hack-local-variables): Fix membership tests to avoid
12529         treating all variables as safe if `enable-local-variables' is
12530         set to :safe (CVE-2007-5795).
12532 2007-11-02  Glenn Morris  <rgm@gnu.org>
12534         * newcomment.el (comment-indent): Let comment-insert-comment-function,
12535         if defined, do all the work of inserting a new comment.
12537         * progmodes/etags.el (tags-table-mode): Disable undo.
12539         * simple.el (bad-packages-alist): Revert previous change.
12541 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
12543         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
12545         * obsolete/lselect.el: Do not warn about unknown functions.
12547 2007-11-02  Michael Olson  <mwolson@gnu.org>
12549         * textmodes/remember.el (remember-buffer): Make this an alias of
12550         remember-finalize, because Org uses it.
12552 2007-11-01  Michael Olson  <mwolson@gnu.org>
12554         * textmodes/remember.el: Improve documentation in heading.
12555         (remember-before-remember-hook): Turn into a customizable option.
12556         (remember): Document INITIAL argument.
12557         (remember-region): Remove autoload cookie.  Improve docstring to
12558         mention that it is called from the *Remember* buffer, and does not
12559         have any functional overlap with the `remember' function.
12560         (remember-finalize): Remove autoload cookie.  Rename from
12561         remember-buffer to emphasize that this does not have any
12562         functional overlap with the `remember' function.
12563         (remember-destroy): Remove autoload cookie.
12564         (remember-mode-map): Define and initialize in one step.
12565         (remember-mode): Improve docstring.
12566         (remember-annotation-functions): Default to just '(buffer-file-name),
12567         and don't try to take the default value from Planner.
12569 2007-11-01  Glenn Morris  <rgm@gnu.org>
12571         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
12573         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
12575         * emacs-lisp/authors.el (authors-scan-change-log)
12576         (authors-scan-el): Don't enable local eval; enable only safe local
12577         variables, without querying.
12579         * mail/footnote.el (footnote-numeric-regexp)
12580         (footnote-english-upper-regexp, footnote-english-lower-regexp)
12581         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
12582         Match multi-character footnotes.
12584         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
12585         (nroff-indent-line-function): New function.
12586         (nroff-count-text-lines): Use nroff-forward-text-line rather than
12587         obsolete alias.
12589 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
12591         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
12592         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
12593         (rcirc-print): Only update the line count when not marking the
12594         line as omittable.
12595         (rcirc-log-write): Specify coding system when writing logfile.
12596         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
12598 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
12600         * printing.el (printing): Fix :version, printing.el was included
12601         for in emacs-22.1.
12602         (pr-path-style, pr-path-alist, pr-txt-name)
12603         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
12604         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
12605         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
12606         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
12607         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
12608         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
12609         (pr-setting-database, pr-visible-entry-list)
12610         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
12611         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
12613         * ediff-util.el (ediff-nuke-selective-display): Move definition to
12614         top level, make it dependent on the emacs flavor.
12616         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
12617         Test for XEmacs not for itimer.
12619         * term/sun-mouse.el:
12620         * obsolete/sun-fns.el:
12621         * obsolete/sun-curs.el: Remove files.
12623         * term/sun.el (select-previous-complex-command): Remove obsolete code.
12625 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
12627         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
12628         was given to concat.
12630 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12632         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
12633         used normally for goto-line.  Change `g' to revert the buffer.
12634         Add redundant `r' binding for buffer-revert.
12636         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
12637         (mail-abbrevs-setup): Use abbrev-expand-functions.
12638         (build-mail-abbrevs): Use with-temp-buffer.
12639         (define-mail-abbrev): Simplify.
12640         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
12641         Change it for use on abbrev-expand-functions.
12642         (mail-abbrev-complete-alias): Use with-syntax-table.
12644 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
12646         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
12647         directly.  Fix bug in deleting temp file.
12649 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12651         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
12652         Merge defvar and define-abbrev-table.
12653         (def-python-skeleton): Use :case-fixed and :enable-function.
12654         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12655         Remove.
12656         (python-mode): Don't modify pre-abbrev-expand-hook.
12658 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12660         * ediff-util.el (ediff-file-checked-out-p)
12661         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
12663 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12665         * abbrev.el (abbrev-symbol): Correct let->let*.
12666         (abbrev--before-point): Only use abbrev-start-location if before point.
12668 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
12670         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
12671         (strokes-unload-hook): Remove function and variable.
12672         (strokes-unload-function): New-style unload function, adapted
12673         from `strokes-unload-hook'.
12675         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
12676         (cl-unload-hook): Remove variable.
12677         (cl-unload-function): New-style unload function, adapted
12678         from `cl-cannot-unload'.
12680         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
12681         (elp-unload-function): New-style unload function, adapted
12682         from `elp-unload-hook'.
12684 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
12686         * emacs-lisp/find-func.el (find-library): Use library at
12687         point as default interactive argument.
12689 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
12691         * shadowfile.el (shadow-join): Remove.
12692         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
12693         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
12694         (shadowfile-unload-hook): Remove function and variable.
12695         (shadowfile-unload-function): New-style unload function, adapted
12696         from `shadowfile-unload-hook'.
12698 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
12700         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
12701         only if it is bound.
12703         * textmodes/reftex.el: Move autoloads for before all uses.
12704         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
12705         (reftex-delete-overlay): Move to the top level with the condition
12706         in the body.
12708         * progmodes/simula.el: Use when instead of if.
12710         * iimage.el (iimage-locate-file): Define unconditionally.
12712         * mail/mailabbrev.el (mail-abbrev-next-line):
12713         * emulation/vip.el (vip-enlarge-region, vip-line)
12714         (vip-next-line-at-bol, vip-previous-line)
12715         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
12716         Wrap with-no-warnings around uses of next-line and previous-line.
12718         * ediff.el (run-ediff-from-cvs-buffer):
12719         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
12720         Remove function not used by pcl-cvs anymore.
12721         (noninteractive, generic-sc-get-latest-rev)
12722         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
12723         Delete support for long obsolete generic-sc.el.
12725 2007-10-31  Glenn Morris  <rgm@gnu.org>
12727         * cvs-status.el: No longer require pcvs when compiling.
12729         * doc-view.el (doc-view-conversion-refresh-interval)
12730         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12731         (doc-view-reset-slice): Doc fixes.
12732         (doc-view-menu): Remove deleted function doc-view-edit-doc.
12734 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
12736         * help-at-pt.el (help-at-pt-unload-hook): Remove.
12737         Timers are automatically canceled by `unload-feature'.
12739         * delsel.el (delsel-unload-hook): Remove function and variable.
12740         (delsel-unload-function): New-style unload function, adapted
12741         from `delsel-unload-hook'.
12743         * msb.el (msb-unload-hook): Remove function and variable.
12744         (msb-unload-function): New-style unload function, adapted from
12745         `msb-unload-hook'.
12747 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
12749         * desktop.el (uniquify-managed): Pacify byte compiler.
12750         (desktop-buffer-info): If the buffer name is managed by uniquify,
12751         save the base name, not the uniquified one.
12752         (desktop-create-buffer): Allow `rename-buffer' to generate a new
12753         name in case of conflict.
12755 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12757         * doc-view.el: Use expand-file-name rather than concat.
12758         (doc-view-cache-directory): Add the UID so multiple users won't clash.
12759         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
12760         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
12761         (doc-view-toggle-display): Use an overlay over the whole buffer so as
12762         not to have to touch the buffer's content.
12763         (doc-view-initiate-display): New function, extracted from doc-view-mode.
12764         (doc-view-mode): Use it.  Don't mark as a special mode.
12765         Put the page numbers in the modeline.
12766         Set up the overlay.  Hide the cursor.  Run the mode hook.
12767         Use after-revert-hook rather than revert-buffer-function.
12768         (doc-view-search-internal): Fix typo.
12769         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
12770         image-cache flush.
12771         (doc-view-reconvert-doc): Don't reset the whole mode.
12772         (doc-view-make-safe-dir): New function.
12773         (doc-view-current-cache-dir): Use it.
12775 2007-10-30  Jason Rumney  <jasonr@gnu.org>
12777         * time.el (display-time-world-list): Test for zoneinfo support.
12779 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
12781         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
12783         * net/tramp-cache.el (tramp-flush-file-function): Check also
12784         `default-directory' if `buffer-file-name' does not return a
12785         string.  Added to `eshell-pre-command-hook'.
12787 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12789         * doc-view.el (doc-view-current-doc): Remove.
12790         Replace all uses by buffer-file-name.
12791         (doc-view-menu): New menu.
12792         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
12793         unused var `doc'.
12794         (doc-view-sort): Simplify.
12795         (doc-view-buffer-message): Don't change buffer-modified-p.
12796         (doc-view-mode): Change it here instead.
12797         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
12798         Don't modify the global value of revert-buffer-function.
12800         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
12801         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
12802         (image-toggle-display): Take overlays into account and don't assume
12803         point-min==1.
12805 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
12807         * vc.el (vc-annotate): Fix omission bug:
12808         Specify value for vc-sentinel-movepoint.
12810 2007-10-30  Michael Olson  <mwolson@gnu.org>
12812         * textmodes/remember.el (remember-mode-hook)
12813         (remember-handler-functions, remember-annotation-functions):
12814         Add additional items as options, including some Org functions.
12816 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
12818         * doc-view.el: Remove cl-dependency.
12819         (doc-view-buffer-message): Mention new binding K.
12820         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
12821         instead of variable.
12822         (doc-view-current-cache-dir): Better cache dir naming.
12823         (doc-view-current-display): Remove variable.
12824         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
12825         (doc-view-kill-proc): Set converter process to nil.
12826         (doc-view-minor-mode): New minor mode.
12827         (doc-view-minor-mode-map): New keymap.
12828         (doc-view-mode): Remove text/image switching code.  Use plain defun.
12829         (doc-view-mode-map): New binding K kills converter process.
12830         Remove C-c C-e binding.
12831         (doc-view-mode-text-map): Remove keymap.
12832         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
12833         d-v-display-maybe.
12834         (doc-view-previous-major-mode): New variable.
12835         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
12836         (doc-view-remove-if): New function.
12837         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
12838         (doc-view-toggle-display): Toggle modes instead of display styles.
12839         (doc-view-reconvert-doc): Adapt to new way of doing things.
12841         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
12843 2007-10-30  Glenn Morris  <rgm@gnu.org>
12845         * dirtrack.el (dirtrack-mode): Doc fix.
12847         * shell.el (shell-dirtrack-verbose, shell-mode)
12848         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
12850         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
12851         (byte-compile-enable-warning): Doc fix.
12853         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
12854         suppress byte-opt warning.
12856 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
12858         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
12859         (edt-gnu-emacs19-p): Remove.
12860         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
12861         (edt-xserver, edt-page-backward, edt-beginning-of-line)
12862         (edt-end-of-line-forward, edt-end-of-line-backward)
12863         (edt-one-word-forward, edt-one-word-backward, edt-character)
12864         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
12865         (edt-find-forward, edt-find-backward, edt-find-next-forward)
12866         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
12867         (edt-define-key, edt-bottom-check, edt-sentence-forward)
12868         (edt-sentence-backward, edt-paragraph-forward)
12869         (edt-paragraph-backward, edt-restore-key, edt-window-top)
12870         (edt-window-bottom, edt-scroll-window-forward-line)
12871         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
12872         (edt-line-to-top-of-window, edt-paragraph-backward)
12873         (edt-restore-key, edt-window-top, edt-window-bottom)
12874         (edt-scroll-window-forward-line)
12875         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
12876         (edt-line-to-middle-of-window, edt-goto-percentage)
12877         (edt-display-the-time, edt-remember, edt-split-window)
12878         (edt-emulation-on, edt-emulation-off)
12879         (edt-default-emulation-setup, edt-user-emulation-setup)
12880         (edt-select-default-global-map, edt-select-user-global-map):
12881         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
12882         tests.
12884         * textmodes/reftex-index.el (reftex-index-selection-or-word):
12885         Use feature test instead of boundp test so it can be resolved at
12886         compile time.
12888         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
12890 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12892         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
12893         Update all users.
12894         (abbrev-get, abbrev-put): Simplify.
12895         (define-abbrev): Don't store the `force' value in the :system property.
12896         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
12898 2007-10-30  Michael Olson  <mwolson@gnu.org>
12900         * desktop.el (desktop-minor-mode-table): Add line for ERC.
12902         * textmodes/remember.el: New file that implements a mode for
12903         quickly jotting down things to remember.
12905         * textmodes/remember-diary.el: A backend for remember.el that
12906         implements saving notes to a Diary file.
12908 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12910         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
12911         Relocate in file.
12912         (allout-doublecheck-at-and-shallower): Increase to include
12913         slightly greater depths, since yank interaction is now ok.
12914         Also, elaborate the docstring to explain the situation.
12915         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
12916         instead of concat, so we accommodate key sequences expressed as
12917         vectors as well as strings and lists.
12918         (allout-flag-region, allout-hide-by-annotation): Make the
12919         hidden-text overlays 'front-advance.
12920         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
12921         (allout-aberrant-container-p, allout-on-current-heading-p)
12922         (allout-e-o-prefix-p, allout-next-heading)
12923         (allout-previous-heading, allout-goto-prefix)
12924         (allout-end-of-prefix, allout-next-sibling-leap)
12925         (allout-next-visible-heading, allout-auto-fill)
12926         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
12927         (allout-yank-processing, allout-resolve-xref)
12928         (allout-current-topic-collapsed-p, allout-hide-region-body)
12929         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
12930         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
12931         (count-trailing-whitespace-region): Preserve match data, so allout
12932         outline navigation doesn't disrupt other Emacs operations.
12933         (allout-beginning-of-line): Retreat to the beginning of the hidden
12934         text, so fields are respected (for submodes that care).
12935         (allout-end-of-line): Preserve mark activation status when jumping.
12936         (allout-open-topic): Account for opening after a child that
12937         contains a hidden trailing newline.  Preserve match data.
12938         Run allout-structure-added-hook
12939         (allout-encrypt-decrypted): Preserve match data.
12940         (allout-toggle-current-subtree-exposure): Add new interactive
12941         function for toggle subtree exposure - suggested by tassilo.
12942         (move-beginning-of-line, move-end-of-line): Don't use
12943         line-move-invisible-p, it's obsolete - substitute the code, instead.
12945 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
12947         * textmodes/flyspell.el (message-signature-separator):
12948         * longlines.el (message-indent-citation-function): Pacify byte
12949         compiler.
12951         * emacs-lisp/cl-loaddefs.el:
12952         * ldefs-boot.el: Regenerate.
12954         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12955         (.el.elc, compile, compile-always, compile-calc)
12956         ($(lisp)/progmodes/cc-mode.elc): Use it.
12958         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
12959         Only do work for XEmacs.
12960         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
12961         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
12962         on XEmacs.
12963         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12964         (ps-x-color-name, ps-x-color-specifier-p)
12965         (ps-x-copy-coding-system, ps-x-device-class)
12966         (ps-x-extent-end-position, ps-x-extent-face)
12967         (ps-x-extent-priority, ps-x-extent-start-position)
12968         (ps-x-face-font-instance, ps-x-find-coding-system)
12969         (ps-x-font-instance-properties, ps-x-make-color-instance)
12970         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
12971         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
12972         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
12973         (ps-generate-postscript-with-faces): Delete defaliases.
12974         (ps-face-foreground-name, ps-face-background-name)
12975         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
12976         Move definitions to top level, make the body conditional on the Emacs
12977         flavor.  Replace uses of deleted aliases and renamed functions.
12978         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
12979         of deleted aliases and renamed functions.
12981         * calc/calc.el (calc-emacs-type-lucid): Remove.
12982         (calc-digit-map, calcDigit-start, calc-read-key)
12983         (calc-clear-unread-commands):
12984         * calc/calc-ext.el (calc-user-key-map): Replace uses of
12985         calc-emacs-type-lucid with (featurep 'xemacs)
12987         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
12988         (featurep 'xemacs).
12989         (tpu-lucid-emacs19-p): Remove.
12990         (tpu-map-key): Make it a function instead of using fset.  Inline
12991         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
12992         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
12994         * ielm.el: Use featurep 'xemacs.
12996         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
12997         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
12998         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
12999         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
13000         cperl-xemacs-p with (featurep 'xemacs).
13001         (font-lock-cache-position): Pacify byte compiler.
13003 2007-10-29  Drew Adams  <drew.adams@oracle.com>
13005         * faces.el (read-color): New function.
13006         (face-at-point, foreground-color-at-point)
13007         (background-color-at-point): New functions.
13009 2007-10-28  Richard Stallman  <rms@gnu.org>
13011         * net/browse-url.el (browse-url-text-xterm): Rename from
13012         browse-url-lynx-xterm and made generic.
13013         (browse-url-text-emacs): Likewise.
13014         (browse-url-text-browser): New variable.
13015         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
13016         (browse-url-text-input-field, browse-url-text-input-attempts)
13017         (browse-url-kde-program): Likewise.
13019 2007-10-29  Glenn Morris  <rgm@gnu.org>
13021         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
13022         Use mapc rather than mapcar (reinstall change deleted without log
13023         entry 2007-10-22).
13025 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
13027         * wdired.el (wdired-next-line, wdired-previous-line):
13028         Use next-line and previous-line wrapped in with-no-warnings.
13030 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
13032         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
13033         (rcirc-recent-quit-alist): New function.
13034         (rcirc): Print a better message when there is only one connected server.
13035         (rcirc-complete-nick): Do not update the nick table here.
13036         (rcirc-mode-map): Add M-o.
13037         (rcirc-current-line): Add variable.
13038         (rcirc-mode): Setup variables for line based omit.
13039         (rcirc-edit-multiline): Strip text properties.
13040         (rcirc-omit-responses): Add NICK.
13041         (rcirc-omit-threshold): Add variable.
13042         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
13043         Add functions.
13044         (rcirc-print): Keep track of current line.  Do not fill text if
13045         `rcirc-fill-flag' is null.  Only omit text if the last activity
13046         from the sender is more than `rcirc-omit-threshold' lines ago.
13047         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
13048         numbers instead of time.
13049         (rcirc-channel-nicks): Sort by line numbers instead of time.
13050         (rcirc-omit-mode): Add `...' when omitting text and recenter.
13051         (rcirc-handler-JOIN): Restore the joiners linestamp.
13052         (rcirc-maybe-remember-nick-quit): Add function.
13053         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
13055 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
13057         * loadhist.el (unload-feature-special-hooks):
13058         Add `delete-frame-functions' and `suspend-tty-functions'.
13060         * server.el (server-unload-function): Rename from `server-unload-hook'
13061         and adapt to new `unload-feature' functionality.  Remove hook from
13062         `kill-buffer-hook' buffer-locally.
13063         (server-unload-hook): Remove.
13064         (server-unload-function): New var; replaces `server-unload-hook'.
13066 2007-10-29  Glenn Morris  <rgm@gnu.org>
13068         * dirtrack.el (dirtrack-debug): Doc fix.
13069         (dirtrack-mode, dirtrack-debug-mode): New names for
13070         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
13071         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
13072         Make obsolete.
13073         (dirtrack-debug-message): Only print message if
13074         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
13075         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
13076         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
13078 2007-10-28  Glenn Morris  <rgm@gnu.org>
13080         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
13081         (byte-compile-warnings-safe-p): Handle `not'.
13082         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
13083         (byte-compile-enable-warning): New functions.
13084         (byte-compile-eval-before-compile)
13085         (byte-compile-file-form-require): Use byte-compile-disable-warning.
13086         (byte-compile-close-variables): Locally bind byte-compile-warnings,
13087         but do not modify it.
13088         (byte-compile-eval, byte-compile-obsolete)
13089         (byte-compile-warn-about-unresolved-functions)
13090         (byte-compile-file-form-defvar)
13091         (byte-compile-file-form-custom-declare-variable)
13092         (byte-compile-file-form-require)
13093         (byte-compile-file-form-defmumble, byte-compile-lambda)
13094         (byte-compile-form, byte-compile-normal-call)
13095         (byte-compile-variable-ref, byte-compile-defvar)
13096         (byte-compile-make-variable-buffer-local):
13097         Use byte-compile-warning-enabled-p.
13098         * emacs-lisp/advice.el (ad-compile-function):
13099         Use byte-compile-disable-warning.
13100         * emacs-lisp/cl.el: Move local variables to end of file, and set
13101         byte-compile-warnings to `(not cl-functions)'.
13102         * emacs-lisp/cl-compat.el: Add a local variables section, and set
13103         byte-compile-warnings to `(not cl-functions)'.
13104         * emacs-lisp/cl-macs.el: Unify local variable section, and set
13105         byte-compile-warnings to `(not cl-functions)'.
13106         (cl-do-proclaim): Use byte-compile-disable-warning and
13107         byte-compile-enable-warning.
13108         * emacs-lisp/cl-seq.el: Unify local variable section, and set
13109         byte-compile-warnings to `(not cl-functions)'.
13110         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
13111         Use byte-compile-disable-warning.
13113 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
13115         * cus-edit.el (custom-browse-insert-prefix):
13116         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
13118 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
13120         * server.el (server-process-filter): Fix typo in docstring.
13121         (server-log): Reflow docstrings.
13122         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
13123         (server-goto-line-column): Use `when'.
13125 2007-10-28  Juri Linkov  <juri@jurta.org>
13127         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
13128         when mouse is clicked on the isearch message.
13129         (isearch-resume): Call `isearch-update' at the end.
13130         Rename argument `search' to `string' to conform to the
13131         isearch terminology.
13133 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13135         Rewrite abbrev.c in Elisp.
13136         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
13137         (abbrev-table-get, abbrev-table-put, abbrev-get)
13138         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
13139         (define-abbrev, abbrev--check-chars, define-global-abbrev)
13140         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
13141         (abbrev-expansion, abbrev--before-point, expand-abbrev)
13142         (unexpand-abbrev, abbrev--write, abbrev--describe)
13143         (insert-abbrev-table-description, define-abbrev-table):
13144         New funs, largely transcribed from abbrev.c.
13145         (abbrev-with-wrapper-hook): New macro.
13146         (abbrev-table-name-list, global-abbrev-table)
13147         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
13148         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
13149         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
13150         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
13151         New vars, largely transcribed from abbrev.c.
13152         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
13153         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
13154         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
13156 2007-10-27  Glenn Morris  <rgm@gnu.org>
13158         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
13159         (shell-dirtrack-toggle): Mark as obsolete.
13160         (dirtrack-toggle, dirtrack-mode): No longer alias to
13161         shell-dirtrack-mode.
13163 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
13165         * calc/calc.el (math-standard-opers): Lower the precedence
13166         of negation.
13167         * calc/calc-lang.el (math-oper-table): Lower precedence of
13168         negation for C, TeX, and eqn.
13170 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
13172         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
13174 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
13176         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
13177         (desktop-not-loaded-hook): Fix :version tags.
13179 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
13181         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
13182         (tramp-get-remote-tmpdir): New defun.
13183         (tramp-make-tramp-temp-file): Use it.
13184         (tramp-local-call-process): New defun.  Replace all calls of
13185         `call-process' by this when appropriate.
13186         (tramp-handle-write-region): Replace calls of `file-attributes' by
13187         `tramp-compat-file-attributes'.
13188         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13189         Make the first command a `tramp-send-command' call, with let-bind
13190         of `tramp-end-of-output'.
13191         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
13192         (tramp-load-report-modules, tramp-append-tramp-buffers):
13193         Move to tramp-cmds.el.
13195         * net/tramp-fish.el (tramp-fish-handle-copy-file)
13196         (tramp-fish-do-copy-or-rename-file)
13197         (tramp-fish-do-copy-or-rename-file-directly):
13198         * net/tramp-smb.el (tramp-smb-handle-copy-file):
13199         Add parameter PRESERVE-UID-GID.
13201 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
13203         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
13204         New defcustoms.
13205         (display-time-world-list): Use them as appropriate for the current
13206         value of `system-type'.
13208 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13210         * emulation/pc-select.el (next-line-mark, next-line-nomark)
13211         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
13212         around uses of previous-line and next-line.
13214         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
13215         New defvars.
13217         * textmodes/css-mode.el (comment-continue):
13218         * net/browse-url.el (url-handler-regexp):
13219         * progmodes/idlw-help.el (idlwave-system-routines):
13220         Pacify byte-compiler.
13222         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
13223         line-move-invisible-p with its former definition: invisible-p.
13224         line-move-invisible-p was removed on 2007-08-29.
13226 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
13228         * files.el (kill-emacs-query-functions): Doc fix;
13229         `save-buffers-kill-emacs' is no longer bound to a key.
13231 2007-10-26  Richard Stallman  <rms@gnu.org>
13233         * isearch-multi.el (isearch-buffers-multi): New option.
13234         (isearch-buffers-search-fun): Test it.
13236         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
13237         Put ps-run-clear on C-c C-l.
13239         * newcomment.el (comment-styles): New style indent-or-triple.
13240         (comment-style): Make that the default.
13241         (comment-add defvar): Doc fix.
13242         (comment-add): Delete arg EXTRA.
13243         (comment-region-default): Open code call to comment-add.
13244         Handle indent-or-triple style which uses `multi-char' for INDENT.
13246 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
13248         * eshell/em-unix.el (nil-blank-string): Doc fix.
13250 2007-10-26  John Wiegley  <johnw@newartisans.com>
13252         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
13253         function, ensure that the third argument is turned into a nil if
13254         the string is otherwise completely empty (either no characters, or
13255         all tabs/spaces).  This fixes a bug from a user who found himself
13256         unable to customize `diff-switches' and still use Eshell's diff
13257         command.
13259 2007-10-26  Glenn Morris  <rgm@gnu.org>
13261         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
13262         safe-local-variable property.
13264 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
13266         * net/browse-url.el (browse-url-browser-function): Delete grail.
13267         (browse-url-grail): Function and variable deleted.
13268         (browse-url-browser-function): Delete IXI Mosaic.
13269         (browse-url-default-browser): Don't try IXI Mosaic.
13270         (browse-url-iximosaic): Function deleted.
13271         (browse-url-browser-function): Delete MMM.
13272         (browse-url-default-browser): Don't try MMM.
13273         (browse-url-mmm): Function deleted.
13275 2007-10-26  Drew Adams  <drew.adams@oracle.com>
13277         * custom.el (custom-note-var-changed): New function.
13279 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
13281         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
13282         use with the definition.  Remove.
13284         * add-log.el (change-log-start-entry-re): New defconst.
13285         (change-log-sortable-date-at): Use it.
13286         (change-log-beginning-of-defun, change-log-end-of-defun):
13287         New functions.
13288         (change-log-mode): Use them for beginning-of-defun-function and
13289         end-of-defun-function.
13291 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
13293         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
13294         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
13295         (ses-recalculate-cell): Deal with point being just beyond end of
13296         data area (why does this happen?)
13297         (ses-set-curcell): Ditto.
13298         (ses-column-letter): Handle columns beyond 702.  Code written by
13299         Gareth Rees.
13301 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
13303         * textmodes/org.el (org-agenda-get-restriction-and-command):
13304         Use `mapc' instead of `mapcar'.
13305         (org-agenda-list): Numeric prefix argument can specify the number
13306         of days.
13307         (remember-register, remember-buffer): Prevent byte compiler from
13308         complaining.
13309         (org-todo): Save and restore match data.
13310         (org-no-warnings): New macro.
13311         (org-columns-eval): Use `org-no-warnings'.
13313 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
13315         * comint.el (comint-password-prompt-regexp):
13316         Handle `[sudo] password'-style prompt.
13318 2007-10-25  Glenn Morris  <rgm@gnu.org>
13320         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
13321         (defcustom): Doc fix.
13323         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
13324         Add `non_intrinsic'.
13325         (f90-constants-re): Add ieee modules.
13326         (f90-typedef-matcher, f90-typedec-matcher)
13327         (f90-imenu-type-matcher): New functions.
13328         (f90-font-lock-keywords-1): Give module procedures function-name face.
13329         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
13330         Add `use, intrinsic'.
13331         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
13332         Move start of `enum' blocks to separate entry.
13333         (f90-start-block-re): Fix `type', `abstract interface'.
13334         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
13335         derived types.
13336         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
13337         `elemental', change `enumerator'.
13338         (f90-no-block-limit): Fix `abstract interface'.
13340         * progmodes/f90.el (f90-indented-comment-re)
13341         (f90-directive-comment-re, f90-break-delimiters):
13342         * progmodes/fortran.el (fortran-comment-line-start-skip)
13343         (fortran-directive-re):
13344         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
13345         as safe if they are strings.
13347 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13349         * startup.el (window-system): Remove.  Don't make it frame-local.
13351 2007-10-24  Richard Stallman  <rms@gnu.org>
13353         * savehist.el (savehist-save): Omit unreadable elements.
13355         * loadhist.el (unload-function-defs-list): Rename from
13356         unload-function-features-list.
13357         (unload-feature-special-hooks, unload-feature): Doc fixes.
13359         * indent.el (indent-to-left-margin): If point's in the indentation,
13360         move to the end of the indentation.
13362         * cus-edit.el (customize-changed-options): Make arg optional.
13364 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
13366         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
13368 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
13370         * textmodes/org-publish.el (org-publish-attachment): Re-install
13371         accidentally deleted change.
13373 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13375         * term/iris-ansi.el (iris-function-map): Move init into declaration.
13377 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
13379         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
13380         (Buffer-menu-mode-map): Initialize in the declaration.
13381         (Buffer-menu-mode): Define with `define-derived-mode'.
13383 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
13385         * textmodes/org.el (org-version): Change to 5.13e.
13386         (org-agenda-file-regexp): Fix typo in docstring.
13387         (org-add-planning-info): Fix bug in parenthesis settings.
13388         (org-scan-tags): Catch the case of indirect buffers with no filename.
13389         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
13390         Re-install switch to mapc, had been removed by accident.
13391         (org-columns-map): New binding `C-c C-o'.
13392         (org-columns-menu): Change menu text and added new entry.
13393         (org-columns-eval): Document the use of `next-line'.
13394         (org-columns-open-link): New function.
13395         (org-columns-follow-link): Remove function.
13396         (org-open-link-from-string): New function.
13397         (org-read-date-get-relative): Fix typo in docstring.
13398         (org-read-date-get-relative): Leading +/- is not optional.
13399         (org-agenda-get-restriction-and-command): Always resize window on
13400         first loop cycle.
13401         (org-agenda-open-link): Make sure the link abbreviations are
13402         present in the agenda buffer.
13403         (org-agenda-copy-local-variable): New function.
13405 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13407         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
13409 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13411         * simple.el (reindent-then-newline-and-indent): Use a `move after
13412         insert' kind of marker in the save-excursion.
13414 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13416         * textmodes/css-mode.el: Require CL.
13417         (comment-continue): Declare.
13419         * subr.el (make-variable-frame-localizable): Remove.
13420         (make-variable-frame-local): Mark obsolete.
13422 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13424         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
13425         of the subdirs is unreadable.
13427 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
13429         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
13430         when we are local.
13432 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13434         * progmodes/python.el (python-current-defun): Remove left-over
13435         assignment to `start'.
13437 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
13439         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
13440         than `mapcar'; return value is not used.
13442 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13444         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
13445         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
13447 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
13449         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
13450         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
13452 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13454         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
13456 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13458         * emacs-lisp/advice.el (ad-make-advised-docstring):
13459         Add ad-advice-info text property to doc string.
13461 2007-10-23  Glenn Morris  <rgm@gnu.org>
13463         * progmodes/f90.el (f90-do-indent, f90-if-indent)
13464         (f90-type-indent, f90-program-indent, f90-associate-indent)
13465         (f90-continuation-indent, f90-comment-region)
13466         (f90-beginning-ampersand, f90-smart-end)
13467         (f90-break-before-delimiters, f90-auto-keyword-case)
13468         (f90-leave-line-no, f90-mode-hook):
13469         Give an appropriate safe-local-variable property.
13471         * progmodes/fortran.el (fortran-tab-mode-default)
13472         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
13473         (fortran-structure-indent, fortran-continuation-indent)
13474         (fortran-comment-indent, fortran-comment-line-extra-indent)
13475         (fortran-comment-line-start)
13476         (fortran-minimum-statement-indent-fixed)
13477         (fortran-minimum-statement-indent-tab)
13478         (fortran-comment-indent-char, fortran-line-number-indent)
13479         (fortran-check-all-num-for-matching-do)
13480         (fortran-blink-matching-if, fortran-continuation-string)
13481         (fortran-comment-region, fortran-electric-line-number)
13482         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
13483         (fortran-analyze-depth, fortran-break-before-delimiters):
13484         Give an appropriate safe-local-variable property.
13486 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13488         * printing.el: Move variable definitions before use.
13489         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
13491 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13493         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
13494         (tpu-edt-off): Use it.
13495         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
13496         the global-map before adding it to global-map.
13498         * menu-bar.el (global-buffers-menu-map): New var.
13499         (global-map, menu-bar-update-buffers): Use it.
13500         * msb.el (msb-menu-bar-update-buffers): Use it.
13501         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
13502         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
13503         Use with-current-buffer.
13505 2007-10-22  Juri Linkov  <juri@jurta.org>
13507         * isearch-multi.el: New file.
13509         * isearch.el (isearch-search-string): After finding the next
13510         occurrence switch to buffer isearch-buffers-current-buffer when
13511         isearch-buffers-next-buffer-function is non-nil and
13512         isearch-buffers-current-buffer is live.
13514         * add-log.el (change-log-mode): Make and set buffer-local variable
13515         isearch-buffers-next-buffer-function to change-log-next-buffer.
13516         Call isearch-buffers-minor-mode.
13517         (change-log-next-buffer): New function.
13519 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
13521         * textmodes/org-export-latex.el (org-export-latex-protect-string):
13522         Renaming of `org-latex-protect'.
13523         (org-export-latex-emphasis-alist): By default, don't protect
13524         any emphasis formatter from further conversion.
13525         (org-export-latex-tables): Honor column grouping for tables.
13526         (org-export-latex-title-command): New option.
13527         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
13528         export backslash character.
13530 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
13532         * textmodes/org.el (org-read-date-get-relative): New function.
13533         (org-agenda-file-regexp): New variable.
13534         (org-agenda-files): Allow directories in the variable.
13535         (org-agenda-get-restriction-and-command): New function.
13536         (org-agenda): Use `org-agenda-get-restriction-and-command'.
13537         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
13538         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
13539         New functions.
13540         (org-entry-add-to-multivalued-property)
13541         (org-entry-remove-from-multivalued-property)
13542         (org-entry-member-in-multivalued-property): New functions.
13543         (org-remember-apply-template): Catch C-g and make sure window
13544         configuration is restored.
13545         (org-agenda-open-link): Make it work with several links in the line.
13546         (org-drawers, org-set-regexps-and-options)
13547         (org-get-current-options): Add support for a DRAWERS in-buffer option.
13548         (org-agenda-window-frame-fractions): New option.
13549         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
13550         (org-columns-cleanup-item, org-find-entry-with-id)
13551         (org-insert-columns-dblock, org-listtable-to-string)
13552         (org-dblock-write:columnview, org-columns-capture-view)
13553         (org-edit-headline): New functions.
13554         (org-agenda-to-appt): Require calendar.
13555         (org-entry-get-with-inheritance): Widen for search.
13556         (org-columns-display-here): Don't mark buffer as modified when
13557         adding space characters to accomodate column overlays.
13558         (org-export-as-html): Better formatting of tags in the toc.
13559         (org-columns-display-here): Make the ITEM column as compact as possible.
13560         (org-remember-templates): Customization interface improved.
13561         (org-export-with-property-drawer): Variable removed.
13562         (org-export-with-drawers): New option.
13563         (org-complex-heading-regexp): New variable.
13564         (org-sort-entries): Rewrite using `sort-subr'.
13565         (org-set-property): More appropriate completion during interactive use.
13566         (org-sort-entries): Allow sorting by property.
13567         (org-additional-option-like-keywords): Add more values.
13568         (org-sort-entries-or-items): Rename from `org-sort-entries'.
13570 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
13572         * textmodes/org.el (org-get-date-from-calendar): New function.
13573         (org-at-timestamp-p, org-timestamp-change)
13574         (org-remember-templates): First element of each entry is now a
13575         name for the template.
13576         (org-store-log-note): Check for `org-note-abort'.
13577         (org-kill-note-or-show-branches): New command.
13578         (org-fontify-priorities): New option.
13579         (org-fontify-priorities): New function.
13580         (org-cut-subtree, org-copy-subtree): New argument N to
13581         act on N sequential subtrees.
13582         (org-paste-subtree): Fix the level at which a tree is pasted.
13583         (org-fit-agenda-window): Limitations on window size removed.
13584         (org-agenda-find-same-or-today-or-agenda): Rename from
13585         `org-agenda-find-today-or-agenda'.
13586         (org-scheduled-past-days): New option.
13587         (org-agenda-scheduled-leaders)
13588         (org-agenda-deadline-leaders): New options.
13589         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
13590         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
13591         (org-export-with-tags, org-export-plist-vars)
13592         (org-infile-export-plist): New "tags" option.
13593         (org-use-property-inheritance): New option.
13594         (org-cached-entry-get): Use `org-use-property-inheritance'.
13595         (org-remember-apply-template): Fix typo.
13597 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
13599         * net/tramp.el (tramp-find-shell)
13600         (tramp-open-connection-setup-interactive-shell): Improve sending
13601         initial commands.
13602         (tramp-action-terminal): Send debug message.
13603         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
13604         (tramp-barf-if-no-shell-prompt): Insert code of
13605         `tramp-wait-for-shell-prompt'.
13607 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13609         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
13611         * term/vt200.el (terminal-init-vt200):
13612         * term/vt201.el (terminal-init-vt201):
13613         * term/vt220.el (terminal-init-vt220):
13614         * term/vt240.el (terminal-init-vt240):
13615         * term/vt300.el (terminal-init-vt300):
13616         * term/vt320.el (terminal-init-vt320):
13617         * term/vt400.el (terminal-init-vt400):
13618         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
13620         * term/wyse50.el (wyse50-terminal-map): New var.
13621         (terminal-init-wyse50): Use it and input-decode-map.
13622         (enable-arrow-keys): Emasculate.
13624         * term/tvi970.el (tvi970-terminal-map): New var.
13625         (terminal-init-tvi970): Use it and input-decode-map.
13626         (tvi970-keypad-numeric): Remove.
13627         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
13629         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
13630         (terminal-init-sun): Use it and input-decode-map.
13632         * term/news.el (terminal-init-news):
13633         * term/lk201.el (terminal-init-lk201):
13634         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
13636 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13638         * complete.el (PC-expand-many-files): Remove.
13639         (PC-do-completion): Call file-expand-wildcards instead of
13640         PC-expand-many-files.
13642         * net/tramp.el (tramp-handle-expand-many-files): Remove.
13643         (PC-expand-many-files): Remove advice.
13645 2007-10-22  Glenn Morris  <rgm@gnu.org>
13647         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
13648         Add some support for Fortran 2003 syntax:
13649         (f90-type-indent): Now also applies to `enum'.
13650         (f90-associate-indent): New user option.
13651         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
13652         Add some F2003 keywords.
13653         (f90-constants-re): New constant.
13654         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
13655         Interface'.
13656         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
13657         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
13658         element for functions with specified types.  Add `end enum' and
13659         `select type'.  Add `implicit enumerator' and `procedure'.
13660         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
13661         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
13662         (f90-font-lock-keywords-4): Add `f90-constants-re'.
13663         (f90-blocks-re): Add `enum' and `associate'.
13664         (f90-else-like-re): Add `class is', `type is', and `class default'.
13665         (f90-end-type-re): Add `enum'.
13666         (f90-end-associate-re, f90-typeis-re): New constants.
13667         (f90-end-block-re): Add `enum' and `associate'.  Change from
13668         optional whitespace to end-of-word, to avoid `enumerator'.
13669         (f90-start-block-re): Add `select type', `abstract interface', and
13670         `enum'.  Avoid `type is', and `type (sometype)'.
13671         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
13672         (f90-mode): Doc fix.
13673         (f90-looking-at-select-case): Doc fix.  Add `select type'.
13674         (f90-looking-at-associate): New function.
13675         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
13676         Add `enum' and `abstract interface'.
13677         (f90-no-block-limit): Add `select type' and `abstract interface'.
13678         (f90-get-correct-indent, f90-calculate-indent)
13679         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
13680         (f90-indent-region, f90-match-end): Handle `associate' blocks.
13682 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
13684         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
13685         Use window-full-width-p.
13687 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
13689         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
13691         * tooltip.el: Use featurep 'xemacs.
13693         * printing.el: Move variable definitions before use, no code change.
13695 2007-10-22  Juri Linkov  <juri@jurta.org>
13697         * simple.el (goto-history-element): Allow minibuffer-default to be
13698         a list of default values accessible by typing M-n in the minibuffer.
13700         * dired-x.el (dired-guess-shell-command): Put all guesses to the
13701         minibuffer default value list instead of pushing them temporarily
13702         to the history list.
13704 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13706         * hexl.el (hexl-menu): New major mode menu.
13708 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13710         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
13712 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13714         * w32-fns.el (w32-quote-process-args):
13715         * dos-w32.el (print-region-function, lpr-headers-switches)
13716         (ps-print-region-function): Pacify byte-compiler.
13718         * emulation/edt-mapper.el (function-key-map):
13719         (edt-map-key): Make it a function instead of using fset.
13720         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
13721         (edt-gnu-map-key, edt-lucid-map-key): Remove.
13722         (edt-x-emacs-p): Remove.
13723         (edt-emacs-variant, edt-window-system, edt-xserver):
13724         Use featurep 'xemacs.
13726         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
13727         Replace eudc-xemacs-p with its definition.
13728         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
13729         (eudc-emacs-mule-p): Remove.
13730         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
13731         eudc-xemacs-p with feature tests.
13733         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
13734         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
13735         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
13736         (eudc-bob-toggle-inline-display):
13737         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
13738         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
13740         * net/eudcb-ph.el (eudc-ph-open-session):
13741         Replace eudc-xemacs-mule-p with its former definition.
13743         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
13744         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
13746         * progmodes/vera-mode.el (vera-xemacs): Remove.
13747         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
13749         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
13750         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
13751         (vhdl-speedbar-initialize, vhdl-ps-print-init)
13752         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
13753         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
13754         with (featurep 'xemacs).
13756         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
13757         (save-buffer-state-x):
13758         * obsolete/fast-lock.el (fast-lock-verbose):
13759         * emulation/viper-init.el (viper-xemacs-p)
13760         (viper-cond-compile-for-xemacs-or-emacs):
13761         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
13762         * ps-print.el (case-fold-search):
13763         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
13764         * calculator.el (calculator-help): Use featurep 'xemacs.
13766         * progmodes/prolog.el: Undo previous change.
13767         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
13769         * progmodes/dcl-mode.el:
13770         * play/yow.el:
13771         * calendar/todo-mode.el:
13772         * calendar/cal-hebrew.el:
13773         * vc-hg.el: Undo previous change.
13775         * vms-patch.el: Likewise.
13776         (print-region-function): Pacify byte-compiler.
13778 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
13780         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
13781         preserve-uid-gid.
13783         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
13784         compatibility.  It is not used, though.
13786         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
13787         Require tramp-cmds.el.
13788         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
13789         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
13790         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
13791         (tramp-do-copy-or-rename-file-out-of-band)
13792         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
13793         possible, because we don't need to create the temporary file, but
13794         we need a prefix for ssh, which has its own temporary file handling.
13795         (tramp-handle-delete-directory): Add "-f" to rmdir.
13796         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
13797         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
13798         a signal, in order to give the callee a chance to suppress.
13799         (tramp-handle-write-region): Set owner also in case of short
13800         track.  Don't use compatibility calls for `write-region' anymore.
13801         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
13802         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
13804         * net/tramp-cmds.el: New file.
13806         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
13807         `tramp-clear-passwd'.
13809         * net/trampver.el: Update release number.
13811 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13813         * progmodes/gud.el (gud-target-name): Move definition before use.
13815         * progmodes/dcl-mode.el: Require imenu at compile time.
13817         * progmodes/cc-engine.el (c-maybe-stale-found-type):
13818         Pacify byte-compiler.
13820         * obsolete/fast-lock.el: Use featurep test instead of string-match.
13822         * eshell/esh-mode.el (eshell-handle-ansi-color):
13823         Require ansi-color at compile time too.
13825         * eshell/em-unix.el (eshell/info): Require info at compile time too.
13827         * w32-fns.el: Require w32-vars.
13829         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
13830         time too.
13832 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13834         * double.el ([ignore]): Use `ignore'.
13835         (double-setup): Inline into double-mode.
13836         (double-mode): Use define-minor-mode.
13838 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13840         * textmodes/reftex.el: Move require easymenu before first use.
13841         (reftex-info): Require info at compile too.
13843         * textmodes/org-publish.el (org-publish-org-to-html)
13844         (org-publish-org-to): Require org at compile time too.
13845         (org-publish-attachment): Require at compile time too.
13847         * term/tty-colors.el (w32-tty-standard-colors):
13848         Pacify byte-compiler.
13850         * term/pc-win.el (frame-creation-function-alist): Add to this
13851         instead of setting frame-creation-function.
13853         * play/blackbox.el (bb-up, bb-down): Use forward-line.
13855         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
13857         * calendar/todo-mode.el: Require calendar at compile time.
13859         * calendar/cal-hebrew.el: Require holidays at compile time.
13861         * w32-vars.el: Provide w32-vars.
13863         * term/w32-win.el: Require w32-vars.
13864         (w32-color-map): Pacify byte-compiler.
13866         * loadup.el: Load w32-vars before term/w32-win.
13868 2007-10-20  Juri Linkov  <juri@jurta.org>
13870         * textmodes/fill.el (fill-paragraph): When the region is active,
13871         don't try other `or' branches regardless of the value returned by
13872         fill-region; just return t.
13874 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
13876         * vc.el (vc-do-command): Condition out a misleading message when
13877         running asynchronously.
13878         (vc-deduce-fileset): New argument enables using an unregistered
13879         visited file as a singleton fileset if nothing else is available.
13880         (vc-next-action): Restore file-registering behavior.
13882 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
13884         * calc/README: Add recent news.
13886 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
13888         * term/x-win.el (x-gtk-stock-map, icon-map-list)
13889         (x-gtk-map-stock): Delete duplicated definitions from merge.
13891         * progmodes/compile.el (compilation-skip-to-next-location)
13892         (compilation-skip-threshold, compilation-skip-visited):
13893         Move definitions earlier.
13895         * play/decipher.el (decipher-keypress):
13896         * play/zone.el (zone-fall-through-ws):
13897         * play/landmark.el (lm-move-down, lm-move-up):
13898         * play/handwrite.el (handwrite):
13899         * mail/mspools.el (mspools-visit-spool):
13900         * wdired.el (wdired-next-line, wdired-previous-line):
13901         * tar-mode.el (tar-subfile-save-buffer):
13902         * scroll-lock.el (scroll-lock-next-line)
13903         (scroll-lock-previous-line):
13904         * image-dired.el (image-dired-next-line)
13905         (image-dired-previous-line):
13906         * ediff-help.el (ediff-help-message-line-length):
13907         Use forward-line.
13909         * smerge-mode.el (smerge-auto-refine):
13910         * diff-mode.el (diff-auto-refine): Add :group.
13912         * play/yow.el: Require doctor at compile time.
13914         * vmsproc.el: Provide vmsproc.
13915         (command-send-input): Use forward-line.
13917         * vms-patch.el: Require ps-print and vmsproc at compile time.
13919         * vc-mtn.el (log-view-message-re, log-view-file-re)
13920         (log-view-font-lock-keywords): Pacify byte-compiler.
13922         * vc-hg.el: Require log-view at compile time.
13924 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
13926         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
13928 2007-10-20  Glenn Morris  <rgm@gnu.org>
13930         * progmodes/f90.el (f90-font-lock-keywords-2)
13931         (f90-looking-at-type-like): Fix regexp typos.
13933 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
13935         * bs.el (bs--track-window-changes): Don't refresh the whole list.
13936         (bs-mode): Set mode-class property to special.
13938 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * diff-mode.el (diff-auto-refine): New var.
13941         (diff-hunk): Use it.
13942         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
13943         (diff-refine-change): Rename from diff-fine-change.  Change it.
13944         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
13945         (diff-refine-hunk): Rename from diff-fine-highlight.
13947 2007-10-20  John Paul Wallington  <jpw@pobox.com>
13949         * help-fns.el (describe-variable-custom-version-info): New function
13950         to return variable's version or package version note.
13951         (describe-variable): Use it, display result.
13953 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13955         * smerge-mode.el (smerge-auto-refine): New var.
13956         (smerge-next, smerge-prev): Use it.
13957         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
13959         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13960         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
13962         * vc-bzr.el (vc-bzr-diff-tree):
13963         * vc-git.el (vc-git-diff-tree):
13964         * vc-hg.el (vc-hg-diff-tree):
13965         * vc-mcvs.el (vc-mcvs-diff-tree):
13966         * vc-mtn.el (vc-mtn-diff-tree):
13967         * vc-svn.el (vc-svn-diff-tree): Remove.
13969         * vc-mtn.el (vc-mtn-revision-completion-table):
13970         * vc-cvs.el (vc-cvs-revision-completion-table):
13971         * vc-arch.el (vc-arch-revision-completion-table):
13972         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
13973         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
13974         Make it work when the arg is a list of files.
13976 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13978         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
13979         Also `revision-completion-table' now takes a list of files.
13980         (vc-deduce-fileset): Remove unused var `regexp'.
13981         Only obey allow-directory-wildcard in dired buffers.
13982         (vc-default-diff-tree): Remove.
13983         (vc-diff-added-files): New var.
13984         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
13985         (vc-version-diff): Revert from `vc-history-diff' to the original name.
13986         Remove the `backend' arg.
13987         (vc-contains-version-controlled-file): Remove.
13988         (vc-diff): Bring it closer to the version in Emacs-22.
13989         (vc-revert): Fix typo in let-binding.
13990         (vc-default-unregister): Remove.
13991         (vc-dired-buffers-for-dir): Remove N^2 behavior.
13993 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
13995         * textmodes/two-column.el (2C-split, 2C-merge):
13996         * textmodes/bib-mode.el (bib-find-key, mark-bib):
13997         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13998         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
13999         * progmodes/ada-xref.el (ada-get-all-references):
14000         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
14001         * emulation/vi.el (vi-previous-line-first-nonwhite)
14002         (vi-effective-range, vi-put-before):
14003         * emulation/edt.el (edt-next-line, edt-previous-line)
14004         (edt-paragraph-forward): Use forward-line.
14006         * progmodes/etags.el (tags-apropos): Require apropos at compile
14007         time too.
14009         * progmodes/prolog.el: Require comint when compiling.
14010         (inferior-prolog-flavor): Move defvar before use.
14012 2007-10-19  Richard Stallman  <rms@gnu.org>
14014         * font-core.el (turn-on-font-lock-if-desired):
14015         Rename from `turn-on-font-lock-if-enabled'.
14016         Fully obey `font-lock-global-modes'.
14018 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14020         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
14021         which will not affect the behavior of things like forward-word.
14022         (diff-fine-highlight): Preserve point.
14024         * doc-view.el (doc-view-mode-map): Use remapping.
14025         Don't rebind C-v, M-v to their default value.
14026         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
14028         * smerge-mode.el: Add word-granularity refinement.
14029         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
14030         (smerge-refine-weight-hack): New vars.
14031         (smerge-refine-forward): New fun.
14032         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
14033         (smerge-refine-subst): Use them as well.  Preserve point.
14035 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
14037         * follow.el (follow-unload-function): New function.
14039         * loadhist.el (unload-function-features-list):
14040         Rename from `unload-hook-features-list'.
14041         (unload-hook-features-list): Add as obsolete alias.
14042         (unload-feature): Use `unload-function-features-list'
14043         and new FEATURE-unload-function.
14045 2007-10-19  Glenn Morris  <rgm@gnu.org>
14047         * bindings.el (mouse-minor-mode-menu)
14048         (minor-mode-menu-from-indicator): Move to mouse.el.
14049         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14050         Move here from bindings.el.
14052 2007-10-19  Richard Stallman  <rms@gnu.org>
14054         * help-fns.el (describe-function-1): Don't use the advice origname
14055         if it has no function definition.
14057 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
14059         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
14060         Use `save-restriction' rather than `widen'.
14062 2007-10-18  Richard Stallman  <rms@gnu.org>
14064         * time.el (display-time-world-time-format): Display day # not month #.
14066 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14068         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
14070         * doc-view.el: Remove version keyword.
14071         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14072         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
14073         (doc-view-ghostscript-options): Improve custom type.
14074         (doc-view-cache-directory, doc-view-conversion-buffer)
14075         (doc-view-conversion-refresh-interval): Simplify custom type.
14077 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
14079         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14080         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
14081         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14082         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
14083         Remove superfluous messages.
14084         (doc-view-mode-map): Use the image-mode scrolling commands.
14085         Don't rebind C-x k.
14087 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14089         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
14090         Add comment about "-dSAFER".
14092 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14094         * term/xterm.el: Don't require xt-mouse.
14095         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
14096         calling turn-on-xterm-mouse-tracking-on-terminal directly.
14098         * xt-mouse.el: Don't change the global function-key-map anny more.
14099         (xterm-mouse-mode): Use terminal-init-xterm-hook.
14100         Don't use after-make-frame-functions now that term/xterm.el calls
14101         us directly.
14102         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
14103         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
14104         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
14105         Setup input-decode-map and remember that xterm-mouse-mode was
14106         enabled in this terminal.
14107         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
14108         terminals where it has been enabled.
14110         * faces.el (tty-create-frame-with-faces): Make sure not only
14111         tty-run-terminal-initialization but also set-locale-environment
14112         are run only once per terminal.
14113         (tty-run-terminal-initialization): Don't check if the terminal was
14114         already initted.
14116         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
14117         not to remove keymaps that just happen to inherit from one of ours.
14118         When setting up our keymap, make sure it won't be accidentally
14119         modified by someone else.
14121 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
14123         * textmodes/artist.el (artist-previous-line, artist-next-line):
14124         * dired.el (dired-next-line, dired-previous-line):
14125         * progmodes/delphi.el (delphi-newline):
14126         * textmodes/org.el (org-columns-eval):
14127         Use forward-line.
14129         * emerge.el (emerge-setup): Use insert-buffer-substring.
14130         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
14132 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
14134         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
14135         (adaptive-fill-function): Doc fix.  Remove * from docstring.
14137 2007-10-18  Tom Horsley  <tom.horsley@att.net>
14139         * simple.el (interprogram-paste-function): Doc fix.
14140         (current-kill): Accept list of strings as well
14141         as single string from `interprogram-paste-function'.
14143 2007-10-18  Glenn Morris  <rgm@gnu.org>
14145         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
14147 2007-10-18  Drew Adams  <drew.adams@oracle.com>
14149         * bindings.el (mode-line-minor-mode-keymap):
14150         Add mouse-minor-mode-menu on mouse-1.
14151         (mode-line-modes): Add mouse-1 to help-echo text.
14152         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
14153         New functions.
14154         (mode-line-minor-mode-help): Doc fix.
14156 2007-10-17  Juri Linkov  <juri@jurta.org>
14158         * textmodes/fill.el (fill-paragraph-or-region): Remove function
14159         at the request of RMS.
14160         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
14161         arg `region'.  Fix docstring.  At the first `or' branch add call to
14162         `fill-region' if it the region is active in transient-mark-mode.
14164         * bindings.el (esc-map): Bind M-q to fill-paragraph
14165         instead of fill-paragraph-or-region.
14167         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
14168         with fill-paragraph.
14170         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
14171         Fix docstring.
14173         * indent.el (indent-for-tab-command): Change interactive spec from
14174         "P" to "p".  Add check for interactive arg before indenting the
14175         active region.
14177         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
14178         Regroup.
14180 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
14182         * emacs-lisp/find-func.el: Don't require loadhist.
14184         * loadhist.el (feature-symbols, file-provides, file-requires)
14185         (file-set-intersect, file-dependents): Simplify.
14186         (unload-feature-special-hooks): Update list of special hooks.
14188 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
14190         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
14191         extensions since they can be viewed with doc-view.
14193         * files.el (auto-mode-alist): Make doc-view-mode the default mode
14194         for pdf, ps and dvi files.
14196         * doc-view.el: Make doc-view-mode the standard mode for viewing
14197         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
14198         text and image display.  Add binding C-c C-e to switch to an
14199         editing mode.
14200         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
14201         avoid security problems when rendering files from untrusted sources.
14203 2007-10-17  Aaron Hawley  <aaronh@garden.org>
14205         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
14206         position is not saved.
14208 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14210         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
14211         (doc-view-ghostscript-options): Fix typo in doc string.
14213 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14215         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
14216         handling, so compilation-fake-loc works again.
14218         * server.el (server-select-display): Nop if we do not support m-f-o-d.
14219         (server-process-filter): Revert last change.
14221         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
14222         behavior unrelated to filesets.
14224 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
14226         * longlines.el (longlines-wrap-follows-window-size): Integer value
14227         specifies wrapping margin.
14228         (longlines-mode, longlines-window-change-function):
14229         Set window-specific wrapping margin based on the above.
14231 2007-10-17  John Wiegley  <johnw@newartisans.com>
14233         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
14235 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
14237         * server.el (server-process-filter): Only set display if X11 is
14238         supported.
14240 2007-10-17  Glenn Morris  <rgm@gnu.org>
14242         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14243         Tweak regexp to avoid stack overflow.
14245 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14247         * simple.el (reindent-then-newline-and-indent): Don't assume that
14248         indent-according-to-mode preserves point.
14250 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
14252         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
14253         (bs--nth-wrapper): Simplify.
14254         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
14255         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
14256         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
14257         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
14258         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
14259         (bs-configurations, bs-default-configuration)
14260         (bs-alternative-configuration, bs-cycle-configuration-name)
14261         (bs-string-show-always, bs-string-show-never, bs-string-current)
14262         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
14263         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
14264         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
14265         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
14266         (bs--window-config-coming-from): Revert 2006-11-09 change.
14267         (bs--restore-window-config): Keep the selected frame.
14268         (bs--track-window-changes, bs--remove-hooks): New functions.
14269         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
14270         (bs--create-header): Remove.
14271         (bs--create-header-line): New function, based on `bs--create-header'.
14272         (bs--show-header): Use `bs--create-header-line'.
14273         (bs--show-with-configuration): Revert 2006-11-09 change.
14274         Don't reuse window unless it is visible on the selected frame.
14275         Restore window configuration (possibly in a different frame)
14276         before creating any window.
14278 2007-10-16  Glenn Morris  <rgm@gnu.org>
14280         * simple.el (blink-matching-open): Don't report false errors with
14281         the `$' syntax class.
14283 2007-10-16  Richard Stallman  <rms@gnu.org>
14285         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
14286         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
14287         (ad-is-advised, ad-get-advice-info-field)
14288         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
14290 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14292         * vc-hooks.el (vc-workfile-version): Compatibility alias.
14293         (vc-default-working-revision): Compatibility for backends.
14295 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
14297         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
14298         (filesets-ormap, filesets-sort-case-sensitive-flag)
14299         (filesets-remake-shortcut, filesets-ingroup-collect-files):
14300         Fix typos in docstrings.
14301         (filesets-conditional-sort, filesets-find-or-display-file)
14302         (filesets-data-get-name, filesets-data-get-data)
14303         (filesets-data-set, filesets-cmd-query-replace-getargs)
14304         (filesets-ingroup-collect): Doc fixes.
14306 2007-10-15  Sam Steingold  <sds@gnu.org>
14308         * mail/sendmail.el (sendmail-error-reporting-interactive)
14309         (sendmail-error-reporting-non-interactive): New variables for
14310         sendmail error reporting options to simplify support for imperfect
14311         sendmail emulators.
14312         (sendmail-send-it): Use them instead of list literals.
14314 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
14316         * help-fns.el: Revert previous change; it creates a
14317         dependency loop between advice.el and help-fns.el.
14319 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
14321         * help-fns.el: Require advice when compiling.
14323 2007-10-14  Drew Adams  <drew.adams@oracle.com>
14325         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
14326         (ring-insert+extend, ring-remove+insert+extend, ring-member)
14327         (ring-next, ring-previous): New functions.
14329 2007-10-14  Richard Stallman  <rms@gnu.org>
14331         * emacs-lisp/advice.el (documentation): Advice deleted.
14332         Doc for advised functions is now handled at C level.
14333         (ad-stop-advice, ad-start-advice): Don't enable or disable
14334         advice for `documentation'.
14335         (ad-advised-definition-docstring-regexp): Var deleted.
14336         (ad-make-advised-definition-docstring): Store orig name
14337         as text property of string.
14338         (ad-advised-definition-p): Check for text property of docstring.
14340         * help-fns.el (describe-function-1): Find source of advised functions.
14342 2007-10-14  Juri Linkov  <juri@jurta.org>
14344         * faces.el (describe-face): Allow handling a string as the face name.
14346         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
14347         active region in transient-mark-mode.
14348         (ispell-region): Change messages displayed at the start and end of
14349         the spell-checking to be the same.
14351         * startup.el (fancy-startup-tail): Say exactly what does the button
14352         dismiss ("Dismiss this startup screen").  Use text "Never show
14353         it again" for the checkbox after this button.
14354         (fancy-startup-screen, fancy-about-screen): Put point before the
14355         first link, so the user can quickly select links with the keyboard.
14356         (normal-mouse-startup-screen): Add more useful text describing how
14357         to follow a link.
14359 2007-10-14  Glenn Morris  <rgm@gnu.org>
14361         * progmodes/etags.el (select-tags-table): Disable undo in the
14362         `*Tags Table List*' buffer.
14364 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
14366         * dired.el (dired-warn-writable): New face.
14367         (dired-warn-writable-face): New variable.
14368         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
14369         of dired-warning-face, for group- and world-writable files.
14371 2007-10-13  Richard Stallman  <rms@gnu.org>
14373         * files.el (directory-abbrev-alist): Doc fix.
14375 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
14377         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
14379 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
14381         * frame.el (set-frame-configuration): Assign name parameter only
14382         if it has been set explicitly before.
14384 2007-10-11  Tom Tromey  <tromey@redhat.com>
14386         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
14387         frame is visible.
14389 2007-10-10  Richard Stallman  <rms@gnu.org>
14391         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
14392         in *Backtrace*.
14394         * faces.el (face-font-selection-order): Doc fix.
14396         * loadhist.el (unload-feature): Doc fix.
14398 2007-10-13  Glenn Morris  <rgm@gnu.org>
14400         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
14401         (octave-re-search-forward-kw, octave-re-search-backward-kw):
14402         Add doc string, and an explicit COUNT argument.
14403         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
14404         `inc' to search functions.
14406         * faces.el (face-spec-set): When FRAME is nil, set the default for
14407         new frames (restores pre-2007-09-17 behavior).  Doc fix.
14409 2007-10-13  John W. Eaton  <jwe@octave.org>
14411         * progmodes/octave-mod.el (octave-looking-at-kw)
14412         (octave-re-search-forward-kw, octave-re-search-backward-kw):
14413         New functions.
14414         (octave-in-defun-p, calculate-octave-indent)
14415         (octave-blink-matching-block-open, octave-beginning-of-defun)
14416         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
14417         to search for regexps that contain case-sensitive keywords.
14418         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
14419         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
14421 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
14423         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
14424         Do not use a single clause cond.
14426         * cus-start.el (all): Use test that does not match the X11 version
14427         for mac.
14429 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
14431         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
14432         BROWSE buffer.
14434 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
14436         * cus-start.el (all): Undo previous change.
14438 2007-10-13  Glenn Morris  <rgm@gnu.org>
14440         * woman.el (woman0-rename): Fix paren typo.
14442         * mail/feedmail.el (feedmail-run-the-queue)
14443         (feedmail-look-at-queue-directory):
14444         * mail/reporter.el (reporter-dump-state):
14445         * net/eudc-hotlist.el (eudc-edit-hotlist):
14446         * net/eudc.el (eudc-display-records)
14447         (eudc-filter-duplicate-attributes)
14448         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
14449         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
14450         (eudc-bbdb-query-internal):
14451         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
14452         * net/socks.el (socks-build-auth-list):
14453         * progmodes/cc-cmds.el (top level):
14454         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
14455         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
14456         (cperl-write-tags, cperl-tags-treeify):
14457         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
14458         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
14459         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
14460         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
14461         (idlwave-toolbar-remove-everywhere):
14462         * progmodes/idlwave.el (idlwave-indent-line)
14463         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
14464         (idlwave-write-paths, idlwave-all-method-classes)
14465         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
14466         (idlwave-fix-keywords, idlwave-display-calling-sequence)
14467         (idlwave-complete-in-buffer):
14468         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
14469         (org-fast-tag-selection):
14470         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
14471         than mapcar.
14473 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
14475         * diff-mode.el (diff-fine-change): Add :group.
14477 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
14479         * cus-start.el (all): Use the same test as the 22.2 branch.
14481 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14483         * diff-mode.el (diff-current-defun): Force recomputation of
14484         change-log-default-name.
14486 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
14488         * startup.el (fancy-startup-screen): Remove an unnecessary newline
14489         and some leftover logic regarding dedicated frames.  If showing
14490         concise startup screen, fit window to buffer.
14491         (command-line-1): If we will be using the splash screen, use
14492         find-file instead of find-file-other-window to find additional files.
14493         Comment out unused code for coping with the old sit-for behavior.
14495 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14497         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
14498         `meta' modifier consistently, rather than using sometimes meta
14499         sometimes alt.
14501 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
14503         * window.el (handle-select-window): Revert part of 2007-10-08
14504         change setting the input focus.
14506 2007-10-12  Glenn Morris  <rgm@gnu.org>
14508         * startup.el (command-line): Do not read abbrev file in batch mode.
14510         * emacs-lisp/byte-opt.el (top level):
14511         * mail/rmail.el (rmail-list-to-menu):
14512         * obsolete/hilit19.el (hilit-mode):
14513         * progmodes/cc-mode.el (c-postprocess-file-styles)
14514         (c-submit-bug-report):
14515         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14516         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
14517         (reftex-access-parse-file):
14518         * textmodes/reftex-cite.el (reftex-do-citation)
14519         (reftex-insert-bib-matches):
14520         * textmodes/reftex-ref.el (reftex-offer-label-menu):
14521         * textmodes/reftex-sel.el (reftex-select-unmark):
14522         * textmodes/reftex-toc.el (reftex-toc-do-promote):
14523         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
14525         * cus-edit.el (custom-variable-menu, custom-face-menu)
14526         (custom-group-menu): Check init-file-user rather than
14527         user-init-file, in case cus-edit is loaded by site-run-file.
14529 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
14531         * vc.el (vc-deduce-fileset): Delete unused code.
14532         (vc-next-action): Fix typos.
14534 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
14536         * bs.el (bs--mark-unmark): New function.
14537         (bs-mark-current, bs-unmark-current): Use it.
14539 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
14541         * vc.el (vc-diff):
14542         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
14543         temporarily disable the check for his edge case of
14544         vc-diff (stopping it from grinding when called from $HOME), as
14545         it's calling some brittle code in vc-hooks.el.
14546         (with-vc-properties): Fix evaluation time of a macro argument.
14547         * ediff-vers.el (ediff-vc-internal):
14548         * vc-hooks.el:
14549         * loaddefs.el: Follow up on VC terminology change.
14551 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
14553         * follow.el (follow-stop-intercept-process-output):
14554         Use `follow-call-process-filter' rather than `process-filter'.
14555         Simplify.
14557 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
14559         * vc-hooks.el (vc-registered): Robustify this function a bit
14560         against filenames with no directory component.
14562 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14564         * international/characters.el: Undo unwanted and unexplained change.
14566 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14568         * ps-print.el: Fix the usage of :foreground and :background face
14569         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
14570         (ps-print-version): New version 6.7.6.
14571         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
14572         Fix code.
14573         (ps-face-foreground-color-p, ps-face-background-color-p)
14574         (ps-face-color-p): New inline funs.
14576 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
14578         * textmodes/org.el (org-additional-option-like-keywords): New constant.
14579         (org-complete): Use `org-additional-option-like-keywords'.
14580         (org-parse-local-options): New function.
14582 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
14584         * textmodes/org.el (org-in-clocktable-p): New function.
14585         (org-clock-report): Only update the table at point, or insert a new one.
14586         (org-clock-goto): New function.
14587         (org-open-file): Use `start-process-shell-command' instead of
14588         `shell-command' with an ampersand.
14589         (org-deadline, org-schedule): New argument REMOVE to remove the
14590         date from the entry.
14591         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
14592         argument to `org-schedule' and `org-deadline'.
14593         (org-trim): Use the correct expressions for beginning and end of
14594         the string.
14595         (org-get-cleaned-entry): Trim the string before returning it.
14596         (org-clock-find-position): New function.
14597         (org-clock-into-drawer): New option.
14598         (org-agenda-tags-column): Rename from
14599         `org-agenda-align-tags-to-column'.
14600         (org-agenda-align-tags): Allow negative values for
14601         `org-agenda-tags-column'.
14602         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
14603         (org-agenda-to-appt): New optional argument FILTER.
14604         (org-completion-fallback-command): New variable.
14605         (org-complete): Use `org-completion-fallback-command'.
14606         (org-find-base-buffer-visiting): Catch the case that there is no
14607         buffer visiting the file.
14608         (org-property-or-variable-value): New function.
14609         (org-todo): Use `org-property-or-variable-value'
14610         (org-agenda-compact-blocks): New option.
14611         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
14612         (org-agenda-schedule, org-agenda-deadline):
14613         Call `org-agenda-show-new-time'.
14614         (org-agenda-show-new-time): New argument PREFIX.
14615         (org-colgroup-info-to-vline-list): Fix but that cause a
14616         shift in the vertical lines.
14617         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
14618         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
14619         (org-indent-item): No arg in call to `org-fix-bullet-type'.
14620         (org-fix-bullet-type): Remove argument.
14621         (org-read-date): Check for am/pm twice, to catch the end time.
14622         (org-goto-map): Use `suppress-keymap'.
14623         (org-remember-apply-template): Respect the dynamically scoped
14624         selection character.
14626 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14628         * frame.el (frame-inherited-parameters): Remove unused `environment'
14629         parameter, and let server.el add `client' when needed.
14631         * server.el (server-create-tty-frame)
14632         (server-create-window-system-frame): Set frame-inherited-parameters.
14634         * frame.el (frame-inherited-parameters): New var.
14635         (make-frame): Use it.
14637         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
14639         * env.el (let-environment): Remove.  Unused.
14640         (read-envvar-name): Simplify.
14641         (setenv): Remove unused arg `frame'.
14643         * help-fns.el (describe-variable): Add missing "  " for multiline
14644         obsolescence info and missing EOL after global value.
14646 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
14648         * add-log.el:
14649         * ediff-vers.el:
14650         * log-view.el:
14651         * pcvs.el:
14652         * vc-arch.el:
14653         * vc-bzr.el:
14654         * vc-cvs.el:
14655         * vc.el:
14656         * vc-git.el:
14657         * vc-hg.el:
14658         * vc-hooks.el:
14659         * vc-mcvs.el:
14660         * vc-mtn.el:
14661         * vc-rcs.el:
14662         * vc-sccs.el:
14663         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
14664         {find,init,next,previous,annotate-*,log}-version ->
14665         {find,init,next,previous,annotate-*,log}-revision,
14666         annotate-focus-version -> annotate-working-revision, The term
14667         'focus' is gone.  The term 'revision' is now used consistently
14668         everywhere that reference to a revision ID is intended, replacing
14669         older use of 'version'.
14671 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
14673         * follow.el: Change all instances of "Follow Mode" to "Follow
14674         mode" in docstrings and messages.
14675         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
14677 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
14679         * vc.el (vc-next-action): Rewrite completely; this principal
14680         entry point now operates on a current fileset selected either
14681         explicitly via VC-Dired or implicitly by visiting a file buffer,
14682         rather than always operating on the file of the current buffer as
14683         in older versions.  Rewrite the rest of the mode to match.
14684         (with-vc-properties): Rewrite to operate on a file list.
14685         (with-vc-file): vc-checkin takes a file list argument now.
14686         (vc-post-command-functions): This hook now receives a file list.
14687         (vc-do-command): Take a either a file or a file list as argument.
14688         (vc-deduce-fileset): New function for deducing a file list to
14689         operate on.
14690         (vc-next-action-on-file, vc-next-action-dired): Remove.
14691         Merge into vc-next-action.
14692         (vc-register): Adapt to the fact that vc-start-entry now takes a
14693         file list.
14694         (vc-register-with): New function.
14695         (vc-start-entry): Take a file list argument rather than a
14696         file argument.
14697         (vc-checkout): Cope with vc-start-entry taking a file list.
14698         (vc-steal-lock): Cope with with-vc-properties taking a
14699         file list.
14700         (vc-checkin): Take a file list argument rather than a file argument.
14701         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
14702         (vc-diff-internal): Rewrite for filesets.
14703         (vc-diff-sentinel): New function, tests whether changes were
14704         written into a diff buffer.
14705         (vc-diff): Rewrite for filesets.
14706         (vc-version-diff): Rewrite for filesets.
14707         (vc-print-log): Take a fileset argument.
14708         (vc-revert): Revert the entire selected fileset, not just the
14709         current buffer.
14710         (vc-rollback): Roll back the entire selected fileset, if
14711         possible.  No longer accepts a prefix argument.
14712         (vc-update): Merge new changes for the entire selected
14713         fileset, not just the current buffer.
14714         (vc-revert-file): Cope with with-vc-properties taking a file list.
14715         (vc-default-dired-state-info): Add + status suffix if the file is
14716         modified.
14717         (vc-annotate-warp-version): Use the new diff machinery.
14718         (vc-log-edit): Take a file list argument rather than a file argument.
14720 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
14722         Sync with Tramp 2.1.11.
14724         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14725         Pacify byte compiler.
14727         * net/trampver.el: Update release number.
14729 2007-10-09  Richard Stallman  <rms@gnu.org>
14731         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
14733 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
14735         * follow.el: Require easymenu.
14736         (follow-mode-hook, follow-mode): Doc fixes.
14737         (follow-mode-off-hook): Mark as obsolete.
14739 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
14741         * window.el (mouse-autoselect-window-cancel): Don't cancel for
14742         select-window or select-frame events.
14743         (handle-select-window): When autoselecting window set input
14744         focus.  Restructure.
14746         * frame.el (focus-follows-mouse): Move to frame.c.
14747         * cus-start.el (all): Add focus-follows-mouse.
14749 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
14751         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
14752         activate font-locking in the *buffer-selection* buffer.
14753         (bs-show-sorted): Doc fix.
14755         * bs.el (bs--get-marked-string, bs--get-modified-string)
14756         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
14757         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
14758         (bs--format-aux): Doc fix.
14760 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
14762         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
14764 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
14766         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
14767         (gud-gdb): New function for old M-x gdb (text command mode).
14768         (gud-gdb-command-name, gdb): Move to...
14770         * progmodes/gdb-ui.el: ...here and adapt doc string.
14771         (gud-gdba-command-name, gdba): Delete.
14773 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
14775         * bs.el: Don't defvar `font-lock-verbose'.
14776         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
14777         (bs--get-file-name): Fix typos in docstrings.
14778         (bs--show-header): Use `dolist' instead of `mapcar'.
14779         (bs-mode): Set `show-trailing-whitespace' to nil.
14780         (bs-buffer-sort-function, bs-mouse-select-other-frame)
14781         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
14782         Doc fixes.
14784 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
14786         * progmodes/gud.el (pdb): Specify file for gud-break.
14788 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
14790         * progmodes/gud.el (gdb): Make graphical mode the default and
14791         switch to text command mode if appropriate, i.e., reverse previous
14792         arrangement.
14793         (gud-gdb-marker-filter): Adapt for above change.
14795         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
14796         gud-minor-mode and gud-marker-filter.
14797         (gdb-fullname-regexp): New variable.
14798         (gud-gdba-marker-filter): Use it to switch to text command
14799         mode if appropriate.
14801 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
14803         * progmodes/gud.el (gud-display-line): Find source buffer even when
14804         GUD buffer has its own frame.
14806 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
14808         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
14810 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
14812         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
14814 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
14816         * allout.el (allout-before-change-handler): Replace got-char by
14817         goto-char.
14819 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14821         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
14822         Used to try and automatically enabled smerge-mode in the presence of
14823         conflicts and to call `svn resolved' when the conflicts are gone.
14824         (vc-svn-parse-status): Remember the svn-specific status.
14826 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
14828         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
14829         menu-bar-apropos-menu.  All users changed.
14830         (menu-bar-help-menu): Change menu symbols to better match the text
14831         displayed by the menu.
14833 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
14835         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
14836         #, @, : and ^.
14838 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
14840         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
14842         * log-view.el (log-view-mode-map): Likewise.
14844         * diff-mode.el (diff-mode-shared-map): Likewise.
14846 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
14848         * files.el (file-name-sans-versions): Also allow `A-Z'.
14850         * vc.el: Mention all supported VC backends.
14852 2007-10-08  Richard Stallman  <rms@gnu.org>
14854         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
14855         neighbouring buttons.
14857 2007-10-08  Andreas Schwab  <schwab@suse.de>
14859         * files.el (file-name-sans-versions): Also allow `_'.
14861 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
14863         * files.el (file-name-sans-versions): Allow - and a-z in version names.
14865         * log-view.el (log-view-mode-map, log-view-mode-menu):
14866         Bind log-view-annotate-version.
14867         (log-view-beginning-of-defun, log-view-end-of-defun)
14868         (log-view-annotate-version): New functions.
14869         (log-view-mode): Use log-view-beginning-of-defun and
14870         log-view-end-of-defun.
14872 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14874         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
14876 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14878         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
14879         neighbouring buttons.
14881         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14882         Recognize gcc's use of "note" for informational messages.
14884 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14886         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
14887         (css-mode): Update correspondingly.
14889 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
14891         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
14892         Signed-off-by, Acked-by and Merge.
14894 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14896         * ediff-init.el (ediff-verbose-p): This var is not a constant.
14898 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14900         * vc-mtn.el: New file.
14902         * vc-hooks.el (vc-handled-backends): Add Mtn.
14904 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
14906         * files.el (find-file, find-file-other-window)
14907         (find-file-other-frame, find-file-existing, find-file-read-only)
14908         (find-file-read-only-other-window)
14909         (find-file-read-only-other-frame)
14910         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
14912 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
14914         * progmodes/gud.el (gdb-ready): New variable.
14915         (gdb): Set it to nil.  Set gud-running to nil here...
14916         (gud-common-init): ...instead of here.
14918         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
14919         Use gdb-ready.  Discard input until GDB is ready to accept it.
14921 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
14923         * dired.el (dired-warning): Inherit from font-lock-warning-face to
14924         make it show up with eight colors.
14926 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14928         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
14929         diffs are concatenated with no intervening line.
14931 2007-10-08  Dave Love  <fx@gnu.org>
14933         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
14934         (python-font-lock-keywords): Update to the 2.5 version of the language.
14935         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
14936         (python-backspace): Only behave funny in code.
14937         (python-compilation-regexp-alist): Add PDB stack trace regexp.
14938         (inferior-python-mode): Add PDB prompt regexp.
14939         (python-fill-paragraph): Refine the fenced-string regexp.
14940         (python-find-imports): Handle imports spanning several lines.
14941         (python-mode): Add `class' to hideshow support.
14943 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14945         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14946         Use add-log-buffer-file-name-function rather than binding
14947         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
14948         when `fi' is the ChangeLog file itself.
14950         * outline.el (outline-flag-region): Use front-advance.
14952 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
14954         * progmodes/cperl-mode.el: Merge upstream 5.23.
14955         (cperl-where-am-i): Remove function.
14956         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
14957         (cperl-sniff-for-indent): De-invert [string] and [comment].
14958         When looking for label, skip s:m:y:tr.
14959         (cperl-indent-line): Likewise.
14960         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
14961         (cperl-windowed-init): Wrong `ps-print' handling.
14962         Both thanks to Chong Yidong.
14963         (cperl-look-at-leading-count): Could fail with unfinished RExen.
14964         (cperl-find-pods-heres): If the second part of s()[] is missing,
14965         don't try to highlight delimiters...
14967 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14969         * progmodes/compile.el (compilation-get-file-structure): Complete last
14970         change by also using spec-directory in the puthash.
14972 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
14974         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
14975         (vc-bzr-status): Fix shadowing of variable 'status'.
14976         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
14977         Use `expand-file-name' instead of `concat'.
14978         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
14979         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
14981 2007-10-08  Jason Rumney  <jasonr@gnu.org>
14983         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
14985 2007-10-08  Richard Stallman  <rms@gnu.org>
14987         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
14988         Add `safe-local-variable' property.
14989         (lisp-body-indent): Likewise.
14991 2007-10-08  Richard Stallman  <rms@gnu.org>
14993         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
14994         Add doc string.
14996 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
14998         * files.el (backup-buffer-copy): Try to overwrite old backup first.
15000 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
15002         * repeat.el (repeat): Use last-repeatable-command instead of
15003         real-last-command.  Run pre- and post-command hooks for
15004         self-insertion.  Update doc-string.
15006 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
15008         * vc-git.el (vc-git-state): Call git-add --refresh to update the
15009         state of the file.
15010         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
15011         (vc-git-create-repo): Fix invalid command.
15013 2007-10-08  Richard Stallman  <rms@gnu.org>
15015         * textmodes/flyspell.el (flyspell-mode):
15016         Catch errors in flyspell-mode-on.
15018 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
15020         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
15022 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15024         * international/encoded-kb.el (encoded-kbd-setup-display):
15025         Use input-decode-map rather than local-key-translation-map.
15027         * term/rxvt.el (rxvt-alternatives-map): New map.
15028         (terminal-init-rxvt): Use it.
15029         Bind rxvt-function-map in input-decode-map.
15031         * term/xterm.el (xterm-alternatives-map): New map.
15032         (terminal-init-xterm): Use it.
15033         Bind xterm-function-map in input-decode-map.
15035         * term/x-win.el (x-alternatives-map): New var.
15036         (x-setup-function-keys): Use it.
15038         * help-fns.el (describe-variable): Slightly change the layout of
15039         meta-info to separate it better from the docstring.
15040         Standardize insertion of extra empty lines in various circumstances.
15042         * diff-mode.el (diff-hunk-style): New fun.
15043         (diff-end-of-hunk): Use it.
15044         (diff-context->unified): Use the new `apply' undo element,
15045         if applicable, so as to save undo-log space.
15046         (diff-fine-change): New face.
15047         (diff-fine-highlight-preproc): New function.
15048         (diff-fine-highlight): New command.
15049         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
15051         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
15052         (smerge-refine-highlight-change): Add `props' argument.
15053         (smerge-refine-subst): New function holding most of smerge-refine.
15054         (smerge-refine): Use it.
15056 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
15058         * vc.el (vc-default-wash-log): Remove unused code, the
15059         log washers all live in the backends now.
15060         (vc-default-comment-history): Correct for the fact
15061         that wash-log is argumentless in the new API.
15063 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
15065         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
15066         (tramp-maybe-send-script): Apply `member' but `memq'.
15067         (tramp-advice-file-expand-wildcards): Simplify implementation.
15069 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
15071         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
15073         * mb-depth.el (minibuf-depth-indicator-function): New variable.
15074         (minibuf-depth-setup-minibuffer): Use it.
15076 2007-10-07  Glenn Morris  <rgm@gnu.org>
15078         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
15079         version numbers.
15081 2007-10-06  Juri Linkov  <juri@jurta.org>
15083         * textmodes/fill.el (fill-paragraph-or-region): New function.
15085         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
15086         instead of fill-paragraph.
15088         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
15089         with fill-paragraph-or-region.  Suspend command is now the same
15090         `suspend-frame' on window systems and on tty.
15092         * image.el (image-type): Check if image-types is bound to not fail
15093         on tty.
15095         * delsel.el (delete-selection-pre-hook):
15096         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
15097         is fbound to not fail on mouseless tty.
15099 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
15101         * net/tramp.el (top): Move loading of tramp-util.el and
15102         tramp-vc.el to tramp-compat.el.
15103         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
15104         temporary file if possible, in order to avoid a security hole.
15105         (tramp-do-copy-or-rename-file-out-of-band)
15106         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
15107         with DONT-CREATE, because the connection is not setup yet.
15108         (tramp-handle-process-file): Rewrite temporary file handling.
15109         (tramp-completion-mode): New defvar.
15110         (tramp-completion-mode-p): Use it.
15112         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
15114         * net/tramp-fish.el (tramp-fish-handle-process-file):
15115         Rewrite temporary file handling.
15117 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
15119         * vc.el: Workfile version -> focus version change.  Port various
15120         comments from new VC to reduce the noise in the diff.
15121         Patch in the new vc-create-repo function to go with the
15122         header comment about it already present.
15123         There are no changes to existing logic in this patch.
15124         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
15126 2007-10-06  Aaron Hawley  <aaronh@garden.org>
15128         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
15130 2007-10-05  Chris Moore  <dooglus@gmail.com>
15132         * server.el (server-kill-new-buffers): Doc fix.
15134 2007-10-05  John W. Eaton  <jwe@octave.org>
15136         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
15137         (octave-begin-keywords): Add "do".
15138         (octave-end-keywords): Remove "end".
15139         (octave-reserved-words): Add "end".  Remove "all_va_args",
15140         "gplot", and 'gsplot".
15141         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
15142         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
15143         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
15144         "default_return_value", "define_all_return_values",
15145         "do_fortran_indexing", "empty_list_elements_ok",
15146         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
15147         "ok_to_lose_imaginary_part", "prefer_column_vectors",
15148         "prefer_zero_one_indexing", "propagate_empty_matrices",
15149         "resize_on_range_error", "treat_neg_dim_as_zero",
15150         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
15151         "warn_divide_by_zero", "warn_function_name_clash",
15152         "warn_missing_semicolon", "whitespace_in_literal_matrix".
15153         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
15154         "crash_dumps_octave_core", "sighup_dumps_octave_core",
15155         "sigterm_dumps_octave_core".
15156         (octave-block-match-alist): Remove "end" from block-end keywords.
15157         (octave-mode): Update ftp site address.
15159 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
15161         * vc.el: Reorder functions, no code changes.
15163 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
15165         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
15166         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
15167         the cond clauses where needed.
15168         (tramp-handle-write-region): Rearrange code for proper handling of
15169         tmpfile.
15171         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
15173         * net/tramp.el:
15174         * net/tramp-fish.el:
15175         * net/tramp-ftp.el:
15176         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
15177         `tramp-compat-make-temp-file'.
15179 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15181         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
15183 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
15186         already uses a more recent copyright version than the "current" one.
15188 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
15190         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
15191         (doc-view-insert-image): Minor aesthetical docstring changes.
15193 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
15195         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
15196         completing filename.
15197         (doc-view-search-internal): Docstring change.
15199 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
15201         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
15202         (tramp-file-name-handler-alist):
15203         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
15204         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
15205         used before, creates the file already, which is not desired.
15206         (tramp-do-copy-or-rename-file-directly): Simplify handling of
15207         temporary file.
15208         (tramp-handle-insert-file-contents): Assign the result in the
15209         short track case.
15210         (tramp-handle-insert-file-contents-literally): New defun.
15211         (tramp-completion-mode-p): Revert change from 2007-09-24.
15212         Checking for `return' etc as last character is not sufficient, for
15213         example in dired-mode when entering <g> (revert-buffer) or
15214         <s> (dired-sort).
15216         * net/tramp-compat.el (top): Add also compatibility code for loading
15217         appropriate timer package.
15218         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
15219         order to avoid autoloading problems.
15221         * net/tramp-fish.el:
15222         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
15224         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
15225         where the second parameter of `copy-file' or `rename-file' is a
15226         remote file but not via ftp.
15228 2007-10-02  Richard Stallman  <rms@gnu.org>
15230         * frame.el (cursor-in-non-selected-windows): Doc fix.
15232 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
15234         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
15235         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
15237 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
15239         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
15240         when `expt' doesn't give range errors.
15242 2007-10-01  Markus Triska  <markus.triska@gmx.at>
15244         * calc/calc-math.el (math-smallest-emacs-expt):
15245         Make the computation more robust.
15247 2007-09-30  David Kastrup  <dak@gnu.org>
15249         * startup.el (argv): Alias for `command-line-args-left' to use as
15250         `(pop argv)' inside of --eval command sequences.  Allows for
15251         passing shell commands into Emacs verbatim without need for Lisp
15252         quoting.
15254         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
15255         check only for changed size.
15256         (auto-revert-tail-handler): Get size from caller.  If the file has
15257         shrunk, tail the whole file again (the file presumably has been
15258         rewritten).
15260         * woman.el (woman-topic-all-completions, woman-mini-help):
15261         Fix fallout from 2007-09-07 introduction of `dolist' when the list
15262         actually was being manipulated in the loop.
15263         (woman-Cyg-to-Win, woman-pre-process-region)
15264         (woman-horizontal-escapes, woman-if-body, woman-unescape)
15265         (woman-strings, woman-special-characters, woman1-hc)
15266         (woman-change-fonts, woman-find-next-control-line):
15267         Use `match-beginning' rather than `match-string' when the result is
15268         just used as a flag.
15270 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
15272         * net/tramp-compat.el: New file.
15274         * net/tramp.el:
15275         * net/tramp-fish.el:
15276         * net/tramp-smb.el:
15277         * net/tramp-uu.el:
15278         * net/trampver.el: Move compatibility code to tramp-compat.el.
15279         Apply `mapc' instead of `mapcar' when the code needs side effects
15280         only.  Move utf-8 coding cookie to the second line.
15282 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
15284         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
15285         Improve custom type.
15286         (icon-map-list): Make it customizable.  Document how to disable
15287         stock icons.
15289 2007-09-30  Richard Stallman  <rms@gnu.org>
15291         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
15293 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15295         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
15296         (t-mouse-mode): New compatibility alias.
15298 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
15300         * server.el (server-delete-client): Only delete the terminal if it
15301         is non-nil.
15303 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
15305         * net/tramp.el (with-file-property, with-connection-property):
15306         Highlight as keyword.
15307         (tramp-rfn-eshadow-setup-minibuffer)
15308         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
15309         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
15310         (tramp-do-copy-or-rename-file-directly)
15311         (tramp-do-copy-or-rename-file-out-of-band)
15312         (tramp-handle-shell-command, tramp-get-debug-buffer)
15313         (tramp-send-command-and-read, tramp-equal-remote)
15314         (tramp-get-local-gid): Pacify byte-compiler.
15315         (tramp-handle-file-name-directory): Result shall not be expanded.
15316         (tramp-find-foreign-file-name-handler): Rewrite.
15317         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
15319         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
15321         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
15322         Apply `tramp-completion-mode-p'.
15323         (tramp-fish-handle-set-file-times)
15324         (tramp-fish-handle-executable-find)
15325         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
15326         (tramp-fish-retrieve-data): Pacify byte-compiler.
15328         * net/tramp-gw.el (tramp-gw-basic-authentication):
15329         Call `tramp-read-passwd' with first parameter `nil'.
15331 2007-09-28  Glenn Morris  <rgm@gnu.org>
15333         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
15334         than mapcar.
15336         * textmodes/tex-mode.el (tex-suscript-height-ratio)
15337         (tex-suscript-height-minimum): New customizable variables.
15338         (tex-suscript-height): New function.
15339         (superscript, subscript): Set height using tex-suscript-height
15340         rather than fixing at 0.8.
15341         (tex-fontify-script, tex-font-script-display): Add :version tag.
15343 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
15345         * progmodes/python.el (python-eldoc-function): Doc fix.
15347 2007-09-27  Glenn Morris  <rgm@gnu.org>
15349         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
15350         image if it is not in image-type-auto-detectable, or is there with
15351         a nil value.
15353 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
15355         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
15356         connection more robust.
15358 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
15360         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
15361         Deal with the case that special &keywords are at the beginning or
15362         end of the argument list.  Also add some (incomplete) support for
15363         non-standard arglists.
15365 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
15367         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
15368         (eldoc-message-commands, eldoc-current-idle-delay)
15369         (eldoc-function-argstring-format): Fix typos in docstrings.
15371 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
15373         * calc/calc-units.el (calc-convert-units)
15374         (calc-convert-temperature): Remove unnecessary colons.
15376 2007-09-26  Bastien Guerry  <bzg@altern.org>
15378         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
15379         New function.
15380         (org-export-latex-remove-from-headlines): Name changed because of typo.
15381         (org-export-latex-quotation-marks-convention): Option removed.
15382         (org-export-latex-make-preamble): Handle the DATE option.
15383         (org-export-latex-cleaned-string): Now the only cleaning function,
15384         synched up with org.el.
15385         (org-export-latex-lists, org-export-latex-parse-list)
15386         (org-export-list-to-latex): New functions.
15388 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
15390         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
15391         (org-outline-regexp): New constant.
15392         (org-remember-handler): Throw error when the target file is not in
15393         org-mode.
15394         (org-cleaned-string-for-export): No longer call
15395         `org-export-latex-cleaned-string' with an argument.
15396         (org-get-tags): Returns now a list, not a string.
15397         (org-get-tags-string): New function.
15398         (org-archive-subtree): No need to split return of `org-get-tags'.
15399         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
15400         instead of `org-get-tags'.
15401         (org-agenda-format-date): Rename from `org-agenda-date-format'.
15402         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
15403         (org-compatible-face): New argument INHERITS.  Inherit from this
15404         face if possible.
15405         (org-level-1, org-level-2, org-level-3, org-level-4)
15406         (org-level-5, org-level-6, org-level-7, org-level-8)
15407         (org-special-keyword, org-drawer, org-column, org-warning)
15408         (org-archived, org-todo, org-done, org-headline-done, org-table)
15409         (org-formula, org-code, org-agenda-structure)
15410         (org-scheduled-today, org-scheduled-previously)
15411         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
15412         in the new way.
15413         (org-get-heading): New argument NO-TAGS.
15414         (org-fast-tag-selection-include-todo): Made defvar instead of
15415         defcustom, feature is not deprecated.
15416         (org-remember-store-without-prompt): New default value t.
15417         (org-todo-log-states): New variable.
15418         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
15419         Compute the log states.
15420         (org-goto-map): More commands copied from global map.  Also bind
15421         `org-occur'.
15422         (org-goto): Made into a general lookup command.
15423         (org-get-location): Complete rewrite.
15424         (org-goto-exit-command): New variable.
15425         (org-goto-selected-point): New variable.
15426         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
15427         Set the new variables.
15428         (org-paste-subtree): Whitespace insertion strategy revised.
15429         (org-remember-apply-template): Protect v-A from the possibility
15430         that v-a might be nil.
15431         (org-remember-handler): Insertion rules revised.
15432         (org-todo): Respect org-todo-log-states.
15433         (org-up-heading-safe): New function.
15434         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
15436 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
15438         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
15439         region if in transient-mark-mode.
15441 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
15443         * calc/calc-ext.el (calc-init-extensions, calc-reset):
15444         * calc/calc-help.el (calc-full-help):
15445         * calc/calc-misc.el (another-calc):
15446         * calc/calc-store.el (calc-var-name-map):
15447         * calc/calc-stuff.el (calc-flush-caches):
15448         * calc/calc-units.el (math-build-units-table):
15449         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
15450         (calc-quit):
15451         * calendar/icalendar.el (icalendar--format-ical-event)
15452         (icalendar--convert-ical-to-diary):
15453         * emacs-lisp/authors.el (authors):
15454         * emacs-lisp/cust-print.el (custom-print-install)
15455         (custom-print-uninstall):
15456         * emacs-lisp/disass.el (disassemble-1):
15457         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15458         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
15459         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
15460         (elint-check-let-form, elint-check-condition-case-form)
15461         (elint-initialize):
15462         * emacs-lisp/elp.el (elp-results):
15463         * emacs-lisp/generic.el (generic-mode-internal):
15464         * emacs-lisp/re-builder.el (reb-delete-overlays):
15465         * emacs-lisp/regi.el (regi-interpret):
15466         * emacs-lisp/sregex.el (sregex--char-aux):
15467         * emulation/cua-rect.el (cua--deactivate-rectangle)
15468         (cua--highlight-rectangle, cua--rectangle-post-command):
15469         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
15470         * emulation/viper-macs.el (viper-describe-kbd-macros)
15471         (viper-describe-one-macro):
15472         * emulation/viper-util.el (viper-setup-master-buffer):
15473         * emulation/viper.el (set-viper-state-in-major-mode):
15474         * international/mule-diag.el (describe-current-coding-system):
15475         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
15476         * mail/emacsbug.el (report-emacs-bug):
15477         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
15478         * obsolete/hilit19.el (hilit-unhighlight-region)
15479         (hilit-set-mode-patterns):
15480         * play/solitaire.el (solitaire-check, solitaire-solve):
15481         * play/zone.el (zone-pgm-rotate):
15482         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
15483         * progmodes/ada-prj.el (ada-prj-display-page):
15484         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
15485         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
15486         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
15487         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
15488         * progmodes/sh-script.el (sh-make-vars-local)
15489         (sh-reset-indent-vars-to-global-values):
15490         * progmodes/sql.el (top):
15491         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
15492         * progmodes/xscheme.el (top):
15493         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
15494         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
15495         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
15496         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
15497         (artist-submit-bug-report):
15498         * textmodes/flyspell.el (flyspell-delay-commands)
15499         (flyspell-deplacement-commands):
15500         * textmodes/table.el (table--generate-source-epilogue, table-insert)
15501         (table--generate-source-cells-in-a-row, table--make-cell-map)
15502         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
15504 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
15506         * allout.el (produce-allout-mode-map, allout-process-exposed):
15507         * ansi-color.el (ansi-color-make-color-map):
15508         * autoinsert.el (auto-insert):
15509         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
15510         * dired-aux.el (dired-create-files):
15511         * dired.el (dired-restore-desktop-buffer):
15512         * ediff-diff.el (ediff-setup-fine-diff-regions):
15513         * ediff-mult.el (ediff-intersect-directories)
15514         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
15515         (ediff-redraw-registry-buffer):
15516         * ediff-ptch.el (ediff-fixup-patch-map):
15517         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
15518         (ediff-really-quit, ediff-clear-diff-vector):
15519         * emerge.el (emerge-really-quit):
15520         * ffap.el (ffap-replace-file-component):
15521         * filecache.el (file-cache-add-directory)
15522         (file-cache-add-directory-recursively)
15523         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
15524         (file-cache-delete-directory, file-cache-files-matching-internal)
15525         (file-cache-display):
15526         * files.el (cd):
15527         * find-lisp.el (find-lisp-insert-directory):
15528         * finder.el (finder-compile-keywords):
15529         * help.el (view-emacs-news):
15530         * hi-lock.el (hi-lock-write-interactive-patterns):
15531         * ido.el (ido-to-end, ido-set-matches-1):
15532         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
15533         (image-dired-mark-tagged-files):
15534         * jka-cmpr-hook.el (jka-compr-get-compression-info):
15535         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
15536         * ps-print.el (ps-background, ps-begin-file)
15537         (ps-build-reference-face-lists):
15538         * simple.el (clone-buffer):
15539         * startup.el (command-line):
15540         * tempo.el (tempo-insert-template, tempo-is-user-element)
15541         (tempo-forward-mark, tempo-backward-mark):
15542         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
15544 2007-09-25  Glenn Morris  <rgm@gnu.org>
15546         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
15548         * view.el (view-search-no-match-lines): Add a doc string.
15549         Rewrite to simplify and work better.
15551 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
15553         * progmodes/cc-mode.el (c-mode-base-map):
15554         Use c-indent-line-or-region instead of c-indent-line.
15556         * indent.el (indent-for-tab-command): First check if the region is
15557         active.
15559 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
15561         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
15562         whitespace-rescan-timer-time is 0.
15564 2007-09-24  Karl Berry  <karl@gnu.org>
15566         * international/mule.el (coding-system-base): Fix doc string grammar.
15568 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
15570         * net/tramp.el (tramp-completion-mode-p): Rename from
15571         `tramp-completion-mode'.  Revert logic, check `return', `newline'
15572         and such alike.  Packages like Icicles tend to use other completion
15573         characters but `tab' and `space' only.
15575 2007-09-24  Adam Hupp  <adam@hupp.org>
15577         * progmodes/python.el (run-python): Import emacs module without
15578         waiting; prevents lockup on error.
15580 2007-09-23  Richard Stallman  <rms@gnu.org>
15582         * mail/sendmail.el (mail-bury): Delete the frame
15583         if this frame looks like it was made for this message.
15585         * completion.el (completion-separator-self-insert-command)
15586         (completion-separator-self-insert-autofilling):
15587         If `self-insert-command' has been remapped, use the substitute.
15589         * simple.el (copy-region-as-kill): Doc fix.
15591         * textmodes/org.el (org-confirm-shell-link-function)
15592         (org-confirm-elisp-link-function): Doc fixes.
15594 2007-09-23  Glenn Morris  <rgm@gnu.org>
15596         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
15598 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
15600         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
15602         * term/tvi970.el (terminal-init-tvi970): Likewise.
15604         * term/sun-mouse.el (print-mouse-format): Likewise.
15606         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
15607         Use forward-line instead of previous-line and next-line.
15609 2007-09-22  Juri Linkov  <juri@jurta.org>
15611         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
15613         * tutorial.el (tutorial--default-keys): Update standard bindings:
15614         rename `iconify-or-deiconify-frame' to `suspend-frame',
15615         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
15617 2007-09-22  Juri Linkov  <juri@jurta.org>
15619         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
15620         Add help-echo to external links and to links without description.
15621         (fancy-splash-insert): Use help-echo from the 3rd element of the
15622         link specification list, or "Follow this link" if it's nil.  Doc fix.
15624 2007-09-22  Juri Linkov  <juri@jurta.org>
15626         * startup.el (command-line): Rename `inhibit-startup-message' to
15627         `inhibit-startup-screen'.
15628         (fancy-about-text): Use shorter label for "Ordering Manuals".
15629         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
15630         is nil, display a line with "To start..." and 3 links to useful
15631         tasks.  Display the "Dismiss" button and "Don't show this message
15632         again" only when concise is non-nil.
15633         (fancy-startup-screen): Call `fancy-startup-tail' with optional
15634         arg `concise'.  If CONCISE is non-nil, display a concise version
15635         of the splash screen in another window.  Otherwise, switch to the
15636         startup buffer in the same window.
15637         (startup-echo-area-message): Change displayed binding from
15638         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
15639         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
15640         the GNU system".
15641         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
15642         to "*GNU Emacs*".
15643         (display-about-screen): Don't check the existence of the buffer
15644         "*About GNU Emacs*".
15645         (display-splash-screen): Make alias to `display-startup-screen'.
15646         (command-line-1): Rename `inhibit-startup-message' to
15647         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
15648         started with command line options "-f", "-funcall", "-e", "-eval",
15649         "-execute", "-insert", "-find-file", "-file", "-visit".
15650         Inhibit startup screen when Emacs is started with a file name only
15651         on tty (i.e. don't inhibit it when started with a file name like
15652         "emacs FILE..." on a window system).
15653         (command-line-1): Simplify logic of displaying the startup screen:
15654         if file-count > 0, then display the concise version in another
15655         window, otherwise display full version in the same window.
15657         * help.el (help-map): Bind C-h C-a to about-emacs.
15658         (help-for-help-internal): Add C-a description to C-h help text.
15660 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
15662         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
15663         (checkdoc-permit-comma-termination-flag): Autoload the
15664         safe-local-variable setting.
15666         * bookmark.el (bookmark-xemacsp): Remove.
15667         (bookmark-make): Don't use bookmark-xemacsp,
15668         use (featurep 'xemacs) instead.
15670         * speedbar.el (speedbar-frame-mode)
15671         (speedbar-frame-reposition-smartly)
15672         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
15673         (speedbar-check-vc): Remove use of non-existent variable
15674         dframe-xemacsp, use (featurep 'xemacs) instead.
15676         * indent.el (indent-for-tab-command): Indent the region if
15677         transient-mark-mode and the region is active.
15679 2007-09-21  Francesco Potortì  <pot@gnu.org>
15681         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
15682         add inferior-octave-directory-tracker to the buffer-local value
15683         of comint-input-filter-functions.
15685 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
15687         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
15689 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
15691         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
15692         on w32 frames.
15694 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15696         * startup.el (normal-top-level): Remove DISPLAY from
15697         process-environment to let it be computed dynamically in callproc.c.
15699         * frame.el (frame-initialize, make-frame):
15700         * faces.el (tty-set-up-initial-frame-faces):
15701         * env.el (setenv): Don't set display-environment-variable.
15703         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
15704         (server-create-tty-frame): Don't set unused `tty' property.
15705         Set `display' instead of display-environment-variable.
15706         (server-create-window-system-frame): No display-environment-variable.
15708 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
15710         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
15711         (rfn-eshadow-update-overlay-hook): New defvars.
15712         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
15713         Run the hooks.
15715         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
15716         (tramp-rfn-eshadow-setup-minibuffer)
15717         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
15718         rfn-eshadow.el.
15720         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
15721         timeout.
15723 2007-09-21  Glenn Morris  <rgm@gnu.org>
15725         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
15726         * term/sun-mouse.el (suspend-emacstool): Remove.
15727         * term/sun.el: Remove emacstool-related code.
15729         * emacs-lisp/bytecomp.el (byte-compile-warnings)
15730         (byte-compile-warnings-safe-p): Add `mapcar'.
15731         (byte-compile-warning-types): Add mapcar and make-local.
15732         (byte-compile-normal-call): Add option to suppress mapcar warning.
15733         (top-level): Use mapc rather than mapcar in eval-when-compile.
15735         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
15736         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
15737         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
15738         Handle escaped parens.
15739         (latex-forward-sexp): Doc fix.
15741         * eshell/esh-mode.el (eshell-output-filter-functions):
15742         Add eshell-postoutput-scroll-to-bottom.
15744         * loadup.el: Remove termdev.
15746         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
15747         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
15749 2007-09-21  Markus Triska  <markus.triska@gmx.at>
15751         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
15752         `mapcar' is called for effect.
15754 2007-09-21  Kevin Ryde  <user42@zip.com.au>
15756         * international/mule.el (sgml-html-meta-auto-coding-function):
15757         Bind `case-fold-search' to t.
15759 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15761         * termdev.el: Remove.
15763         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
15764         (frames-on-display-list): Use it.
15766         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
15768         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
15770 2007-09-20  Richard Stallman  <rms@gnu.org>
15772         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
15774 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15776         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
15778 2007-09-20  Glenn Morris  <rgm@gnu.org>
15780         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
15781         motion functions, rather than hard-coding "\n\n".
15782         (tex-validate-region): Check for eobp, to speed up.
15783         (tex-next-unmatched-end): Doc fix.
15785 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15787         * files.el (auto-mode-alist): Use archive-mode for .rar files.
15789         * international/mule.el (auto-coding-alist): Rar archives are binary.
15791         * arc-mode.el: Add basic support for Rar.
15792         (archive-find-type): Recognize Rar's signature.
15793         (archive-desummarize): New fun.
15794         (archive-summarize): Use it to restore the buffer's data in case
15795         someone wants to switch to some other major mode.
15796         (archive-resummarize): Use it as well.
15797         (archive-rar-summarize, archive-rar-extract): New functions.
15799         * filesets.el: Remove spurious * in docstrings.
15800         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
15801         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
15802         (filesets-ingroup-collect): Remove unused arg `depth'.
15803         (filesets-update): Remove unused arg `version'.
15805         * finder.el (finder-compile-keywords): Fix up comment style.
15806         (finder-mouse-face-on-line): previous-line -> forward-line.
15808         * recentf.el: Remove spurious * in docstrings.
15809         (recentf-save-list): Fix up comment style.
15811         * progmodes/octave-mod.el: Remove spurious * in docstrings.
15812         (octave-mode-map): Move init into declaration and remove \t binding.
15813         (octave-mode-startup-message): Remove unused var.
15814         (octave-scan-blocks): Remove unused arg `from'.
15815         (octave-forward-block, octave-down-block, octave-up-block):
15816         Update callers.
15818         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
15819         (meta-mode-map): Likewise and remove \t binding.
15821         * net/snmp-mode.el: Remove spurious * in docstrings.
15822         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
15823         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
15824         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
15825         that completion accepts lists of strings.
15826         (snmp-mode-syntax-table): Move initialization into declaration.
15827         (snmp-mode-map): Likewise and remove \t binding.
15828         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
15829         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
15830         (snmp-indent-command): Remove.
15832         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
15833         binding, so tab-always-indent works right.
15835 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
15837         * net/browse-url.el (browse-url-elinks-new-window): New function.
15838         (browse-url-elinks): Use browse-url-elinks-new-window.
15839         Accept optional second argument `new-window'.  Fix typo in doc-string.
15840         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
15841         Improve error message.
15843 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
15845         * net/browse-url.el (browse-url-url-encode-chars): Use the right
15846         parameter name in the function body.
15847         Reported by Johannes Weiner.
15849 2007-09-19  Glenn Morris  <rgm@gnu.org>
15851         * net/socks.el (socks-open-network-stream): Signal an explicit
15852         error if the port associated with a service string can't be found.
15854         * textmodes/tex-mode.el (tex-terminate-paragraph):
15855         Use backward-paragraph.
15857 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15859         * server.el (server-running-p): New function.
15861 2007-09-18  Jason Rumney  <jasonr@gnu.org>
15863         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
15864         x-focus-frame.
15866         * frame.el (select-frame-set-input-focus, select-frame-by-name):
15867         Use x-focus-frame for w32.
15869 2007-09-17  David Kastrup  <dak@gnu.org>
15871         * textmodes/tex-mode.el (tex-verbatim-environments):
15872         Eliminate CL dependency.
15874 2007-09-17  Richard Stallman  <rms@gnu.org>
15876         * newcomment.el (comment-add): New arg EXTRA.
15877         (comment-region-default): Pass EXTRA if not indenting lines.
15879 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
15881         * net/browse-url.el (browse-url-url-encode-chars): New function.
15882         URL-encode some chars in a string.
15883         (browse-url-encode-url): Rewrite using the previous function.
15884         (browse-url-file-url): Use `browse-url-url-encode-chars'.
15885         (browse-url-elinks-sentinel): Fix typo.
15886         (browse-url-new-window-flag): Doc change.
15888 2007-09-17  Glenn Morris  <rgm@gnu.org>
15890         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
15891         filename from `--file-line-error', if it is available.
15893 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
15895         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
15896         TeX `--file-line-error' format.
15898 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15900         * xt-mouse.el: Delete add-hook calls that were moved to
15901         xterm-mouse-mode.
15902         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
15903         does not work.
15905 2007-09-17  Richard Stallman  <rms@gnu.org>
15907         * cus-face.el (custom-theme-set-faces): Undo previous change.
15909         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
15911 2007-09-17  Glenn Morris  <rgm@gnu.org>
15913         * textmodes/tex-mode.el (tex-region): Simplify previous change,
15914         handling the case where the region is not in `tex-main-file'.
15915         (tex-region-1): Delete.
15916         (tex-region-header): New function, doing the header part of the
15917         old tex-region-1.
15919 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15921         * simple.el (newline): Simplify use of prefix-numeric-value.
15922         (line-move-partial): Remove unused var `ppos'.
15923         (line-move-1): Replace 9999 with most-positive-fixnum.
15924         (move-end-of-line): Use more efficient single-property search.
15925         (move-beginning-of-line): Remove unused var `start'.
15926         (blink-matching-open): Restructure in a more functional style.
15928 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
15930         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
15932 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15934         * server.el (server-clients): Only keep procs, no properties any more.
15935         (server-client): Remove.
15936         (server-client-get, server-client-set): Remove, replace all callers by
15937         process-get and process-put resp.
15938         (server-clients-with, server-add-client, server-delete-client)
15939         (server-create-tty-frame, server-create-window-system-frame)
15940         (server-process-filter, server-execute, server-visit-files)
15941         (server-buffer-done, server-kill-buffer-query-function)
15942         (server-kill-emacs-query-function, server-switch-buffer)
15943         (server-save-buffers-kill-terminal): Update accordingly.
15945         * server.el (server-with-environment): Simplify.
15946         (server-select-display, server-unselect-display): Re-add functions that
15947         seem to have been lost in the multi-tty merge.
15948         (server-eval-and-print, server-create-tty-frame)
15949         (server-create-window-system-frame, server-goto-toplevel)
15950         (server-execute, server-return-error): New functions extracted from
15951         server-process-filter.
15952         (server-execute-continuation): New functions.
15953         (server-process-filter): Restructure so that all arguments are analysed
15954         first and then acted upon in a subsequent stage.  This way
15955         server-goto-toplevel can be executed later, when we know if
15956         it's necessary.
15957         Remove the "-version" and "-version-good" support.
15959 2007-09-16  Drew Adams  <drew.adams@oracle.com>
15961         * cus-edit.el (custom-face-edit-activate): Doc fix.
15963 2007-09-16  Glenn Morris  <rgm@gnu.org>
15965         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
15966         Following cal-bahai renaming, update all instances of
15967         list-bahai-diary-entries to diary-bahai-list-entries,
15968         mark-bahai-diary-entries to diary-bahai-mark-entries,
15969         calendar-goto-bahai-date to calendar-bahai-goto-date,
15970         insert-bahai-diary-entry to diary-bahai-insert-entry,
15971         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
15972         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
15973         calendar-print-bahai-date to calendar-bahai-print-date.
15975         * textmodes/tex-mode.el (tex-region): Handle the case where the
15976         region is not in `tex-main-file'.  Move the old code that applies
15977         to both cases...
15978         (tex-region-1): ...to this new function.
15980 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15982         * vc.el (vc-process-sentinel): New function.
15983         (vc-exec-after): Use it instead of using ugly hackish analysis and
15984         construction of Elisp code.
15985         (vc-sentinel-movepoint): New dynamically scoped var.
15986         (vc-print-log, vc-annotate): Set it to move the user's point.
15988         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
15989         inhibit-modification-hooks.
15991         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
15992         (calendar-bahai-print-date, calendar-bahai-goto-date)
15993         (diary-bahai-list-entries, diary-bahai-insert-entry):
15994         New names to clean up the namespace a bit more.
15995         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
15997 2007-09-15  Glenn Morris  <rgm@gnu.org>
15999         * calendar/holidays.el (holiday-list): Rename it back to
16000         `list-holidays', but leave `holiday-list' as an alias.
16002         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
16003         custom group.
16005         * textmodes/css-mode.el (css): New custom group.
16006         (css-electrick-keys, css-selector, css-property)
16007         (css-indent-offset): Specify custom group.
16009 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16011         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
16012         (cvs-execute-single-file): Use process-file.
16013         (cvs-run-process): Use start-file-process.
16015 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
16017         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
16018         level.  Remove the hooks when turning off the mode.
16020         * term/xterm.el: Require xt-mouse at compile time.
16021         (terminal-init-xterm): Turn on xterm mouse tracking for this
16022         terminal if xterm-mouse-mode is enabled.
16024 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
16026         * term/xterm.el (xterm-function-map): Replace bindings that were
16027         deleted by the merge.
16029 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
16031         * play/bubbles.el (bubbles-version): Bump value to "0.5".
16032         (bubbles-mode-map): Move define-key statements here.
16033         (bubbles-game-theme-menu): Ditto.
16034         (bubbles-graphics-theme-menu): Ditto.
16035         (bubbles-menu): Ditto.
16036         (bubbles-mode): Initialize buffer-undo-list, redisplay.
16037         (bubbles--initialize): Reset buffer-undo-list, redisplay.
16038         (bubbles-plop): Set buffer-undo-list, redisplay.
16039         (bubbles-undo): Reset buffer-undo-list, redisplay.
16040         (bubbles--show-images): Take care of missing text properties.
16042 2007-09-14  Glenn Morris  <rgm@gnu.org>
16044         * startup.el (fancy-startup-text, fancy-about-text): Fix face
16045         quoting.
16047         * calendar/cal-hebrew.el, calendar/cal-menu.el
16048         * calendar/calendar.el, calendar/diary-lib.el
16049         * calendar/holidays.el: Rename all instances of
16050         list-calendar-holidays callers to calendar-list-holidays,
16051         list-holidays to holiday-list, check-calendar-holidays to
16052         calendar-check-holidays, mark-calendar-holidays to
16053         calendar-mark-holidays, and filter-visible-calendar-holidays to
16054         holiday-filter-visible-calendar.
16056 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
16058         * term/xterm.el (xterm-function-map): Add C-M- bindings.
16060 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
16062         * play/bubbles.el (bubbles--initialize-images): Fix bug:
16063         Use transparent background for empty cells in graphics mode.
16065 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
16067         * man.el (Man-default-man-entry): At end of line, continue looking
16068         to the next line for possible end of hyphenated command.
16070 2007-09-13  Chris Moore  <dooglus@gmail.com>
16072         * shell.el (shell-resync-dirs): Don't move the cursor relative to
16073         the command being edited.
16075 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
16077         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
16079 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
16081         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
16082         C-M-S- keys.
16084         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
16086 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
16088         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
16089         New argument `filename-p' to use one set of confusing chars or another.
16090         (browse-url-file-url): Use the argument.
16091         Suggested by Johannes Weiner.
16093 2007-09-12  Romain Francoise  <romain@orebokech.com>
16095         * cus-start.el (all): Revert 2007-09-08 change.
16097 2007-09-12  Aaron Hawley  <aaronh@garden.org>
16099         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
16100         extract .Z files, since it is more common than uncompress.
16102 2007-09-12  Glenn Morris  <rgm@gnu.org>
16104         * textmodes/org-publish.el (org-publish-org-to-html): Remove
16105         duplicate function definition.
16107 2007-09-10  Chris Moore  <dooglus@gmail.com>
16109         * diff-mode.el (diff-sanity-check-hunk):
16110         Also accept single-line hunks.
16112 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
16114         * startup.el (startup-screen-inhibit-startup-screen)
16115         (pure-space-overflow-message): New vars.
16116         (fancy-splash-insert): Allow functions for face and link specs.
16117         (fancy-splash-head): Remove unused arg.  Move splash text...
16118         (fancy-startup-text, fancy-about-text): ...here.
16119         (fancy-startup-tail): Rename from fancy-splash-tail.
16120         (fancy-startup-screen, fancy-about-screen): Split off from
16121         fancy-splash-screens.
16122         (display-startup-screen): New function.
16123         (display-about-screen): Rename from display-splash-screen.
16124         (command-line-1): Use concise startup screen if necessary.
16126 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
16128         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
16129         Reported by Jan Djärv <jan.h.d@swipnet.se>.
16131 2007-09-10  Dave Love  <fx@gnu.org>
16133         * outline.el (outline-4, outline-5, outline-7):
16134         Move font-lock-builtin-face down from 4 to 7 to better keep the
16135         progression of color brightness, and to better match Org-mode's faces.
16137 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
16139         * progmodes/meta-mode.el (meta-font-lock-keywords)
16140         (font-lock-match-meta-declaration-item-and-skip-to-next)
16141         (meta-comment-indent, meta-indent-previous-line)
16142         (meta-indent-unfinished-line, meta-beginning-of-defun)
16143         (meta-end-of-defun, meta-common-initialization): Handle \f.
16144         (meta-indent-unfinished-line): Do not handle a `%' in a string as
16145         a comment-start.
16147         * files.el (file-modes-char-to-who, file-modes-char-to-right)
16148         (file-modes-rights-to-number): Auxiliary functions for symbolic to
16149         numeric notation of file modes.
16150         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
16151         numeric value.
16152         (read-file-modes): New.  Read either an octal value of a file mode or a
16153         symbolic value, and return its numeric value.
16155         * dired-aux.el (dired-do-chmod): Change to use the built-in
16156         `set-file-modes' and the previous symbolic mode parsing functions.
16158 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16160         * textmodes/texinfo.el: Remove spurious * in docstrings.
16161         (texinfo-mode-syntax-table, texinfo-mode-map):
16162         Initialize in the declaration.
16164         * tmm.el: Remove spurious * in docstrings.
16165         (tmm-prompt): Use with-current-buffer.
16167         * vcursor.el: Remove spurious * in docstrings.
16168         (vcursor-map): Initialize in the declaration.
16169         (vcursor-use-vcursor-map): Use define-minor-mode.
16170         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
16172         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
16173         Initialize in the declaration.
16174         (widget-minor-mode): Use define-minor-mode.
16176         * woman.el (woman-mode-map, woman-syntax-table):
16177         Initialize in the declaration.
16179 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
16181         * doc-view.el: New file.
16183 2007-09-09  Juri Linkov  <juri@jurta.org>
16185         * Makefile.in (update-authors): Add etc/ to AUTHORS.
16187         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
16189         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
16190         to "Startup screen".  Fix docstring.
16191         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
16192         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
16193         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
16194         (initial-scratch-message): Fix docstring.
16195         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
16196         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
16197         Add link to "Customize Startup" and set interval between links to
16198         5 spaces.
16199         (fancy-about-text): Add links "Authors" and "Contributing".
16200         (fancy-splash-head): Add text "Welcome to " on the startup screen,
16201         and "This is " on the about screen.  Add link to
16202         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
16203         For the about screen move emacs version to the header from
16204         `fancy-splash-tail' (as it's done already for normal about screen).
16205         (fancy-splash-tail): Insert emacs version only for startup screen.
16206         (normal-splash-screen): Remove duplicate empty lines.
16207         (normal-about-screen): Add links "Authors" and "Contributing".
16209         * menu-bar.el (menu-bar-help-menu):
16210         Move "About Emacs" and "About GNU" to the end of the Help menu.
16211         Move "Emacs Psychotherapist" after "Send Bug Report...".
16212         Move "External Packages" after "Find Emacs Packages".
16214 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
16216         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
16217         they are useless with the byte compiler.
16218         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
16219         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
16220         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
16221         (tramp-file-name-real-host, tramp-file-name-port)
16222         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
16223         defuns.
16225         * net/tramp-cache.el (top): Improve error message when
16226         `tramp-persistency-file-name' is corrupted.
16228 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
16230         * textmodes/org.el (org-re): Also replace the :alpha: class.
16231         (org-todo-tag-alist): Variable removed.
16232         (org-todo-key-alist, org-todo-key-trigger): New variables.
16233         (org-use-fast-todo-selection): New option.
16234         (org-log-done): Docstring fixed.
16235         (org-deadline-warning-days): New default value 14.
16236         (org-edit-timestamp-down-means-later): New option.
16237         (org-tag-alist): Docstring fixed.
16238         (org-fast-tag-selection-include-todo): New option.
16239         (org-export-language-setup): New languages added.
16240         (org-set-regexps-and-options): Compute the new variables.
16241         (org-paste-subtree): Cleaning up.
16242         (org-remember-apply-template): New escape %A.
16243         (org-todo): Call fast TODO selection.
16244         (org-fast-todo-selection): New function.
16245         (org-add-log-note): Allow prefix for abort exit.
16246         (org-at-property-p, org-entry-properties)
16247         (org-columns-get-autowidth-alist): Use :alpha: class.
16248         (org-get-wdays): New function.
16249         (org-agenda-remove-date): New variable.
16250         (org-agenda-get-deadlines): Use `org-get-wdays'.
16251         (org-agenda-get-deadlines): Reverse ee before returning.
16252         (org-format-agenda-item): New argument REMOVE-RE.
16253         (org-agenda-convert-date): Baha'i calendar added.
16254         (org-infile-export-plist): Also find DATE line.
16255         (org-get-min-level): New function.
16256         (org-export-as-html, org-export-as-ascii): Use the date format.
16257         (org-shiftup, org-shiftdown): Use.
16258         `org-edit-timestamp-down-means-later'.
16259         (org-assign-fast-keys): New function.
16261 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
16263         * cus-start.el (all): Add prefer-window-split-horizontally from
16264         window.c.
16266 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
16268         * net/browse-url.el (browse-url-galeon): Fix last change.
16269         (top-level): Require cl when compiling.
16271 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
16273         * textmodes/org-export-latex.el: arch-tag restored.
16275         * textmodes/org-publish.el: arch-tag restored.
16277 2007-09-08  Masatake YAMATO  <jet@gyve.org>
16279         * progmodes/which-func.el (which-func-modes): Add diff-mode.
16281         * progmodes/cc-langs.el: Support new keywords added to
16282         objective-c frontend of gcc.
16283         (c-simple-stmt-kwds): Add @throw.
16284         (c-block-stmt-2-kwds): Add @synchronized.
16285         (c-block-stmt-1-kwds): Add @finally and @try.
16287 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
16289         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
16290         (org-agenda-after-show-hook): New variable.
16291         (org-columns-compile-format)
16292         (org-columns-get-autowidth-alist, org-buffer-property-keys)
16293         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
16294         property names.
16295         (org-get-wdays): New function.
16297 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16299         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
16301         * term/xterm.el (xterm-function-map): Initialize in the declaration.
16303         * vc-arch.el (vc-arch-checkin): Fix typo.
16305 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
16307         * cus-face.el (custom-theme-set-faces): Set face attributes
16308         locally for each frame.
16310 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16312         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
16313         via font-lock-defaults.
16315         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
16316         derived-mode-p.
16318 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
16320         * progmodes/autoconf.el (autoconf-definition-regexp):
16321         Handle optional square brackets around definition name.
16323 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
16325         * net/browse-url.el (browse-url-browser-function): Add elinks.
16326         (browse-url-elinks-wrapper): New option.
16327         (browse-url-encode-url, browse-url-elinks)
16328         (browse-url-elinks-sentinel): New functions.
16329         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
16330         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
16331         Use new function browse-url-encode-url.
16333 2007-09-07  Glenn Morris  <rgm@gnu.org>
16335         * version.el (emacs-version): Revert 2007-08-29 change: no need to
16336         say if multi-tty is present.
16338 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16340         * cus-start.el (split-window-preferred-function): Add custom info.
16342         * calendar/holidays.el (holiday-list, calendar-check-holidays)
16343         (calendar-mark-holidays, calendar-list-holidays)
16344         (holiday-filter-visible-calendar): New names to clean up namespace.
16345         (filter-visible-calendar-holidays, list-calendar-holidays)
16346         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
16347         Add compatibility aliases.
16348         (calendar-check-holidays, calendar-mark-holidays)
16349         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
16350         (holiday-sexp): Replace append with list.
16351         (holiday-filter-visible-calendar): Replace append with push.
16353         * woman.el: Remove spurious * in docstrings.
16354         (woman-mini-help, woman-non-underline-faces, woman0-rename)
16355         (woman-topic-all-completions-merge, woman-file-name-all-completions)
16356         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
16357         (woman-write-directory-cache, woman-display-extended-fonts)
16358         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
16359         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
16360         (woman-mode): Use inhibit-read-only.
16361         (woman-negative-vertical-space): Use dotimes.
16362         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
16364 2007-09-06  Romain Francoise  <romain@orebokech.com>
16366         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
16367         (vc-bzr-workfile-version): Use it.
16369 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16371         * complete.el (PC-do-completion): Don't try to treat
16372         empty string as an abbreviation.
16374 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
16376         * help-fns.el (describe-variable): Keep doc's text properties.
16378 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
16380         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
16381         instead of a file.
16383 2007-09-06  Glenn Morris  <rgm@gnu.org>
16385         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
16386         (checkdoc-minor-mode): Allow user to specify lighter via
16387         checkdoc-minor-mode-string.
16389 2007-09-05  Richard Stallman  <rms@gnu.org>
16391         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
16392         Several items removed, simplified, or put on one line.
16393         (fancy-about-text): Add substantial contents, part of startup text.
16394         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
16395         (normal-splash-screen): Call normal-mouse-startup-screen,
16396         normal-no-mouse-startup-screen, or normal-about-screen.
16397         (normal-mouse-startup-screen): New fn, broken out, shortened.
16398         (normal-no-mouse-startup-screen): New fn, broken out.
16399         (normal-about-screen): New function, contents all new.
16401 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
16403         * emacs-lisp/rx.el (rx): Fix typo in docstring.
16405 2007-09-05  Glenn Morris  <rgm@gnu.org>
16407         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
16408         is bound.
16410 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
16412         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
16413         in doc string.
16415 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
16417         * server.el (server-start, server-unload-hook): Undo previous change.
16419         * xt-mouse.el: Undo previous change.
16421 2007-09-04  Juri Linkov  <juri@jurta.org>
16423         * startup.el (fancy-about-text): New variable.
16424         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
16425         (fancy-current-text, fancy-splash-stop-time)
16426         (fancy-splash-outer-buffer): Remove variables.
16427         (fancy-splash-head, fancy-splash-tail): Add new optional argument
16428         `startup' and use it to conditionally display different texts for
16429         Startup and About screens.  Don't display Help commands on the About
16430         screen.
16431         (fancy-splash-screens-1): Remove function and move its content to
16432         `fancy-splash-screens' to the part that dislpays the About screen.
16433         (exit-splash-screen): Don't treat specially exiting from
16434         alternating screens.
16435         (fancy-splash-screens): Rename argument `static' to `startup'.
16436         Fix docstring.  Remove code for displaying alternating screens.
16437         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
16438         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
16439         for `inhibit-read-only'.
16440         (normal-splash-screen): Rename argument `static' to `startup'.
16441         Fix docstring.  Use argument `startup' to conditionally display
16442         different texts for Startup and About screens.  Don't display Help
16443         commands on the About screen.  Remove `unwind-protect' `sit-for'
16444         delay and `kill-buffer' after it.
16445         (display-startup-echo-area-message): Remove call to
16446         `use-fancy-splash-screens-p' because image.el is preloaded and
16447         doesn't display "Loading image... done".
16448         (display-splash-screen): Rename argument `static' to `startup'.
16449         Fix docstring.
16451 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
16453         * server.el (server-start, server-unload-hook):
16454         suspend-tty-functions has been renamed to suspend-tty-hook.
16456         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
16457         resume-tty-hook.
16459 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
16461         * loadup.el: Fix merge problem, only load "button" once.
16463 2007-09-03  Glenn Morris  <rgm@gnu.org>
16465         * vc-svn.el (vc-svn-print-log): If there is only one file, use
16466         "Working file:" as the prefix, for the sake of
16467         log-view-current-file.
16469 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
16471         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
16472         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
16473         if the selected frames is in
16474         xterm-modify-other-keys-terminal-list.
16475         (xterm-turn-off-modify-other-keys): Add an optional frame
16476         parameter.  Only turn off modify-other-keys if FRAME is in
16477         xterm-modify-other-keys-terminal-list.
16478         (xterm-remove-modify-other-keys): New function.
16479         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
16480         Add the selected frame to xterm-modify-other-keys-terminal-list.
16482 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
16484         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
16485         (icon-map-list): New variable.
16486         (x-gtk-map-stock): Use icon-map-list.
16488 2007-09-02  Romain Francoise  <romain@orebokech.com>
16490         * log-view.el (log-view-current-file): Balance parens.
16492 2007-09-02  Glenn Morris  <rgm@gnu.org>
16494         * comint.el (comint-mode): Don't set scroll-conservatively.
16496         * eshell/em-unix.el (eshell/time): Stringify and flatten the
16497         non-command arguments.
16499         * log-view.el (log-view-current-file): Give a more explicit error
16500         if log-view-file-re fails to find a match.
16502 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
16504         * emacs-lisp/bytecomp.el (byte-recompile-directory):
16505         Fix bug: Don't expand top-level file name more than once.
16506         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
16508 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16510         * server.el (server-process-filter): Don't display the splash screen.
16511         It's annoying enough on the initial screen and becomes positively
16512         obnoxious here.
16514 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16516         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
16517         Change naming to use "avl-tree--" for internal functions.
16519 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
16521         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
16522         the merge.
16523         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
16524         (provide): Move to the end of file.
16526         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
16528 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
16530         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
16531         New variable.  List of exceptions for the duplicated word rule.
16532         (flyspell-mark-duplications-flag): Mention it.
16533         (flyspell-word): Treat it.
16535         * files.el (create-file-buffer): If the filename sans directory starts
16536         with spaces, remove them.
16538 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
16540         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
16541         (x-gtk-map-stock): Use two directory elements when matching
16542         file name.
16544 2007-08-31  James Wright  <james@chumsley.org>
16546         * eshell/em-unix.el (eshell/info): New function.
16548 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16550         * frame.el (frame-initialize, make-frame):
16551         * server.el (server-process-filter):
16552         * faces.el (tty-set-up-initial-frame-faces): Don't set
16553         term-environment-variable since it's not used any more.
16555         * env.el (setenv): Don't treat $TERM specially.
16557         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
16558         stated otherwise, subprocesses do not send back escape sequences
16559         corresponding to the terminal from which Emacs was started.
16561 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
16563         * calculator.el: Require cl for compilation.
16565 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
16567         * outline.el (outline-font-lock-levels): Comment out unused var.
16568         (outline-font-lock-face): Wrap around face list to handle any
16569         nesting depth gracefully.
16571 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
16573         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
16574         `set-file-times'.
16576 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
16578         * textmodes/org.el (org-export-visible): Fix drawers before export.
16579         (org-do-sort): Allow sorting by priority.
16580         (org-agenda-files): Ignore non-existing files.
16581         (org-agenda-skip-unavailable-files): New variable.
16582         (org-ellipsis): All a face as value.
16583         (org-mode): Interprete the face value of `org-ellipsis'.
16584         (org-archive-save-context-info): New option.
16585         (org-archive-subtree): Store context info in archived entry.
16586         (org-fast-tag-selection-can-set-todo-state): New variable.
16587         (org-fast-tag-selection): Allow setting TODO states through this
16588         interface.
16589         (org-cycle): Docstring updated.
16590         (org-todo-keyword-faces): New option.
16591         (org-get-todo-face): New function.
16592         (org-set-font-lock-defaults, org-agenda-highlight-todo):
16593         Use `org-get-todo-face'.
16594         (org-switch-to-buffer-other-window): New function.
16595         (org-table-edit-field, org-table-show-reference)
16596         (org-table-edit-formulas, org-add-log-note)
16597         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
16598         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
16599         `switch-to-buffer-other-window' to make sure that the temporary
16600         windows show up on the current frame.
16601         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
16602         (org-get-entries-from-diary, org-replace-region-by-html):
16603         Don't allow pop-up frames.
16604         (org-agenda-get-deadlines, org-agenda-get-scheduled):
16605         Fix problems with time-of-day.
16606         (org-export-get-title-from-subtree): New function.
16607         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
16608         with listing items that are DONE.
16609         (org-change-tag-in-region): New command.
16610         (org-agenda-skip-scheduled-if-done)
16611         (org-agenda-skip-deadline-if-done): Docstring clarified.
16612         (org-mode): Hide drawers on startup.
16613         (org-get-todo-face): New function.
16614         (org-todo-keyword-faces): New option.
16615         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
16616         (org-remove-keyword-keys): New function.
16618 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
16620         * progmodes/grep.el (grep-find-ignored-directories):
16621         Add monotone _MTN bookkeeping directory in workspaces.
16622         Add RCS control directory.  List items in alphabetical order.
16624         * progmodes/grep.el (grep-files-aliases): Add cc alias.
16625         Sort items in alphabetical order.  Fix parens.
16627 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
16629         * vc-hg.el (vc-hg-extra-menu-map): New variable.
16630         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
16631         (vc-hg-pull): New functions.
16632         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
16634         * term/mac-win.el: Don't require url, only autoloaded url
16635         functions are used in this file.
16637 2007-08-29  Andreas Schwab  <schwab@suse.de>
16639         * shell.el (shell): Return correct value from interactive spec.
16641 2007-08-29  Glenn Morris  <rgm@gnu.org>
16643         * version.el (emacs-version): Increase to 23.0.50.
16645 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
16647         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
16649 2007-08-29  Juri Linkov  <juri@jurta.org>
16651         * loadup.el: Add "button" loading after "faces" and move "startup"
16652         to load after "button".
16654 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
16656         * loadup.el: Load term/mac-win on a Mac using Carbon.
16658         * term/mac-win.el: Provide mac-win.
16659         (mac-initialized): New variable.
16660         (mac-initialize-window-system): New function.  Move global setup here.
16661         (handle-args-function-alist, frame-creation-function-alist):
16662         (window-system-initialization-alist): Add mac entries.
16663         (x-setup-function-keys): New function containing all the
16664         top level function key definitions.
16666         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
16668         * env.el (read-envvar-name): Don't consider the environment frame param.
16670         * env.el (setenv):
16671         * frame.el (frame-initialize, make-frame):
16672         * faces.el (tty-set-up-initial-frame-faces):
16673         * server.el (server-process-filter): Set
16674         display-environment-variable and term-environment-variable.
16676         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
16678 2007-08-29  Jason Rumney  <jasonr@gnu.org>
16680         * loadup.el: Only load term/x-win when X is compiled in.
16681         Load term/w32-win and dependencies on windows-nt.
16683         * term/w32-win.el: Reorder to match x-win.el more closely.
16684         Provide w32-win.  Don't throw error when global window-system not w32.
16685         (internal-face-interactive): Remove obsolete function.
16686         (x-setup-function-keys): Use local-function-key-map.
16687         (w32-initialized): New variable.
16688         (w32-initialize-window-system): Set it.
16689         Move more global setup here.
16690         (x-setup-function-keys): New function.
16691         (w32-initialize-window-system): Move non function key global setup here.
16692         (x-cut-buffer-max): Remove.
16693         (w32-initialize-window-system): New function.
16694         (handle-args-function-alist, frame-creation-function-alist):
16695         (window-system-initialization-alist): Add w32 entries.
16697 2007-08-29  David Kastrup  <dak@gnu.org>
16699         * env.el (getenv): Pass frame to getenv-internal.
16701 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
16703         * version.el (emacs-version): Show if multi-tty is present.
16705         * loadup.el: Delay loading env; mule-conf gets confused by cl
16706         during bootstrap.  Also load termdev and term/x-win.
16708         * bindings.el (mode-line-client): New variable.
16709         (help-echo): Add it to the default mode-line format.
16711         * cus-start.el: Remove bogus window-system reference from GTK test.
16713         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
16714         (ebrowse-electric-position-mode-map):
16715         * ebuff-menu.el (electric-buffer-menu-mode-map):
16716         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
16717         not `suspend-emacs'.
16719         * ediff-wind.el (ediff-setup-windows-automatic): New function.
16720         (ediff-window-setup-function): Use it as default.
16722         * files.el (save-buffers-kill-terminal): New function.
16723         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
16725         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
16726         and `with-selected-frame'.
16728         * help-fns.el (describe-variable): Describe frame-local variables
16729         correctly.
16731         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
16732         display support.
16733         (normal-erase-is-backspace-setup-frame): New function.
16735         * subr.el (with-selected-frame): New function.
16736         (read-quoted-char): Use terminal-local binding of
16737         local-function-key-map instead of function-key-map.
16739         * talk.el (talk): New function.
16740         (talk-handle-delete-frame): New function.
16741         (talk-add-display): Open a new frame only if FRAME was not a frame.
16743         * termdev.el: New file.
16745         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
16746         * term/x-win.el: Don't bind f10.
16747         * tmm.el: Remove autoload binding for f10.
16749         * international/encoded-kb.el (encoded-kbd-setup-display): Use
16750         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
16751         Store the saved input method as a terminal parameter.  Add keymap
16752         parameter.  Use it instead of changing key-translation-map directly.
16753         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
16754         Remove.
16755         (encoded-kbd-setup-display): New function.
16757         * international/mule-cmds.el (set-locale-environment): Fix getenv
16758         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
16759         set the keyboard coding system.  Add DISPLAY parameter.
16760         (set-display-table-and-terminal-coding-system): Add DISPLAY
16761         parameter.  Pass it to set-terminal-coding-system.
16763         * international/mule.el (keyboard-coding-system): Test for
16764         encoded-kbd-setup-display, not encoded-kbd-mode.
16765         (set-terminal-coding-system, set-keyboard-coding-system): Add
16766         DISPLAY parameter.
16767         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
16769         * term/README: Update.
16771         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
16773         * term/x-win.el (x-setup-function-keys): New function.  Move
16774         function-key-map tweaks here.  Protect against multiple calls on
16775         the same terminal.  Use terminal-local binding of
16776         local-function-key-map instead of function-key-map.
16777         (x-initialize-window-system): Make a copy of pure list.  Pass a
16778         frame getenv.
16780         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
16781         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
16782         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
16783         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
16784         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
16785         local-function-key-map instead of function-key-map.
16787         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
16788         `substitute-key-definition' and `define-key' calls against
16789         multiple execution.  Use terminal-local binding of
16790         local-function-key-map instead of function-key-map.  Pass a frame
16791         to getenv.
16793         * edmacro.el (edmacro-format-keys):
16794         * emulation/cua-base.el (cua--pre-command-handler):
16795         * isearch.el (isearch-other-meta-char):
16796         * xt-mouse.el: Use terminal-local binding of
16797         local-function-key-map instead of function-key-map.
16799         * fringe.el (set-fringe-mode): Simplify and fix using
16800         `modify-all-frames-parameters'.
16801         * scroll-bar.el (set-scroll-bar-mode): Ditto.
16802         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
16803         check before calling `tool-bar-setup'.
16804         (tool-bar-setup): New variable.
16805         (tool-bar-setup): Use it to guard against multiple calls.  Add
16806         optional frame parameter, and select that frame before adding items.
16807         (toggle-tool-bar-mode-from-frame): New function.
16809         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
16810         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
16811         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
16812         "Tool-bar" toggles to reflect the state of the current frame.
16813         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
16815         * env.el: Require cl for byte compilation (for `block' and `return').
16816         (environment, setenv-internal): New functions.
16817         (let-environment): New macro.
16818         (setenv, getenv): Add optional terminal parameter.  Update docs.
16819         (setenv): Use setenv-internal.  Always set process-environment.
16820         Handle `local-environment-variables'.
16821         (read-envvar-name, setenv, getenv): Use frame parameters
16822         to store the local environment, not terminal parameters.  Include
16823         `process-environment' as well.
16825         * faces.el (tty-run-terminal-initialization): New function.
16826         (tty-create-frame-with-faces): Use it.  Set up faces and
16827         background mode only after the terminal has been initialized.
16828         Call terminal-init-*.  Don't load the initialization file more
16829         than once.  Call set-locale-environment.
16830         (frame-set-background-mode): Handle the 'background-mode terminal
16831         parameter.
16832         (tty-find-type): New function.
16833         (x-create-frame-with-faces): Remove bogus check for
16834         first frame.  Call `tool-bar-setup'.  Don't make frame visible
16835         until we are done setting up all its parameters.  Call
16836         x-setup-function-keys.
16838         * frame.el (make-frame): Always inherit 'environment and 'client
16839         parameters.  Set up the 'environment frame parameter, when needed.
16840         Also inherit 'client parameter.  Don't override explicitly
16841         specified values with inherited ones.  Add 'terminal frame
16842         parameter.  Append window-system-default-frame-alist to parameters
16843         before calling frame-creation-function.
16844         (frame-initialize): Copy the environment from the initial frame.
16845         (window-system-default-frame-alist): Enhance doc string.
16846         (frame-notice-user-settings): Don't put 'tool-bar-lines in
16847         `default-frame-alist' when initial frame is on a tty.
16848         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
16849         Remove specified parameters from `window-system-default-frame-alist'.
16850         (make-frame-on-tty, framep-on-display, suspend-frame):
16851         Extend doc string, update parameter names.
16852         (frames-on-display-list): Use terminal-id to get the display id.
16853         (frame-notice-user-settings): Extend to apply
16854         settings in `window-system-default-frame-alist' as well.
16855         (terminal-id, terminal-parameters, terminal-parameter)
16856         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
16857         (delete-frame-functions): Add to `delete-frame-functions' hook.
16858         (blink-cursor-mode): Adapt blink-cursor-mode default
16859         value from startup.el.
16860         (make-frame-on-display): Protect condition on x-initialized when
16861         x-win.el is not loaded.  Update doc.
16862         (suspend-frame): Use display-controlling-tty-p to decide between
16863         suspend-emacs and suspend-tty.
16864         (frames-on-display-list): Update for display ids.
16865         (framep-on-display): Ditto.
16866         (suspend-frame): Use display-name, not frame-tty-name.
16867         (selected-terminal): New function.
16869         * server.el: Use `device' instead of `display' or `display-id' in
16870         variable and client parameter names.
16871         (server-select-display): Remove (unused).
16872         (server-tty-live-p, server-handle-delete-tty): Remove.
16873         (server-unquote-arg, server-quote-arg, server-buffer-clients):
16874         Update docs.
16875         (server-getenv-from, server-with-environment, server-send-string)
16876         (server-save-buffers-kill-terminal): New functions.
16877         (server-delete-client): Handle quits in kill-buffer.  Don't kill
16878         modified buffers.  Add extra logging.  Delete frames after
16879         deleting the tty.  Clear 'client parameter before deleting a frame.
16880         Use delete-display, not delete-tty.
16881         (server-visit-files): Don't set `server-existing-buffer' if the
16882         buffer already has other clients.  Return list of buffers
16883         created.  Update doc.  Don't set client-record when nowait.
16884         (server-handle-delete-frame): Delete the client if this was its
16885         last frame.  Check that the frame is alive.  Remove bogus comment.
16886         Add note on possible race condition.  Delete tty clients, if needed.
16887         (server-handle-suspend-tty): Use server-send-string.  Kill the
16888         client in case of errors from process-send-string.  Use the display
16889         parameter.
16890         (server-unload-hook): Remove obsolete delete-tty hook.
16891         (server-start): Ask before restarting if the old server still has
16892         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
16893         (server-process-filter): Use server-send-string.  Accept `-dir'
16894         command.  Switch to *scratch* immediately after creating the frame,
16895         before evaluating any -evals.  Protect `display-splash-screen'
16896         call in a condition-case.  Explain why.  Call
16897         `display-startup-echo-area-message' before
16898         `display-splash-screen'.  Don't display the splash screen when no
16899         frame was created.  Show the Emacs splash screen and startup echo
16900         area message.  Display the *scratch* buffer by default.  Store the
16901         local environment in a frame (not terminal) parameter.  Do not try
16902         to decode environment strings.  Fix reference to the 'display
16903         frame parameter.  Change syntax of environment variables.  Put
16904         environment into terminal parameters, not client parameters.  Use
16905         a dummy client with --no-wait's X frames.  In `-position LINE'
16906         handler, don't ruin the request string until the line number is
16907         extracted.  Log opened files.  Handle -current-frame command.
16908         Don't create frames when it is given.  Don't bind X frames to the
16909         client when we are in -no-wait mode.  Set locale environment
16910         variables from client while creating tty frames.  Disable call to
16911         configure-display-for-locale.  When processing -position command,
16912         don't change the request string until the parameters are
16913         extracted.  Don't try to create an X frame when Emacs does not
16914         support it.  Improve logging.  Temporarily set ncurses-related
16915         environment variables to those of the client while creating a new
16916         tty frame.  Select buffers opened by nowait clients, don't leave
16917         them buried under others.  Set the display parameter, and use it
16918         when appropriate.
16920         * startup.el (display-startup-echo-area-message): Handle
16921         `inhibit-startup-echo-area-message' here.
16922         (command-line-1): Moved from here.
16923         (fancy-splash-screens): Use `overriding-local-map' instead of
16924         `overriding-terminal-local-map' for now; the latter doesn't work
16925         right, it looses keypresses to another terminal.  Use
16926         `overriding-terminal-local-map' to set up keymap.  Install a
16927         `delete-frame-functions' hook to catch `delete-frame' events.
16928         Ignore `select-window' events to cope better with
16929         `focus-follows-mouse'.  Don't switch back to the original buffer
16930         if the splash frame has been killed.  Restore previous buffer, even
16931         if it's *scratch*.
16932         (normal-splash-screen): Don't let-bind `mode-line-format'; it
16933         changes the global binding - setq it instead.  Use
16934         `save-buffers-kill-terminal'.
16935         (display-splash-screen): Don't do anything if the splash screen is
16936         already displayed elsewhere.
16937         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
16938         (command-line): Replace duplicated code with a call to
16939         tty-run-terminal-initialization.  Don't load the terminal
16940         initialization file more than once.  Remove call to nonexistent
16941         function `set-locale-translation-file-name'.
16943         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
16944         parameters.
16945         (xterm-mouse-position-function, xterm-mouse-event): Update.
16946         (xterm-mouse-mode): Don't depend on current value of window-system.
16947         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16948         Update for multi-tty.
16949         (turn-on-xterm-mouse-tracking-on-terminal)
16950         (turn-off-xterm-mouse-tracking-on-terminal)
16951         (xterm-mouse-handle-delete-frame): New functions.
16952         (delete-frame-functions, after-make-frame-functions)
16953         (suspend-tty-functions, resume-tty-functions): Install extra hooks
16954         for multi-tty.
16956 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16958         * simple.el (invisible-p): Remove: implemented in C now.
16959         (line-move-invisible-p): Remove obsolete alias.
16961 2007-08-28  Juri Linkov  <juri@jurta.org>
16963         * image-mode.el (image-type): New variable.
16964         (image-mode): Set default major mode name to "Image[text]".
16965         (image-minor-mode): Change LIGHTER to display image-type in the
16966         mode line.
16967         (image-minor-mode): Set default image-type to "text".
16968         (image-toggle-display): After switching to text mode, set
16969         image-type to "text" and major mode name to "Image[text]".
16970         After switching to image mode, set image-type to actual image
16971         type, and add image type to major mode name.  Let-bind the same
16972         variable names as arguments of `image-type' and `create-image'.
16973         Bind `type' to the result of `image-type' and use it as arg
16974         of `create-image' to not determine the image type twice.
16976 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
16978         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
16979         (tramp-set-file-uid-gid, tramp-get-local-uid)
16980         (tramp-get-local-gid): New defuns.
16981         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
16982         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
16983         Improve fast track.
16984         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
16985         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
16986         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
16987         (tramp-handle-write-region): Improve fast track.
16988         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
16989         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
16990         be nil.
16992 2007-08-28  Ivan Kanis  <apple@kanis.eu>
16994         * time.el: New feature to display several time zones in a buffer.
16995         (display-time-world-mode, display-time-world-display)
16996         (display-time-world, display-time-world-timer): New functions.
16997         (display-time-world-list, display-time-world-time-format)
16998         (display-time-world-buffer-name, display-time-world-timer-enable)
16999         (display-time-world-timer-second, display-time-world-mode-map):
17000         New variables.
17002 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
17004         * term/x-win.el (x-gtk-stock-map): New variable.
17005         (x-gtk-map-stock): New function.
17007         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
17008         prev/next-node.
17010 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
17012         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
17014 2007-08-28  Glenn Morris  <rgm@gnu.org>
17016         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
17018 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
17020         * progmodes/modula2.el (m2-definition, m2-module):
17021         Don't use previous-line.  Reported by T. V. Raman.
17023 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17025         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
17026         argument to tool-bar-mode call.
17028 2007-08-27  Glenn Morris  <rgm@gnu.org>
17030         * diff-mode.el (diff-find-file-name): Only accept regular files,
17031         to rule out /dev/null, directories, etc.
17033         * vc-svn.el (vc-svn-diff): If the repository version of all the
17034         files is the same as the specified OLDVERS, do a local diff.
17036 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17038         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
17039         of buffers in uniquify-managed.
17041         * simple.el (invisible-p): Rename from text-invisible-p.
17042         Update callers.
17044         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
17045         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
17046         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
17047         (cperl-etags-goto-tag-location): Use new style backquotes.
17049         * net/browse-url.el: Remove spurious * in custom docstrings.
17050         (browse-url-filename-alist): Use new-style backquote.
17052         * emacs-lisp/backquote.el (backquote-unquote-symbol)
17053         (backquote-splice-symbol): Clarify they're not new-style unquotes.
17055         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
17056         (\,@): Backslash the , and ,@ which are not new-style unquotes.
17058         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
17060         * net/socks.el (socks-username/password-auth-filter):
17061         Remove unused vars `state' and `desired-len'.
17062         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
17063         (socks-wait-for-state-change): Use new-style backquotes.
17065         * pcvs.el (cvs-mode-status): Fix long-standing typo.
17067         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
17068         backquotes after each `read' rather than once per buffer.
17070         * dframe.el: Remove spurious * in custom docstrings.
17071         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
17072         (dframe-xemacs20p): Remove, inline at the sole use point.
17073         (defface): Don't defvar the face, don't use old-style backquote.
17074         (defcustom): Don't use old-style backquote.
17075         (dframe-frame-parameter, dframe-mouse-event-p):
17076         Make it obvious that it's always defined.
17077         (dframe-popup-kludge): New function to replace
17078         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
17079         (dframe-frame-mode, dframe-set-timer-internal)
17080         (dframe-mouse-set-point): Remove use of with-no-warnings from
17081         XEmacs-specific code.
17082         (dframe-set-timer-internal): Fix very old bug with
17083         post-command-idle-hook.
17085         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
17087         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
17088         warning if the file uses old style backquotes.
17090         * emacs-lisp/bytecomp.el (byte-compile-log-file)
17091         (byte-recompile-directory, byte-compile-file)
17092         (byte-compile-from-buffer): Use with-current-buffer.
17094         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
17095         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
17096         (line-move-1, line-move-finish, line-move-to-column)
17097         (move-end-of-line, move-beginning-of-line): Use new name.
17099         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
17101         * progmodes/ada-mode.el: Fix up comment style in header.
17102         (ada-check-emacs-version): Remove.
17103         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
17104         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
17105         to try and quieten the byte-compiler.
17106         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
17108         * vc.el (vc-annotate-warp-version): Don't use previous-line.
17110 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
17112         * net/browse-url.el (browse-url-emacs): New function.
17114 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
17116         * emacs-lisp/avl-tree.el: New file.
17118 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
17120         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
17121         was used.
17123 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
17125         * complete.el (PC-do-completion): Make RET accept a non-unique but
17126         complete expansion again.
17128 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
17130         * eshell/esh-opt.el (eshell-eval-using-options):
17131         Add debug declaration.
17133 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
17135         * log-view.el (log-view-toggle-mark-entry): Add docstring.
17136         (log-view-get-marked): Likewise.
17138         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
17139         (vc-delete-automatic-version-backups): Likewise.
17141         * vc.el (vc-dired-buffers-for-dir): Likewise.
17143 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
17145         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
17146         safe-local-variable setting.
17147         * progmodes/perl-mode.el (perl-indent-level): Likewise.
17149         * log-view.el (log-view-marked-list): Delete variable.
17150         (log-view-mode): Don't use it.
17151         (log-view-toggle-mark-entry): Likewise, simplify.
17152         (log-view-current-tag): Don't return properties.
17153         (log-view-get-marked): New function.
17155 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
17157         * vc-git.el (vc-git-mode-line-string): New function.
17159 2007-08-25  Alan Mackenzie  <acm@muc.de>
17161         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
17162         new language variable.
17164         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
17165         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
17166         "extern" etc., rather than BOI.  Fix addition of spurious
17167         syntactic-symbol 'defun-block-intro, replacing it with
17168         'innamespace, etc.
17170 2007-08-25  Juri Linkov  <juri@jurta.org>
17172         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
17174         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
17175         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
17176         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
17178         * image.el (image-type-header-regexps): Use more complex regexp for svg.
17179         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
17180         (image-type-auto-detectable): Add (svg . maybe).
17182         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
17183         to treat it like .tgz.
17185         * calendar/cal-bahai.el: Add file coding cookie.
17187 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
17189         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
17190         Don't behave differently when executed via M-x.  Add doc string.
17192         * sort.el (sort-fold-case, sort-numeric-base): Mark as
17193         safe-local-variable.
17195 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
17197         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
17198         the default value.
17199         (math-calendar-tzinfo): New variable.
17200         (math-get-calendar-tzinfo): New function.
17201         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
17202         to get information when zone is nil.
17204 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
17206         * log-view.el (log-view-toggle-mark-entry): New function.
17207         (log-view-mode-map): Bind it.
17208         (log-view-marked-list): New variable.
17209         (log-view-mode): Make it local.
17211 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
17213         * play/zone.el (zone-pgm-rat-race): New func.
17214         (zone-programs): Add `zone-pgm-rat-race'.
17216 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17218         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
17219         a list.
17221 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
17223         * progmodes/hideshow.el (hs-match-data): Delete alias.
17224         (hs-hide-block-at-point, hs-find-block-beginning)
17225         (hs-show-block): Use `match-data' directly.
17227 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
17229         * format.el (format-alist): Fix typo in doc-string.
17231 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
17233         * net/tramp.el (tramp-local-host-p): New defun.
17234         (tramp-handle-file-local-copy, tramp-handle-write-region):
17235         Implement fast track when being on the local host.
17236         (tramp-file-name-handler): Don't set "started" property.  It shall
17237         be reserved for the "ftp" method.
17238         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
17240         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
17241         (tramp-ftp-file-name-handler): Set "started" property.
17243 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
17245         * files.el (backup-buffer-copy): Don't wrap delete in
17246         condition-case, only try to delete if file exists.
17248 2007-08-24  Glenn Morris  <rgm@gnu.org>
17250         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
17252         * startup.el (tutorial-directory): Set with eval-at-startup so it
17253         gets the right value in an installed Emacs.
17255 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
17257         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
17258         (eldoc-highlight-function-argument): Use it.
17260 2007-08-23  Masatake YAMATO  <jet@gyve.org>
17262         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
17263         name of parameters in document body.
17265 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17267         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
17268         (byte-compile-output-as-comment): Use with-current-buffer rather than
17269         a weird set-buffer&prog1 combination.
17271         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
17272         test so as to optimise cases where the `progn's result is constant.
17274 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
17276         * locate.el (locate-get-file-positions):
17277         Use line-beginning-position and line-end-position.
17279 2007-08-23  John Wiegley  <johnw@newartisans.com>
17281         * calendar/cal-bahai.el: Added in the diacriticals that were
17282         missing for many of the month names.
17284 2007-08-22  Jason Rumney  <jasonr@gnu.org>
17286         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
17288 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
17290         * image-mode.el (image-minor-mode): Use image-mode-text-map.
17292 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
17294         * dabbrev.el (dabbrev--progress-reporter): New variable.
17295         (dabbrev--scanning-message): Delete func.
17296         (dabbrev--find-expansion): Use a progress reporter
17297         instead of dabbrev--scanning-message.
17299 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
17301         * comint.el (comint-exec-1): Raise an error if
17302         `start-file-process' does not return a process object.
17304         * shell.el (shell): Prompt for `default-directory' if it is a
17305         remote file name, and if called with a prefix arg.
17307 2007-08-22  Sam Steingold  <sds@gnu.org>
17309         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
17311 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
17313         * textmodes/org-export-latex.el: New file.
17315         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
17317         * textmodes/org.el (org-agenda-skip): Allow a form for
17318         `org-agenda-skip-function'.
17319         (org-agenda-redo): Re-use local settings.
17320         (org-agenda): Store local settings.
17321         (org-agenda-deadline-faces): New option.
17322         (org-agenda-deadline-face): New function.
17323         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
17324         entries on their due date.
17325         (org-agenda-get-timestamps): No longer handle the due dates of
17326         schedules and deadline items.
17327         (org-insert-link-global, org-open-at-point-global): New commands.
17328         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
17329         :for-ascii parameter.
17330         (org-skip-comments): Function removed.
17331         (org-cleaned-string-for-export): Handle special table lines.
17332         (org-global-properties): New option.
17333         (org-entry-get-with-inheritance): Check global properties.
17334         (org-local-properties): New variable.
17335         (org-set-regexps-and-options): Find the #+PROPERTY line.
17336         (org-link-types): Change type into variable (was constant).
17337         (org-make-link-regexps): New function.
17338         (org-link-re-with-space, org-link-re-with-space2)
17339         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
17340         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
17341         these regular expressions happens now in the function
17342         `org-make-link-regexps'.
17343         (org-store-link): Call the functions in
17344         `org-store-link-functions'.
17345         (org-add-link-type): New function.
17346         (org-store-link-functions): New variable.
17347         (org-activate-tags): Force matches to be in headlines.
17348         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
17349         (org-columns-display-here): Make sure this works in a narrowed
17350         buffer by checking for point-min.
17351         (org-columns-display-here): Make the rest of the line intangible,
17352         so that point never can be there.
17353         (org-cleaned-string-for-export): Use `with-current-buffer'.
17354         (org-replace-region-by-html): Use `with-current-buffer'.
17355         (org-unfontify-region, org-do-occur, org-columns-display-here)
17356         (org-columns-remove-overlays, org-columns-quit)
17357         (org-columns-edit-value, org-columns-next-allowed-value)
17358         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
17359         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
17360         (org-agenda-todo, org-agenda-change-all-lines)
17361         (org-agenda-align-tags, org-agenda-priority)
17362         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
17363         (org-agenda-show-new-time, org-cleaned-string-for-export)
17364         (org-export-grab-title-from-buffer)
17365         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
17366         instead of `buffer-read-only'.
17367         (org-export-as-html): Set `coding-system-for-write'.
17368         (org-remember-store-without-prompt): New option.
17369         (org-archive-subtree): Fixed bug with modifying TODO keyword.
17370         (org-beginning-of-line): Also treat C-a special in items.
17371         (org-table-convert-refs-to-rc): Fixed problem with column
17372         reference after "..".
17373         (org-columns-compute): Don't mark buffer modified because of text
17374         properties.
17375         (org-batch-store-agenda-views): Use the variable
17376         `default-directory', not the function.
17377         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
17378         (org-clock-out-when-done): New option.
17379         (org-html-entities): Added HTML entities for smileys.
17381 2007-08-22  Glenn Morris  <rgm@gnu.org>
17383         * image.el (create-image): Doc fix.
17385         * startup.el (tutorial-directory): New constant.
17386         (fancy-splash-text): Tutorials now in tutorial-directory.
17387         * tutorial.el (help-with-tutorial): Tutorials now in
17388         tutorial-directory.
17390 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
17392         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
17393         otherwise.
17394         (tramp-get-remote-path): New defun.  Replace occurrences of
17395         `tramp-default-remote-path' by this function.
17396         (tramp-set-remote-path): Move most of the code to
17397         `tramp-get-remote-path'.
17398         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
17399         existing directories, this is done already in
17400         `tramp-get-remote-path'.
17402 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
17404         * image-file.el (image-file-name-extensions): Add "svg".
17405         * image.el (image-type-header-regexps): Add svg entry.
17407 2007-08-22  Glenn Morris  <rgm@gnu.org>
17409         * files.el (backup-buffer-copy): Check backup directory is
17410         writable, to avoid infloop deleting old backup.
17412         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
17413         movemail related variables.
17414         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
17415         will now be set before this is called.
17417 2007-08-21  Juri Linkov  <juri@jurta.org>
17419         * delsel.el (delete-selection-pre-hook):
17420         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
17421         instead of checking last-command.
17423 2007-08-21  Juri Linkov  <juri@jurta.org>
17425         * loadup.el: Preload "button".
17427 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17429         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17430         Add previous-line and next-line.
17432         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
17433         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
17435         * vc-hooks.el (vc-menu-entry): New var.
17436         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
17437         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
17438         (vc-menu-map): Declare and initialize in one step.
17439         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
17441         * menu-bar.el (vc-menu-map): Don't setup any more.
17442         Instead, just create the proper spot in the menu.
17444 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17446         * smerge-mode.el (smerge-resolve): New arg `safe'.
17447         (smerge-resolve-all, smerge-batch-resolve): New function.
17448         (smerge-refine): Make sure `diff' returns the expected result.
17449         (smerge-parsep-re): New const.
17450         (smerge-mode): Use it to adjust paragraph-separate.
17452         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17453         Correctly match / regexp matchers as first char on a line when
17454         fontifying only that line.
17456         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
17458 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17460         * vc-bzr.el: Don't fiddle with vc-handled-backend.
17461         (vc-bzr-registered): Don't redundantly protect against
17462         file-error.  Actually use the format-specific code.
17463         (vc-bzr-buffer-nonblank-p): Remove.
17464         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
17466 2007-08-20  Juri Linkov  <juri@jurta.org>
17468         * startup.el (fancy-splash-text): Change multiple tabs into one
17469         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
17470         and "Recover Crashed Session").
17471         (fancy-splash-screens): Set tab-width to 22.
17472         (normal-splash-screen): Replace literal tabs with \t and
17473         fix whitespace.  Remove "Useful File menu items" section (with
17474         "Exit Emacs" and "Recover Crashed Session").
17476 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
17478         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
17479         extracted from `eval-last-sexp-1'.
17480         (eval-last-sexp-1): Call `preceding-sexp'.
17482 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
17484         * vc-rcs.el (vc-rcs-annotate-command):
17485         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
17486         Add back :vc-annotate-prefix propertization.
17488 2007-08-20  Andreas Schwab  <schwab@suse.de>
17490         * mail/rmail.el (rmail-autodetect): Doc fix.
17492 2007-08-19  Juri Linkov  <juri@jurta.org>
17494         * startup.el (normal-splash-screen): Add more links.
17496 2007-08-19  Juri Linkov  <juri@jurta.org>
17498         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
17499         because it's common to both types of splash screen: fancy and normal.
17500         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
17501         (exit-splash-screen): Rename from `fancy-splash-quit'.
17502         Use `quit-window' instead of `kill-buffer'.
17503         (fancy-splash-head): Use make-button to insert GNU image link.
17504         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
17505         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
17506         (normal-splash-screen): Put "Browse manuals" on the same line with
17507         "Emacs manual".  Remove descriptions from "Useful tasks" and put
17508         all links in two columns on two lines.
17510 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17512         * emulation/viper.el (viper-remove-hooks): Remove some additional
17513         viper hooks when the user calls viper-go-away.
17514         (viper-go-away): Restore the default of default-major-mode.
17515         Save the value of default-major-mode before vaperization.
17517         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
17519         * emulation/viper-ex.el: Replace error "" with "Viper bell".
17521         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
17522         buffer for which file is created.
17524 2007-08-19  Glenn Morris  <rgm@gnu.org>
17526         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
17527         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
17528         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
17529         shadow files messing up the compilation.
17531 2007-08-18  Glenn Morris  <rgm@gnu.org>
17533         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
17534         string.  Also apply eldoc-argument-case in the help-split-fundoc
17535         case.  Adapt for changed behavior of eldoc-function-argstring,
17536         eldoc-function-argstring-format, and
17537         eldoc-highlight-function-argument.
17538         (eldoc-highlight-function-argument): Handle nil INDEX argument,
17539         just call eldoc-docstring-format-sym-doc in that case.
17540         (eldoc-function-argstring): Change the behavior.  Now it converts
17541         an argument list to a string.
17542         (eldoc-function-argstring-format): Change the behavior.  Now it
17543         applies `eldoc-argument-case' to a string.
17545         * progmodes/scheme.el (scheme-mode-variables): Set
17546         font-lock-comment-start-skip.
17548 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
17550         * progmodes/ada-mode.el (ada-create-syntax-table): Move
17551         set-syntax-table from here to ...
17552         (ada-mode): ... here.  Do not change global value of
17553         comment-multi-line.  Call new function
17554         ada-initialize-syntax-table-properties and add new function
17555         ada-handle-syntax-table-properties to font-lock-mode-hook.
17556         (ada-deactivate-properties, ada-initialize-properties): Replace
17557         by new functions ...
17558         (ada-handle-syntax-table-properties)
17559         (ada-initialize-syntax-table-properties)
17560         (ada-set-syntax-table-properties): ... to set up syntax-table
17561         properties uniformly, independently from whether font-lock-mode
17562         is enabled or not.  Handle read-only buffers and do not change
17563         undo-list when setting syntax-table properties.
17564         (ada-after-change-function): Use ada-set-syntax-table-properties.
17566 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
17568         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
17569         (meta-indent-current-nesting): Use a computation of the nesting
17570         instead.
17571         (meta-indent-current-indentation): Indentation is given according
17572         to nesting and if the previous line was finished or not.
17573         (meta-indent-unfinished-line): Tell if the current line ends with
17574         a finished expression.
17575         (meta-indent-looking-at-code): Like `looking-at', but checks if
17576         the point is in a string before.
17577         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
17578         done in the nesting function.
17579         (meta-indent-in-string-p): Tell if the current point is in a
17580         string.
17581         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
17582         previous functions.
17584 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
17586         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
17587         (copyright-update-year, copyright-update)
17588         (copyright-fix-years): Use it.
17590 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
17592         * emacs-lisp/copyright.el (copyright-update-year):
17593         Fix bug: Handle nil copyright-limit.
17595 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
17597         * calc/calc-units.el (math-standard-units): Give exact
17598         conversion for tsp.
17600         * calc/calc.el (math-bignum-digit-length): Compute the
17601         appropriate value.
17603         * calc/calc-bin.el (math-bignum-logb-digit-size)
17604         (math-bignum-digit-power-of-two):
17605         * calc/calc-comb.el (math-small-factorial-table):
17606         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
17607         (math-approx-gamma-const):
17608         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
17609         (math-besY1, math-bernoulli-b-cache):
17610         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
17611         Remove `eval-when-compile's.
17613 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
17615         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
17616         (cperl-find-pods-heres): Fix an error when typing expressions like
17617         `s{a}{b}'.
17619 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
17621         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
17622         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
17623         a special case (there's no build number).
17625 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
17627         * completion.el (symbol-under-point, symbol-before-point)
17628         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
17630 2007-08-17  Glenn Morris  <rgm@gnu.org>
17632         * progmodes/compile.el (compilation-get-file-structure): Make use
17633         of the directory part when checking for an existing entry, to
17634         handle files with same basename in different directories.
17636 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
17638         * calc/calc.el (calc-language-alist): Add texinfo-mode.
17640 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17642         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
17643         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
17644         (ps-paragraph-spacing): Docstring fix.
17646 2007-08-16  Glenn Morris  <rgm@gnu.org>
17648         * ps-print.el (ps-font-size): Doc fix.
17650 2007-08-16  Richard Stallman  <rms@gnu.org>
17652         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
17654 2007-08-15  Juri Linkov  <juri@jurta.org>
17656         * startup.el (initialization): Change parent group from `internal'
17657         to `environment'.
17658         (initial-buffer-choice): New variable.
17659         (command-line): Revert 2007-07-02 change that sets
17660         buffer-offer-save in *scratch* and enables auto-save in it.
17661         (fancy-splash-text): Add links to existing items.  Add new items
17662         with links for useful tasks.  Move information about Control-g to
17663         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
17664         (fancy-splash-keymap): New variable.
17665         (fancy-splash-last-input-event): Remove variable.
17666         (fancy-splash-insert): Add processing of `:link' element.
17667         (fancy-splash-head): Replace "Type Control-l to begin editing"
17668         with "Type `q' to exit".
17669         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
17670         (fancy-splash-default-action, fancy-splash-special-event-action):
17671         Remove functions.
17672         (fancy-splash-quit): New function.
17673         (fancy-splash-screens): Rename input arg from `hide-on-input' to
17674         `static' and reverse the condition of its usage.  Don't preserve
17675         original values of `minor-mode-map-alist',
17676         `emulation-mode-map-alists', `special-event-map'.
17677         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
17678         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
17679         Remove processing of special events.  Use local key map
17680         `fancy-splash-keymap'.  Set buffer to read-only.
17681         (normal-splash-screen): Rename input arg from `hide-on-input' to
17682         `static' and reverse the condition of its usage.
17683         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
17684         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
17685         Add links to existing items.  Add new items with links for useful
17686         tasks.  Use local key map `fancy-splash-keymap'.
17687         (display-splash-screen): Rename input arg from `hide-on-input' to
17688         `static'.
17689         (about-emacs): Add alias to display-splash-screen.
17690         (command-line-1): Use `initial-buffer-choice'.
17692         * menu-bar.el (menu-bar-help-menu):
17693         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
17694         item to about-emacs instead of display-splash-screen.
17696 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
17698         * calc/calc-units.el (math-standard-units): Update values.
17699         Put in exact, rational values when possible.
17700         (math-unit-prefixes): Replace floats with powers of ten.
17701         (math-standard-units-systems): Replace floats with integers.
17702         (math-make-unit-string): Remove extra spaces in output.
17704 2007-08-15  Glenn Morris  <rgm@gnu.org>
17706         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
17707         sloppier, for the sake of GNU Mailman.
17708         (rmail-digest-rfc1153): Initialize `result' correctly.
17710 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
17712         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
17713         in the mail title.  Suggested by Reiner Steib.
17715 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
17717         * calc/calc-aent.el (calc-do-quick-calc): Add binary
17718         representation of integers to the list of outputs.
17720 2007-08-14  Glenn Morris  <rgm@gnu.org>
17722         * simple.el (bad-packages-alist): New constant.
17723         (bad-package-check): New function.  Together, these two add elements
17724         to `after-load-alist' to check for problematic external packages.
17725         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
17727 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
17729         * calc/calc-units.el (math-get-standard-units)
17730         (math-get-units, math-make-unit-string)
17731         (math-get-default-units, math-put-default-units): New functions.
17732         (math-default-units-table): New variable.
17733         (calc-convert-units, calc-convert-temperature): Add machinery
17734         to supply default values.
17736 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17738         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
17739         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
17740         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
17741         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
17743         * emulation/tpu-extras.el: Remove spurious * in docstrings.
17744         Put its autoloads into tpu-edt.el rather than loaddefs.el.
17745         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
17746         Make into a proper minor-mode.
17747         (tpu-backward-char, tpu-next-line, tpu-previous-line)
17748         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
17749         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
17750         (tpu-set-cursor-free, tpu-set-cursor-bound):
17751         Delegate to tpu-cursor-free-mode.
17752         (tpu-next-line, tpu-previous-line, tpu-forward-line)
17753         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
17754         Use line-move or forward-line instead of next-line-internal.
17756 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
17758         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
17760 2007-08-12  Richard Stallman  <rms@gnu.org>
17762         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
17763         (cvs-execute-single-file): Use new name split-string-and-unquote.
17764         (cvs-header-msg): Use new name combine-and-quote-strings.
17766         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
17768         * progmodes/gud.el (gud-common-init): Use new name
17769         split-string-and-unquote.
17771         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
17772         in javac regexp.
17774         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
17775         combine-and-quote-strings and split-string-and-unquote.
17777         * subr.el (combine-and-quote-strings): Rename from strings->string.
17778         (split-string-and-unquote): Rename from string->strings.
17780 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17782         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
17783         to buffer-local settings.
17785         * emacs-lisp/backquote.el (backquote-delay-process): New function.
17786         (backquote-process): Add internal arg `level'.  Use the two to
17787         correctly handle nested backquotes.
17789 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
17791         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
17792         (vc-bzr-state-words): Add "kind changed" state word.
17793         (vc-bzr-status): New function.  Return Bzr idea of file status,
17794         which is different from VC's.
17795         (vc-bzr-state): Use vc-bzr-status.
17796         (vc-workfile-unchanged-p): Use vc-bzr-status.
17797         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
17798         (vc-dired-state): Process "kind changed" state word.
17800 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17802         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
17804         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
17805         Move from vc-default-find-file-not-found-hook.
17807 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17809         * man.el: Remove spurious * in docstrings.
17810         Merge defvars and toplevel setq-defaults.
17811         (Man-highlight-references0): Limit=nil rather than point-max.
17812         (Man-mode-map): Move initialization into the declaration.
17813         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
17814         (Man-view-header-file): Use expand-file-name rather than concat.
17815         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
17817         * man.el (Man-next-section): Make sure we do not move backward.
17819 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17821         * files.el (auto-mode-alist): Use the purecopied text (duh!).
17823 2007-08-08  Glenn Morris  <rgm@gnu.org>
17825         * Replace `iff' in doc-strings and comments.
17827 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
17829         * dired.el (dired-pop-to-buffer):
17830         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
17831         * calendar/calendar.el (generate-calendar-window):
17832         * progmodes/compile.el (compilation-set-window-height):
17833         * textmodes/two-column.el (2C-two-columns, 2C-merge):
17834         Use window-full-width-p instead of comparing frame-width and
17835         window-width.
17837         * progmodes/compile.el (compilation-find-buffer): Remove extra
17838         argument in call to compilation-buffer-internal-p.
17840 2007-08-07  Tom Tromey  <tromey@redhat.com>
17842         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
17843         Add safe-local-variable property.
17845 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
17847         * image-mode.el (image-toggle-display): Use image-refresh.
17849 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
17851         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
17852         unofficial version.
17853         (vc-bzr-command): Remove redundant setting of process-connection-type.
17854         (vc-bzr-admin-checkout-format-file): Add autoload.
17855         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
17856         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
17857         (vc-bzr-registered): Compare dirstate format tag with known good
17858         value, abort parsing if match fails.  Warn user in docstring.
17859         (vc-bzr-workfile-version): Case for different Bzr branch formats.
17860         See bzrlib/branch.py in Bzr sources.
17861         (vc-bzr-diff): First argument FILES may be a string rather than a list.
17862         (vc-bzr-shell-command): Remove in favor of
17863         vc-bzr-command-discarding-stderr.
17864         (vc-bzr-command-discarding-stderr): New function.
17866 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
17868         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
17869         program, and return nil.
17870         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
17871         (vc-bzr-state): Look for path names relative to the repository
17872         root after status keyword.
17873         (vc-bzr-file-name-relative): New function.
17874         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
17875         depend on it.
17876         (vc-bzr-admin-dirname, ...-checkout-format-file)
17877         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
17878         files that we now parse directly for speed.
17879         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
17880         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
17881         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
17882         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
17883         Bzr warnings, so we must discard it.
17884         (vc-bzr-workfile-version): Speedup counting lines from
17885         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
17886         if that file doesn't exist.
17887         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
17888         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
17889         to `vc-directory-exclusion-list'.
17890         (vc-bzr-shell-command): New function.
17892 2007-08-06  Tom Tromey  <tromey@redhat.com>
17894         * diff-mode.el (diff-unified->context, diff-reverse-direction)
17895         (diff-fixup-modifs): Typo in docstring.
17897 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17899         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
17900         count-screen-lines.
17901         (tpu-edt-off): Disable relevant pieces of advice.
17903         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
17904         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
17905         (newline, newline-and-indent, do-auto-fill): Use advice instead of
17906         redefining the function.
17907         (tpu-set-scroll-margins): Activate the pieces of advice.
17909 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
17911         * help.el (resize-temp-buffer-window): Use window-full-width-p
17912         instead of comparing frame-width and window-width.
17914 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
17916         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
17917         optional quotes around files in NEED-UPDATE . REMOVED case.
17919         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
17920         (ada-treat-cmd-string): Improve error message.
17921         (ada-do-file-completion): Call `ada-require-project-file', so
17922         project variables are set properly.
17923         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
17924         (ada-gnatfind-buffer-name): New constant.
17925         (ada-find-any-references): Use new constant.  Set buffer name
17926         properly in compilation-start.  Toggle read-only properly.
17927         (ada-find-in-src-path): Fix spelling error in docstring.
17929         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
17930         by zero error.
17932 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17934         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
17936 2007-08-12  Richard Stallman  <rms@gnu.org>
17938         * progmodes/sh-script.el (sh): Delete group `unix'.
17940         * progmodes/gud.el (gud): Change to group `processes'.
17942 2007-08-11  Glenn Morris  <rgm@gnu.org>
17944         * progmodes/compile.el (compilation-buffer-name): Don't check
17945         compilation-arguments.  It is superfluous, and the variable isn't
17946         even set when this function is called.
17948 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17950         * term/mac-win.el (mac-ae-reopen-application): New function.
17951         (mac-apple-event-map): Bind "reopen application" Apple event to it.
17953 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17955         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
17956         take tex-font-script-display into account.
17957         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
17958         cell to a list of 2 elements to simplify the unfontify code.
17960 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17962         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
17963         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
17964         ps-print-color-p is neither nil nor black-white.  Reported by Christian
17965         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
17967 2007-08-08  Andreas Schwab  <schwab@suse.de>
17969         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
17970         self-insert-command, not self-insert.
17972 2007-08-08  Glenn Morris  <rgm@gnu.org>
17974         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
17975         argument optional, for backwards compatibility, and only highlight
17976         args when present.  Fix symbol name typo (doc/args).
17978         * help-mode.el (help-make-xrefs): Search for symbol constituents,
17979         rather than just `-'.
17981 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
17983         * calc/calc-units.el (calc-convert-temperature):
17984         Use `/' to create fractions.
17986 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
17988         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
17989         global matching.
17990         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
17991         ERROR-BUFFER more robust.  Display output.
17992         (tramp-file-name-handler): Add a connection property when we found
17993         a foreign file name handler.  This allows backends like ftp to
17994         profit also from usr/host name completion based on connection
17995         cache.
17996         (tramp-send-command-and-read): Search for trash after the regexp
17997         until eol only.  In XEmacs, there is a problem with \n.
17999         * net/tramp-cache.el (top): Read persistent connection history
18000         when cache is empty.
18002 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
18004         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
18005         resulting output.
18007 2007-08-07  Sam Steingold  <sds@gnu.org>
18009         * progmodes/compile.el (compilation-start): Pass nil as startfile
18010         to comint-exec.
18012 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
18014         * longlines.el (longlines-decoded): New variable.
18015         (longlines-mode): Avoid encoding or decoding the buffer twice.
18017 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
18019         * format.el (format-insert-file): Make sure that at most one undo
18020         entry is recorded for the insertion.  Inhibit point-motion and
18021         modification hooks around call to insert-file-contents.
18023 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18025         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
18026         Select the buffer's window before moving point.
18028 2007-08-07  Richard Stallman  <rms@gnu.org>
18030         * term.el (term): Remove parent group `unix'.
18032         * simple.el (default-indent-new-line): New function.
18033         It calls comment-line-break-function if there are comments.
18034         (do-auto-fill): Use that.
18036 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
18038         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
18039         (PC-do-completion): Add "acronym completion" for symbols and
18040         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
18042 2007-08-06  Sam Steingold  <sds@gnu.org>
18044         * mouse.el (mouse-buffer-menu): Pass mode-name through
18045         format-mode-line because it may be a list,
18046         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
18048 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
18050         * printing.el (pr-update-menus): Docstring fix.
18052 2007-08-06  Jason Rumney  <jasonr@gnu.org>
18054         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
18056         * vc-hooks.el (vc-call): Add doc string.
18058 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
18060         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
18061         process-filter.
18063 2007-08-06  Kenichi Handa  <handa@m17n.org>
18065         * international/quail.el: Wrap (require 'help-mode) by
18066         eval-when-compile.
18067         (quail-help-init): New function.
18068         (quail-help): Call quail-help-init.
18069         (quail-store-decode-map-key): Change it to a function.
18071 2007-08-05  Jason Rumney  <jasonr@gnu.org>
18073         * vc.el (vc-rollback): Add norevert argument back.
18074         (vc-revert-buffer): Add back as obsolete alias.
18076 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
18078         * term.el: Honor term-default-fg-color and term-default-bg-color
18079         settings when modifying term-current-face.
18080         (term-default-fg-color, term-default-bg-color): Initialize from
18081         default term-current-face.
18082         (term-mode, term-reset-terminal): Set term-current-face with
18083         term-default-fg-color and term-default-bg-color.
18084         (term-handle-colors-array): term-current-face has term-default-fg-color
18085         and term-default-bg-color after reset escape sequence.
18086         (term-handle-colors-array): Set term-current-color with
18087         term-default-fg/bg-color instead of ansi-term-color-vector when the
18088         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
18090 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
18092         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
18093         (math-nlfit-givens): Let bind free variables.
18095 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
18097         * printing.el: Require lpr and ps-print when loading printing package.
18098         Reported by Glenn Morris <rgm@gnu.org>.
18100 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
18102         * files.el (set-auto-mode): Handle also remote files wrt
18103         `auto-mode-alist'.
18105 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
18107         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
18108         curves and plotting.
18110         * calc/calc-nlfit.el: New file.
18112 2007-08-04  Glenn Morris  <rgm@gnu.org>
18114         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
18115         zero, not nil, when the library is first loaded.  Check for a file
18116         that has been modified on disk.
18118         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
18119         Remove duplicate defvar preventing initialization.
18120         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
18122 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18124         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
18125         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
18126         may match up to 4 lines.
18127         (diff-beginning-of-file-and-junk): Rewrite.
18129 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18131         * printing.el: Evaluate require only during compilation.
18132         (pr-version): New version 6.9.1.
18133         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
18134         (pr-global-menubar): Fix code.
18136 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
18138         * term.el (term-erase-in-display): Fix case when point is not at
18139         the beginning of the line.
18141 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
18143         * calc/calc-ext.el (math-get-value, math-get-sdev)
18144         (math-contains-sdev): New functions.
18146         * calc/calc-graph.el (calc-graph-format-data)
18147         (calc-graph-add-curve): Check for error forms.
18148         (calc-graph-set-styles): Add option for error forms.
18150 2007-08-03  Miles Bader  <miles@gnu.org>
18152         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
18153         backend names for new backends to `Git', `Hg', and `Bzr'.
18154         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
18155         not `HG'.
18156         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
18157         name, not `GIT'.
18158         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
18159         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
18161 2007-08-03  Richard Stallman  <rms@gnu.org>
18163         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
18164         to update deleted flag.
18166         * cus-edit.el (customize-apropos, customize-apropos-options)
18167         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
18169         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
18171         * startup.el (fancy-splash-head, startup-echo-area-message):
18172         Change message text.
18174         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
18175         All callers use line-move.
18177         * progmodes/compile.el (compilation-find-buffer): Return current
18178         buffer immediately if suitable.
18179         (compile, compilation-buffer-name, compilation-start): Doc fixes.
18181 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
18183         * faces.el (face-normalize-spec): New function.
18184         (frame-set-background-mode): Normalize face-spec before calling
18185         face-spec-match-p.
18187 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18189         * server.el (server-window): Add switch-to-buffer-other-frame option.
18191 2007-08-03  Glenn Morris  <rgm@gnu.org>
18193         * cus-edit.el (customize-apropos): Make the error message indicate
18194         what kind of thing the user was trying to customize.
18196         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
18198         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
18199         Fix off-by-one error in previous change.
18201 2007-08-03  Drew Adams  <drew.adams@oracle.com>
18203         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
18204         Make buffer writable.
18206 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
18208         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
18209         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
18210         Use native Emacs functions, when appropriate.
18212 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
18213             Stefan Monnier  <monnier@iro.umontreal.ca>
18215         * vc.el: Document new VC operation `extra-menu'.
18217         * vc-hooks.el (vc-default-extra-menu): New function.
18219         * menu-bar.el (menu-bar-vc-filter): New function.
18220         (menu-bar-tools-menu): Use it as a filter.
18222 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18224         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
18226 2007-08-01  Glenn Morris  <rgm@gnu.org>
18228         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
18229         strings.
18230         (fortran-tab-mode-default): Remove needless autoload.
18231         (fortran-tab-mode-string): Add help-echo and mouse properties, and
18232         mark as risky.
18233         (fortran-line-length): New buffer-local variable, safe if integer.
18234         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
18235         Change from variables to constants.
18236         (fortran-font-lock-syntactic-keywords): Delete as a variable,
18237         replace with a new function definition.
18238         (fortran-mode): Use fortran-line-length, and
18239         fortran-font-lock-syntactic-keywords as a function.  Add a
18240         hack-local-variables-hook function.
18241         (fortran-line-length, fortran-hack-local-variables): New functions.
18242         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
18243         Use fortran-line-length rather than 72.
18244         (fortran-window-create-momentarily): Doc fix.
18246 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
18248         * cus-edit.el (custom-group-value-create, custom-goto-parent):
18249         Fix parent groups link.
18251 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
18253         * progmodes/python.el (python-current-defun): Adjust to never fall
18254         into infinite loop.
18256 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18258         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
18260 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
18262         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
18263         (copyright-fix-years, copyright): Correctly handle the case where
18264         copyright-limit is nil.
18266 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
18268         * progmodes/python.el (run-python): Fix path separator under w32.
18270 2007-07-30  Richard Stallman  <rms@gnu.org>
18272         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18273         Treat non-break space as whitespace in Lisp.
18275 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18277         * vc.el (vc-dired-hook): Use inhibit-read-only.
18279         * progmodes/compile.el (compilation-forget-errors):
18280         Reset compilation-auto-jump-to-next.
18282 2007-07-30  Michael Olson  <mwolson@gnu.org>
18284         * cus-edit.el (custom-group-save): Fix void function definition
18285         error.  Thanks to Zhang Wei for the report.
18287         * ps-print.el: Check in trivial changes to the autoloads section
18288         caused by the build process.  These autoloads really ought to be
18289         placed in a separate file, methinks.
18291 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18293         * calendar/calendar.el (calendar-mode): Make sure
18294         displayed-(month|year) are set.
18295         (calendar-basic-setup): Display buffer before adjusting window sizes.
18296         (generate-calendar-window): Use inhibit-read-only.  Simplify.
18297         Generate buffer and set displayed-month and displayed-year before
18298         calling update-calendar-mode-line.
18300 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
18302         * net/tramp.el:
18303         * net/tramp-uu.el:
18304         * net/trampver.el: Use utf-8 encoding with coding cookie.
18306         * net/tramp-cache.el:
18307         * net/tramp-fish.el:
18308         * net/tramp-ftp.el:
18309         * net/tramp-gw.el:
18310         * net/tramp-smb.el: Remove coding cookie.
18312         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
18313         Flush buffer file-name's file property.
18314         (tramp-handle-file-remote-p): The first parameter is FILENAME.
18316         * net/trampver.el: Update release number.
18318 2007-07-29  Juri Linkov  <juri@jurta.org>
18320         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
18321         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
18322         when major-mode is not dired-mode.
18323         (dired-toggle-read-only): New function.
18324         (dired-recursive-deletes): Remove obsolete comments about old
18325         default value.
18326         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
18328         * wdired.el (wdired-exit): New function.
18329         (wdired-mode-map): Bind C-x C-q to wdired-exit.
18331 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18333         * cus-edit.el (customize-read-group): New fun.
18334         (customize-group-other-window, customize-face-other-window):
18335         Prompt before delegating to customize-(group|face).
18336         Bind pop-up-windows rather than use the other-window argument.
18337         (customize-group, customize-face): Prompt from the interactive spec.
18338         Remove args `prompt-for-group' and `other-window'.
18340         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
18341         (ad-body-forms, ad-advised-interactive-form): Revert this part of
18342         last change.
18344 2007-07-28  Masatake YAMATO  <jet@gyve.org>
18346         * vc.el (vc-dired-mode): Add a menu for VC related operation.
18347         Use backend name as the menu label.  Suggested by David Kastrup.
18349 2007-07-28  Alan Mackenzie  <acm@muc.de>
18351         Fix problem with modes derived from CC Mode:
18352         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
18353         macro to cc-langs.
18354         (c-init-language-vars-for): Remove call to above macro.
18355         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
18356         been moved to here.
18357         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
18359 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
18361         * net/trampver.el: Fix the `coding' cookie.
18363 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
18365         * vc-git.el (vc-git-print-log): Support both the old single file
18366         interface and the new one.
18368 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
18370         * bindings.el (mode-line-remote): Use updated %@ construct.
18372 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18374         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
18375         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
18376         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
18377         (diary-list-bahai-entries, diary-bahai-mark-entries)
18378         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
18379         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
18380         New names to clean up namespace.
18381         (list-bahai-diary-entries, mark-bahai-diary-entries)
18382         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
18383         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
18384         Add compatibility aliases.
18386         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
18388         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
18389         (calendar-scroll-left-three-months)
18390         (calendar-scroll-right-three-months): Clean up namespace.
18391         (scroll-calendar-left, scroll-calendar-right)
18392         (scroll-calendar-left-three-months)
18393         (scroll-calendar-right-three-months): Add compatibility aliases.
18395         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
18396         Behave like mouse-scroll-calendar-* when used from the mouse.
18398         * calendar/cal-menu.el (cal-menu-scroll-menu)
18399         (cal-menu-global-mouse-menu):
18400         * calendar/calendar.el (calendar-mode-map):
18401         Use new calendar-scroll-* names.
18402         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
18403         Remove.  Use calendar-scroll-* directly instead.
18405 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18407         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
18408         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
18409         (ad-make-advised-definition, ad-cache-id-verification-code):
18410         Use commandp and interactive-form instead.
18412 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
18414         * vc-git.el: Relicense to GPLv3 or later.
18415         (vc-directory-exclusion-list, vc-handled-backends): Remove.
18417         * vc-hooks.el (vc-handled-backends): Add GIT.
18419         * vc.el (vc-directory-exclusion-list): Add .git.
18421 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
18423         * vc-git.el (vc-git-revision-table)
18424         (vc-git-revision-completion-table): New functions.
18426 2007-07-25  Glenn Morris  <rgm@gnu.org>
18428         * Relicense all FSF files to GPLv3 or later.
18430         * COPYING: Switch to GPLv3.
18432 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18434         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
18435         Replace it with another one which disables undo before calling
18436         erase-buffer and then turns it back on if needed.
18438 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
18440         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
18442 2007-07-24  Glenn Morris  <rgm@gnu.org>
18444         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
18445         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
18446         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
18447         (cal-tex-cursor-week, cal-tex-cursor-week2)
18448         (cal-tex-cursor-week-iso, cal-tex-week-hours)
18449         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18450         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18451         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
18453 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18455         * calendar/calendar.el (calendar-mode-map): Move initialization
18456         into declaration.  Add menu bindings (used to be done in cal-menu).
18457         (calendar-mode): Don't add an activate-menubar-hook.
18459         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
18460         modify calendar-mode-map), use easy-menu, and make sure that C-h k
18461         can be used on the menu entries.
18462         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
18463         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
18464         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
18465         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
18466         (calendar-flatten, cal-menu-update): Remove.
18467         (calendar-mouse-insert-hebrew-diary-entry)
18468         (calendar-mouse-insert-islamic-diary-entry)
18469         (calendar-mouse-insert-bahai-diary-entry):
18470         Remove (fold into cal-menu-diary-menu).
18471         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
18472         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
18473         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
18474         (calendar-mouse-view-diary-entries): Minor simplifications.
18475         (calendar-event-to-date): Use with-current-buffer.
18477 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
18479         * add-log.el (change-log-redate): Remove (not needed anymore and
18480         doesn't appear to work).
18482 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18484         * frame.el: Use mapc and dolist instead of mapcar where possible.
18485         (close-display-connection): New command.
18487 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
18489         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
18490         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
18492 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18494         * ps-print.el (ps-multibyte-buffer): Docstring fix.
18496         * ps-mule.el: Doc fix.
18497         (ps-multibyte-buffer, ps-mule-font-info-database-default)
18498         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
18500 2007-07-25  Glenn Morris  <rgm@gnu.org>
18502         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
18503         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
18504         (cal-tex-daily-end, cal-tex-hook)
18505         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
18506         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
18507         (cal-tex-cursor-week-iso, cal-tex-week-hours)
18508         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18509         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
18510         (cal-tex-day-prefix, cal-tex-day-name-format)
18511         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
18512         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
18513         (cal-tex-LaTeX-subst-list): Change from variables to constants.
18514         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
18515         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
18516         etc, rather than \bf.
18517         (cal-tex-mini-calendar): Fix typos in previous change.
18518         (cal-tex-latexify-list): Remove inner let binding.
18519         (cal-tex-end-document, cal-tex-banner): Use multi-line
18520         cal-tex-comment.
18521         (cal-tex-comment): Handle embedded newlines.
18522         (cal-tex-LaTeXify-string): Use substring-no-properties.
18524 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
18526         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18527         Add support for the Maden build tool.
18529 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
18531         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
18533 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18535         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
18537 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
18539         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
18540         C-x C-q.
18542         * vc-git.el (vc-git-print-log): Fix previous change.
18544 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18546         * window.el (save-selected-window): Minor optimization.
18547         (bw-adjust-window): If operation failed, try with a smaller delta.
18548         (window-fixed-size-p): New function.
18549         (window-area-factor): New var.
18550         (balance-windows-area): New command.
18552         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
18553         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
18554         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
18555         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
18556         (ps-mule-begin-job): Use dolist.
18558 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
18560         * subr.el (start-file-process-shell-command)
18561         (process-file-shell-command): New defuns.
18563         * progmodes/compile.el (compilation-start):
18564         Apply `start-file-process-shell-command'.
18566 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
18568         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
18570 2007-07-24  Alan Mackenzie  <acm@muc.de>
18572         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
18573         Initialise byte-compile-unresolved-functions before rather than
18574         after a compilation.
18575         (byte-compile-unresolved-functions): Amplify doc string.
18577 2007-07-24  Glenn Morris  <rgm@gnu.org>
18579         * startup.el (normal-splash-screen): Use `emacs-copyright'.
18581         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
18582         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
18583         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
18584         (cal-tex-cursor-week, cal-tex-cursor-week2)
18585         (cal-tex-cursor-week-iso, cal-tex-week-hours)
18586         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
18587         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18588         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
18590         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
18591         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
18592         (cal-tex-day-name-format, cal-tex-cal-one-month)
18593         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
18594         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
18595         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
18596         (cal-tex-list-holidays, cal-tex-cursor-year)
18597         (cal-tex-cursor-year-landscape, cal-tex-year)
18598         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
18599         (cal-tex-cursor-month, cal-tex-insert-days)
18600         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
18601         (cal-tex-first-blank-p, cal-tex-cursor-week)
18602         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
18603         (cal-tex-week-hours, cal-tex-cursor-week-monday)
18604         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
18605         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
18606         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
18607         (cal-tex-latexify-list, cal-tex-previous-month)
18608         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
18609         modernization, including using dotimes rather than
18610         calendar-for-loop.
18611         (cal-tex-LaTeX-subst-list): Remove `@'.
18612         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
18613         Use \textit and \textbf rather than \em and \it.
18615         * calendar/cal-bahai.el (list-bahai-diary-entries)
18616         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
18617         * calendar/cal-islam.el (list-islamic-diary-entries)
18618         * calendar/calendar.el (generate-calendar, generate-calendar-month)
18619         * calendar/diary-lib.el (diary-list-entries)
18620         (mark-calendar-date-pattern): Use `dotimes' rather than
18621         `calendar-for-loop'.
18623         * calendar/calendar.el (calendar-for-loop): Doc fix.
18625 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18627         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
18628         underlying file is uptodate.
18630 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
18632         * replace.el (perform-replace): Use isearch-no-upper-case-p.
18634 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18636         * vc-hooks.el (vc-mode-line-map): New const.
18637         (vc-mode-line): Use it.
18639 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
18641         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
18642         (vc-git-unregister): New functions.
18643         (vc-git-find-version): Use the result of ls-files as a parameter
18644         for cat-file.
18646 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
18648         * net/tramp.el (tramp-perl-file-attributes)
18649         (tramp-perl-directory-files-and-attributes)
18650         (tramp-handle-file-attributes-with-stat)
18651         (tramp-handle-directory-files-and-attributes-with-stat)
18652         (tramp-convert-file-attributes): Handle huge file sizes.
18654 2007-07-23  Juri Linkov  <juri@jurta.org>
18656         * isearch.el (isearch-message-function): New variable.
18657         (isearch-update, isearch-search): Use it.
18659         * simple.el (goto-history-element): New function created from
18660         next-history-element.
18661         (next-history-element): Most code moved to goto-history-element.
18662         Call goto-history-element with (- minibuffer-history-position n).
18663         (previous-history-element): Call goto-history-element with (+
18664         minibuffer-history-position n).
18665         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
18666         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
18667         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
18668         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
18669         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
18670         (minibuffer-history-isearch-pop-state): New functions.
18672 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
18674         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
18675         Also, if FILE is a list, return non-nil if any of its elements
18676         should stay local.  Update docstring.
18678 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18680         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
18681         change by reverting a small part.
18683 2007-07-23  Richard Stallman  <rms@gnu.org>
18685         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
18687 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
18689         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
18690         handling it.  Use vc-git-command.
18691         (vc-git-find-version, vc-git-diff-tree): New functions.
18692         (vc-git-revert): Use vc-git-command.
18693         (vc-git--run-command): Delete.
18695 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
18697         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
18699 2007-07-20  Kenichi Handa  <handa@m17n.org>
18701         * international/utf-8.el (utf-8-post-read-conversion):
18702         Temporarily bind utf-8-compose-scripts to nil while running
18703         *-compose-region functions.
18705 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
18707         * vc-git.el: Update status.
18708         (vc-directory-exclusion-list): Use eval-after-load.
18710 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
18712         * bindings.el (mode-line-remote): New variable.
18713         (help-echo): Add to default values of mode-line-format.
18715         * files.el: Mark mode-line-remote as risky.
18717 2007-07-22  Juri Linkov  <juri@jurta.org>
18719         * isearch.el (isearch-edit-string): Save old point and
18720         isearch-other-end to old-point and old-other-end before reading
18721         the search string from minibuffer.  After exiting minibuffer set
18722         point to old-other-end if point and the search direction is the
18723         same as before reading the search string.
18724         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
18725         to isearch-other-end.  Instead of isearch-search-and-update call
18726         three functions isearch-search, isearch-push-state and isearch-update.
18728 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18730         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
18731         deal with multiple file arguments.
18732         (vc-git-print-log): Deal with multiple file arguments.
18734 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18736         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
18737         diff-refine-hunk.  Adjust users.
18738         (diff-unified-hunk-p, diff-splittable-p): New functions.
18739         (diff-mode-menu): Use it to disable Split when it doesn't work.
18741 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18743         * diff-mode.el (diff-mode-menu): New entries.
18745 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18747         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
18748         if applicable, so as to save undo-log space.
18750         * diff-mode.el (diff-find-file-name): Add arg `batch'.
18752         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
18753         (diff-file-kill): Use it.
18754         (diff-beginning-of-hunk): Add arg `try-harder' using it.
18755         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
18756         Use it so they find the hunk even when we're in the file header.
18758 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18760         * vc-git.el (vc-git-revision-granularity, vc-git-root)
18761         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
18762         (vc-git-create-repo): New functions.
18763         (vc-git-registered): New autoloaded function definition.
18764         (vc-git-registered): Use vc-git-root.
18765         (vc-git-responsible-p): New defalias.
18766         (vc-git-annotate-extract-revision-at-line): Uncomment.
18767         (vc-git-print-log): Add the file name to the log.
18768         (vc-git-log-view-mode): New derived mode.
18769         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
18771 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
18773         * progmodes/grep.el (grep-compute-defaults): Keep default values.
18775 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
18777         * textmodes/reftex.el (reftex-access-parse-file): Create parse
18778         file in a way that does not interfere with recentf mode.
18779         (reftex-access-parse-file): Do not risk destroying an existing
18780         buffer.
18782 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
18784         * vc-git.el: New file.
18786 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18788         * textmodes/tex-mode.el (tex-font-script-display): Change default.
18790 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18792         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
18793         for branches and new files.
18795         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
18796         local-map handling ...
18797         (vc-mode-line): ... here.  Improve handling of help-echo.
18799         * vc.el (mode-line-string): Document help-echo usage.
18801 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
18803         Sync with Tramp 2.1.10.
18805         * net/tramp.el (tramp-get-ls-command): Fix typo.
18807         * net/trampver.el: Update release number.
18809 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
18811         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
18813         * term/x-win.el (x-handle-no-bitmap-icon): New function.
18815 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
18817         * add-log.el (change-log-fill-parenthesized-list): New function.
18818         (change-log-indent): Call change-log-fill-parenthesized-list.
18819         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
18820         Have lines with leading asterisk start a paragraph.
18822 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
18824         * calc/calc-math.el (math-emacs-precision)
18825         (math-largest-emacs-expt, math-smallest-emacs-expt):
18826         New variables.
18827         (math-use-emacs-fn): New function.
18828         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
18829         appropriate.
18831 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
18833         * image-dired.el (image-dired-sane-db-file): New func.
18834         (image-dired-write-tags, image-dired-remove-tag)
18835         (image-dired-list-tags, image-dired-write-comments)
18836         (image-dired-get-comment, image-dired-mark-tagged-files)
18837         (image-dired-create-gallery-lists): Call new func.
18838         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
18840 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
18842         * vc-hg.el (vc-hg-dir-state): Fix loop.
18843         (vc-hg-print-log): Fix expected return value for vc-hg-command.
18844         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
18845         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
18846         (vc-hg-revert): Likewise.
18847         (vc-hg-revision-table, vc-hg-revision-completion-table): New
18848         functions.
18850 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18852         * add-log.el (change-log-resolve-conflict): Don't lose data if the
18853         merge fails.
18855 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
18857         * progmodes/compile.el (compilation-auto-jump-to-first-error):
18858         Add group and version.
18860 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18862         * add-log.el (add-log-file-name): Use file-relative-name.
18863         (add-change-log-entry): Delay reading
18864         add-log-(full-name|mailing-address) to after we've switched to the
18865         ChangeLog buffer so we get the right value.
18866         (add-change-log-entry, add-log-current-defun, change-log-merge):
18867         Use derived-mode-p rather than checking major-mode directly.
18869         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
18870         name for buffer-file-name if it refers to a directory.
18872         * vc-arch.el (vc-arch-diff): Fix last change.
18874         * progmodes/compile.el (compilation-start): Remember the original
18875         directory in a buffer-local compilation-directory.
18876         (compile): Set the global value of compilation-directory.
18877         (recompile): Use compilation-directory even in the compilation buffer.
18879 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
18881         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
18883 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18885         * ps-print.el: Problem with foreground and background color when
18886         printing a buffer with and without faces.  Reported by Christian
18887         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
18888         (ps-print-version): New version 6.7.5.
18889         (ps-default-fg): Change default value to nil, so black color is used
18890         when a face does not specify a foreground color.
18891         (ps-default-bg): Change default value to nil, so white color is used
18892         for background color.
18893         (ps-begin-job): Fix code.
18895 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
18897         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
18898         in $(INSTALL_DIR)/lisp/ if they already exist.
18900 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
18902         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
18903         in $(INSTALL_DIR)/lisp/ if they already exist.
18905 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18907         * progmodes/vera-mode.el (vera-re-search-forward)
18908         (vera-re-search-backward): Remove use of store-match-data.
18909         (vera-mode-map): Move initialization into declaration.
18911         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
18912         (flymake-find-buildfile): Use locate-dominating-file.
18914         * vc.el (vc-delistify): Use mapconcat.
18915         (vc-do-command): Minor simplification.
18916         (vc-expand-dirs): Use push.
18918         * vc-mcvs.el (vc-mcvs-create-repo):
18919         * vc-cvs.el (vc-cvs-create-repo): Remove.
18921         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
18922         directory and the root as well.
18924 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
18926         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
18927         instead of a file.
18929         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
18930         (vc-hg-registered): Replace if with when.
18931         (vc-hg-state): Deal with nonexistent files and handle removed files.
18932         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
18933         (vc-hg-checkout): Re-enable.
18934         (vc-hg-create-repo): Fix typos.
18935         (vc-hg-print-log): Fix for multiple files.
18936         (vc-hg-workfile-unchanged-p): New function.
18938         * vc.el: Fix typo.
18939         (vc-print-log): Fix call to print-log.
18940         (vc-default-comment-history): Likewise.
18941         (vc-directory-exclusion-list): Add .hg and .bzr.
18942         (vc-diff-internal): Pass a list instead of a file.
18944         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
18946         * vc-bzr.el (vc-bzr-create-repo): New function.
18948 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18950         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
18951         `file' from which to start the search.
18953 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
18955         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
18956         having a single file argument to having a list of files as the
18957         first argument.
18959 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18961         * files.el (locate-dominating-file): New function.
18963 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
18965         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
18966         (grep-compute-defaults): Use it.
18968 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18970         * uniquify.el: Docstring fixes.
18972 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
18974         * vc.el (revision-granularity, create-repo): Document new vc
18975         backend properties.
18976         (vc-rollback): Renamed from vc-cancel-version.  Update references.
18977         Pass a list instead of a file.
18978         (vc-revert): Renamed from vc-revert-buffer.  Update references.
18979         (vc-delistify, vc-expand-dirs): New functions.
18980         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
18981         of files instead of a single file.
18982         (vc-position-context, vc-resync-window, vc-diff-internal)
18983         (vc-print-log): Pass a list instead of a file.
18985         * vc-hooks.el (vc-stay-local-p, vc-backend)
18986         (vc-backend-subdirectory-name): Work on a file list, not a single
18987         file.
18988         (vc-workfile-version): Update docstring.
18989         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
18990         vc-revert instead of vc-revert-buffer.
18991         (vc-prefix-map): Likewise.  Bind vc-update.
18993         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
18994         (vc-svn-wash-log): New functions.
18995         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
18996         (vc-svn-command): Deal with a list of files, not a single file.
18998         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
18999         (vc-rcs-wash-log): New functions.
19000         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
19001         Deal with a list of files, not a single file.
19002         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
19004         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
19005         functions.
19006         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
19007         list of files, not a single file.
19009         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
19010         New functions.
19011         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
19012         (vc-mcvs-diff): Deal with a list of files, not a single file.
19014         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
19015         functions.
19016         (vc-hg-print-log): Deal with a list of files, not a single file.
19017         (vc-hg-diff-tree): New function, replace defalias with the same
19018         name.
19019         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
19020         FILES to denote that it is a file list, not a single file.
19022         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
19023         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
19024         a single file.
19025         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
19026         that it is a file list, not a single file.
19027         (vc-cvs-diff): Likewise.  Simplify.
19029         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
19030         Deal with a list of files, not a single file.
19032         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
19033         (vc-bzr-print-log): Update FILE parameter name to denote that it
19034         is a file list, not a single file.
19035         (vc-bzr-diff): Likewise.  Use the car of files.
19037 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
19039         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
19040         (follow-delete-other-windows-and-split, follow-recenter)
19041         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
19042         (follow-redisplay, follow-estimate-first-window-start)
19043         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
19044         Fix typos in docstrings.
19046 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
19048         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
19049         avoid that filling introduces lines with a single asterisk.
19051         * kmacro.el (kmacro-end-macro): When ignoring empty macro
19052         avoid incorrect kmacro-ring-empty-p messages.
19053         Reported by Michael Schierl <schierlm@gmx.de>.
19055 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
19057         * vc.el: Add more info about the vc-registered function.
19059 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
19061         * files.el (file-remote-p): Introduce optional parameter
19062         IDENTIFICATION.
19064         * recentf.el (recentf-keep-default-predicate): Adapt call of
19065         `file-remote-p'.
19067         * progmodes/grep.el (grep-probe): Use `process-file'.
19068         (grep-compute-defaults): Handle variables host specific.
19070         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
19071         parameter IDENTIFICATION.
19073         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
19074         parameter IDENTIFICATION.
19075         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
19076         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
19077         Add entry for `set-file-times'.
19078         (tramp-do-copy-or-rename-file-via-buffer)
19079         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
19080         (tramp-handle-unhandled-file-name-directory): Rewrite.
19081         (tramp-convert-file-attributes): Add error handling when inode is
19082         extraordinary big.
19083         (tramp-get-inode): Change parameter from FILE to VEC.
19084         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
19085         is nil.  This is according to the specification.  Goto (point-max)
19086         when ready.
19087         (tramp-handle-shell-command): Rewrite completely, using
19088         `process-file' and `start-file-process'.
19089         (tramp-methods, tramp-find-shell)
19090         (tramp-open-connection-setup-interactive-shell)
19091         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
19092         var.  Reported by Steve Youngs <steve@sxemacs.org>.
19094         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
19095         entry for `set-file-times'.  Rename `start-process' into
19096         `start-file-process'.  Remove `call-process' entry.
19097         (tramp-fish-handle-set-file-times): New defun.
19098         (tramp-fish-handle-executable-find): Use `process-file'.
19099         (tramp-fish-handle-process-file): New defun.  Replaces
19100         `tramp-fish-handle-call-process'.
19101         (tramp-fish-do-copy-or-rename-file-directly): Use
19102         `set-file-times'.
19103         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
19105         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
19106         `tramp-get-inode' parameter.
19108 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19110         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
19111         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
19112         nowadays, and by the time Emacs-23 comes out, nobody will even remember
19113         it has ever existed.
19115 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
19117         * vc.el: Undo previous change.
19119 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
19121         * makefile.w32-in (clean): Don't delete *~.
19123 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19125         * textmodes/tex-mode.el (tex-verbatim-environments):
19126         Add safe-local-variable property.
19127         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
19128         when starting font-lock rather than when loading tex-mode.el.
19130         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
19131         whole $( rather than just the $.  Rename from sh-quoted-subshell.
19132         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
19134 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
19136         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
19137         bookmark-alist.  Instead, if not sorting, simply return it.
19138         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
19139         for its return value, not for its side effect.
19141         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
19142         case of alignment under a constant symbol, find and consider
19143         the sexp actually at indentation to be the "last sexp".
19145 2007-07-16  Drew Adams  <drew.adams@oracle.com>
19147         * mouse.el (mouse-yank-secondary): Better error message if no
19148         secondary selection.
19150 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
19152         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
19154         * term/xterm.el (xterm-turn-on-modify-other-keys)
19155         (xterm-turn-off-modify-other-keys): New functions.
19156         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
19157         terminal supports it.
19159 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
19161         * bookmark.el (bookmark-show-all-annotations):
19162         Make sure each inserted annotation ends with newline.
19164 2007-07-15  Richard Stallman  <rms@gnu.org>
19166         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
19168         * tutorial.el (tutorial--find-changed-keys):
19169         Handle C-x specially like ESC.
19171 2007-07-15  Aaron Hawley  <aaronh@garden.org>
19173         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
19175 2007-07-15  Juri Linkov  <juri@jurta.org>
19177         * delsel.el (delete-selection-pre-hook):
19178         * emulation/cua-base.el (cua-paste): Before a yank command,
19179         check also whether last-command is one of mouse-save-then-kill,
19180         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
19182 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
19184         * recentf.el (recentf-keep-default-predicate): New defun.
19185         (recentf-keep): Use it as initial value.
19187 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
19189         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
19190         thus restoring bookmark bindings to three slots under C-x r.  See
19191         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
19193 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
19195         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
19197 2007-07-15  Jason Rumney  <jasonr@gnu.org>
19199         * w32-fns.el (set-default-process-coding-system): Use dos line ends
19200         for input to cmdproxy on all versions of Windows.
19201         Use dos line ends for input to plink.
19203         * comint.el (comint-simple-send): Concat newline before sending.
19204         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
19206 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19208         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
19209         safe-local-variable setting.
19211 2007-07-14  David Kastrup  <dak@gnu.org>
19213         * emacs-lisp/advice.el (defadvice): Doc fix.
19215 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
19217         * subr.el (when, unless): Doc fix.
19219 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
19221         * replace.el (match): Use yellow1 instead of yellow.
19223         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
19224         red.
19226         * pcvs-info.el (cvs-unknown): Likewise.
19228 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
19230         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
19231         (install): Use them to copy all *.el files before *.elc.
19233 2007-07-13  Drew Adams  <drew.adams@oracle.com>
19235         * bookmark.el (bookmark-jump-other-window): New function.
19236         (bookmark-map): Bind it to "o".
19238         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
19239         and its thread contains discussion about this change.
19240         The original patch was slightly tweaked by Karl Fogel
19241         <kfogel@red-bean.com> before committing.
19243 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
19245         * bookmark.el: Shorten some comments to fit within 80 lines.
19247 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
19249         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
19250         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
19251         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
19252         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
19254 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
19256         * textmodes/org.el: Bug fixes.
19257         (org-end-of-line): Move to end of line if in headline without tags.
19259 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19261         * vc-hooks.el: Remove spurious * in docstrings.
19262         (vc-handled-backends): Add BZR.
19264         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
19266 2007-07-12  Davis Herring  <herring@lanl.gov>
19268         * desktop.el (desktop-buffer-info, desktop-save):
19269         Use `desktop-dirname' instead of `dirname'.
19271 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
19273         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
19275         * progmodes/python.el (python-which-func-length-limit): New var.
19276         (python-which-func): New function.
19277         (python-current-defun): Add optional `length-limit' and try to fit
19278         computed function name to that length.
19279         (python-mode): Hook `python-which-func' up.
19281 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
19283         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
19285         * comint.el (comint-dynamic-complete-as-filename):
19286         Use read-file-name-completion-ignore-case.
19288 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19290         * comint.el (comint-dynamic-list-filename-completions):
19291         Use read-file-name-completion-ignore-case.
19293         * vc-cvs.el: Require CL.
19294         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
19295         New functions to provide completion of revision names.
19297         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
19298         (vc-cvs-annotate-first-line-re): New const.
19299         (vc-cvs-annotate-process-filter): New fun.
19300         (vc-cvs-annotate-command): Use them and run the command asynchronously.
19302 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
19304         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
19305         (eldoc-print-current-symbol-info): Adjust for changed helper
19306         function signatures.
19307         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
19308         `eldoc-highlight-function-argument'.
19309         (eldoc-highlight-function-argument): New function.
19310         (eldoc-get-var-docstring): Format documentation with
19311         `font-lock-variable-name-face'.
19312         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
19313         where suited.
19314         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
19315         (eldoc-beginning-of-sexp): Return number of skipped sexps.
19317 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
19319         * progmodes/compile.el (compilation-start): `start-process' must
19320         still be redefined when calling `start-process-shell-command'.
19322         * progmodes/gud.el (gud-file-name): When `default-directory' is a
19323         remote file name, prepend its remote part to the filename.
19324         (gud-common-init): When `default-directory' is a remote file name,
19325         make the filename relative to it.
19326         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
19328 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
19330         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
19331         mouse binding and a tooltip.
19333 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19335         * menu-bar.el (vc-menu-map): New defalias.
19337 2007-07-10  Richard Stallman  <rms@gnu.org>
19339         * emacs-lisp/lisp-mode.el (eval-defun):
19340         Explain special handling of `defface'.
19342 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
19344         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
19346         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
19348 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19350         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
19352         * vc-arch.el (vc-arch-complete): Remove.
19353         (vc-arch-revision-completion-table): Use complete-with-action.
19355         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
19356         (complete-with-action): New function.
19357         (dynamic-completion-table): Use it.
19359 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
19361         * comint.el (make-comint, make-comint-in-buffer)
19362         (comint-exec-1): Replace `start-process' by `start-file-process'.
19364         * progmodes/compile.el (compilation-start): Revert redefining
19365         `start-process'.
19367 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19369         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
19370         with EOLs when generating MD5 checksums.
19372         * follow.el: Don't change the global map from the follow-mode-map
19373         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
19374         XEmacs code.
19375         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
19376         since `follow-mode' should be used instead for that.
19378         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
19379         (easy-menu-do-define): Use it.
19380         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
19382         * progmodes/compile.el (compilation-auto-jump-to-first-error)
19383         (compilation-auto-jump-to-next): New vars.
19384         (compilation-auto-jump): New function.
19385         (compilation-error-properties): Use them to jump to first error.
19386         (compilation-start): Set the var if requested.
19388         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
19389         duplicates without also removing entries from other directories.
19391 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
19393         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
19394         Remember span as default.
19395         (org-columns-edit-value): Rename from `org-column-edit'.
19396         (org-columns-display-here-title): Rename from
19397         `org-overlay-columns-title'.
19398         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
19399         (org-columns-get-autowidth-alist): Rename from
19400         `org-get-columns-autowidth-alist'.
19401         (org-columns-display-here): Rename from `org-overlay-columns'.
19402         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
19403         (org-columns-quit): Rename from `org-column-quit'.
19404         (org-columns-show-value): Rename from `org-column-show-value'.
19405         (org-columns-content, org-columns-widen)
19406         (org-columns-next-allowed-value)
19407         (org-columns-edit-allowed, org-columns-store-format)
19408         (org-columns-uncompile-format, org-columns-redo)
19409         (org-columns-edit-attributes, org-delete-property)
19410         (org-set-property, org-columns-update)
19411         (org-columns-compute, org-columns-eval)
19412         (org-columns-not-in-agenda, org-columns-compute-all)
19413         (org-property-next-allowed-value)
19414         (org-columns-compile-format)
19415         (org-fill-paragraph-experimental)
19416         (org-string-to-number, org-property-action)
19417         (org-columns-move-left, org-columns-new)
19418         (org-column-number-to-string)
19419         (org-property-previous-allowed-value)
19420         (org-at-property-p, org-columns-delete)
19421         (org-columns-previous-allowed-value)
19422         (org-columns-move-right, org-columns-narrow)
19423         (org-property-get-allowed-values)
19424         (org-verify-version, org-column-string-to-number)
19425         (org-delete-property-globally): New functions.
19426         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
19427         (org-columns-overlays): Rename from `org-column-overlays'.
19428         (org-columns-map): Rename from `org-column-map'.
19429         (org-columns-current-maxwidths): Rename from
19430         `org-current-columns-maxwidths'.
19431         (org-columns-begin-marker, org-columns-current-fmt-compiled)
19432         (org-previous-header-line-format)
19433         (org-columns-inhibit-recalculation)
19434         (org-columns-top-level-marker): New variables.
19435         (org-columns-default-format): Rename from `org-default-columns-format'.
19436         (org-property-re): New constant.
19438 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
19440         * subr.el (looking-at-p, string-match-p): New functions.
19442 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
19444         * textmodes/tex-mode.el (tex-fontify-script)
19445         (tex-font-script-display): New variables to make display of
19446         superscripts and subscripts customizable.
19447         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
19449 2007-07-09  Richard Stallman  <rms@gnu.org>
19451         * isearch.el (isearch-edit-string): Call to isearch-push-state
19452         after the search.
19454 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
19456         * window.el (fit-window-to-buffer): Remove setting of window-min-height
19457         to 1 as enlarge-window uses the value to resize/shrink windows other
19458         than WINDOW if needed.
19460 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19462         * cus-start.el (file-coding-system-alist): Fix custom type.
19464 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
19466         * longlines.el (longlines-wrap-region): Avoid marking buffer as
19467         modified.
19468         (longlines-auto-wrap, longlines-window-change-function):
19469         Remove unnecessary calls to set-buffer-modified-p.
19471 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19473         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
19474         (vc-cvs-checkout): Remove last arg now unused; simplify.
19476 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
19478         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
19480         * net/tramp.el:
19481         * net/tramp-ftp.el:
19482         * net/tramp-smb.el:
19483         * net/tramp-uu.el:
19484         * net/trampver.el: Migrate to Tramp 2.1.
19486         * net/tramp-cache.el:
19487         * net/tramp-fish.el:
19488         * net/tramp-gw.el: New Tramp packages.
19490         * net/tramp-util.el:
19491         * net/tramp-vc.el: Removed.
19493         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
19494         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
19496         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
19498         * progmodes/compile.el (compilation-start): Redefine
19499         `start-process' temporarily when `default-directory' is remote.
19500         Remove case of synchronous compilation, this won't happen ever.
19501         (compilation-setup): Make local variable `comint-file-name-prefix'
19502         for remote compilation.
19504 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
19506         * novice.el (disabled-command-function): Fit window to buffer to
19507         make last line visible.
19508         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
19510         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
19511         when handling the terminating event.
19513 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
19515         * calc/calc.el (math-read-number-simple): Remove leading 0s.
19516         (math-bignum-digit-length): Change to optimal value.
19518         * calc/calc-bin.el (math-bignum-logb-digit-size)
19519         (math-bignum-digit-power-of-two): Evaluate when compiled.
19521         * calc/calc-comb.el (math-small-factorial-table)
19522         (math-init-random-base, math-prime-test): Remove unnecessary calls
19523         to `math-read-number-simple'.
19525         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19526         (math-approx-gamma-const): Add docstrings.
19528         * calc/calc-forms.el (math-julian-date-beginning)
19529         (math-julian-date-beginning-int): New constants.
19530         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
19531         Use the new constants.
19533         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
19535         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19536         Add docstrings.
19538 2007-07-07  Tom Tromey  <tromey@redhat.com>
19540         * vc.el (vc-annotate): Jump to line and output message only after the
19541         process is really all done.
19543 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19545         * vc.el (vc-exec-after): Don't move point from the sentinel.
19546         Forcefully read all the remaining text in the pipe upon process exit.
19547         (vc-annotate-display-autoscale, vc-annotate-lines):
19548         Don't stop at the first unrecognized line.
19549         (vc-annotate-display-select): Run autoscale after the process is done
19550         since it depends on the whole result.
19552 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
19554         * term/w32-win.el (menu-bar-open): New function.
19555         Bind <f10> to it.
19557 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
19559         * simple.el (start-file-process): New defun.
19561 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19563         * files.el (find-file-confirm-nonexistent-file): Rename from
19564         find-file-confirm-inexistent-file.  Update users.
19566         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
19567         format of autoload block where the file's time-stamp is replaced by its
19568         MD5 checksum.
19569         (autoload-generate-file-autoloads): Use MD5 checksum instead of
19570         time-stamp for secondary autoloads files.
19571         (update-directory-autoloads): Remove duplicate entries.
19572         Use time-less-p for time-stamps, as done in autoload-find-destination.
19574 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
19576         * calc/calc.el (math-read-number): Replace number by variable.
19577         (math-read-number-simple): Properly parse small integers.
19579 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
19581         * vc.el: Fix doc for the checkout function.
19583 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
19585         * vc-hg.el (vc-hg-root): New function.
19586         (vc-hg-registered): Use it.
19587         (vc-hg-diff-tree): New defalias.
19588         (vc-hg-responsible-p): Likewise.
19589         (vc-hg-checkout): Comment out, not needed.
19590         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
19591         (vc-hg-find-version, vc-hg-next-version): New functions.
19593 2007-07-06  Andreas Schwab  <schwab@suse.de>
19595         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
19596         dynamic bindings around the evaluation of the expression.
19597         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
19599 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19601         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
19602         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
19603         Use run-hooks rather than run-mode-hooks.
19605 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
19607         * calc/calc-comb.el (math-random-digit): Rename to
19608         `math-random-three-digit-number'.
19609         (math-random-digits): Don't depend on representation of integer.
19611         * calc/calc-bin.el (math-bignum-logb-digit-size)
19612         (math-bignum-digit-power-of-two): New constants.
19613         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
19614         (math-not-bignum, math-clip-bignum): Use the constants
19615         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
19616         instead of their values.
19617         (math-clip): Use math-small-integer-size instead of its value.
19619         * calc/calc.el (math-add-bignum): Replace number by constant.
19621 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
19623         * wid-edit.el (widget-documentation-string-value-create):
19624         Insert indentation spaces.
19626 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
19628         * emacs-lisp/byte-opt.el: Revert last change.
19630 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
19632         * vc-hooks.el (vc-handled-backends): Add HG.
19634         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
19636 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19638         * complete.el (PC-do-complete-and-exit): Add support for the new
19639         `confirm-only' confirmation mode.
19641 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
19643         * cus-edit.el (custom-commands): New variable.
19644         (custom-tool-bar-map): New variable.  Initialize using
19645         `custom-commands'.
19646         (custom-mode): Use `custom-tool-bar-map'.
19647         (custom-buffer-create-internal): Insert action buttons only if
19648         tool bar is not used.  Use `custom-commands'.
19649         (Custom-help, custom-command-apply): New function.
19650         (custom-command-apply, Custom-set, Custom-save)
19651         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
19652         Use `custom-command-apply' instead of duplicating code.
19653         (customize-group-other-window): Call `customize-group' instead of
19654         duplicating code.
19655         (customize-face-other-window): Call `customize-face' instead of
19656         duplicating code.
19657         (customize-group, customize-face): Add optional args for opening
19658         in another window.
19659         (custom-variable-tag): Don't inherit `variable-pitch' face.
19660         (custom-group-tag): Inherit `variable-pitch' face.
19661         (custom-variable-value-create): Set documentation indentation.
19662         (custom-group-value-create): Make group name a link, instead of
19663         using an extra "go to group" button.
19664         (custom-prompt-variable, custom-group-set, custom-group-save)
19665         (custom-group-reset-current, custom-group-reset-saved)
19666         (custom-group-reset-standard): Minor cleanup.
19668 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
19670         * Makefile.in (bootstrap-prepare): When copying from
19671         ldefs-boot.el, make sure loaddefs.el is writeable.
19673         (bootstrap-prepare): Make $(lisp)/ps-print.el
19674         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
19676 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
19678         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
19679         only caller, and delete.
19680         (vc-hg-state): Deal with exceptions and only parse the output on
19681         successful return.
19682         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
19683         caller, and delete.
19684         (vc-hg-workfile-version): Deal with exceptions and only parse the
19685         output on successful return.
19686         (vc-hg-revert): New function.
19688 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
19690         * calculator.el (calculator-expt): Use more cases to determine
19691         the value.
19693 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
19695         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
19696         file names.
19698 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
19700         * calculator.el (calculator-expt, calculator-integer-p):
19701         New functions.
19702         (calculator-fact): Check to see if the factorial will be too
19703         large before computing it.
19704         (calculator-initial-operators): Use `calculator-expt' to
19705         compute "^".
19706         (calculator-mode): Mention that results which are too large
19707         will return inf.
19708         * calc/calc-comb.el (math-small-factorial-table): Replace list
19709         by vector.
19711 2007-07-03  David Kastrup  <dak@gnu.org>
19713         * shell.el: On request of the authors, remove their addresses for
19714         the sake of bug reports, and add the developer list address as
19715         maintainer information.
19717 2007-07-03  Richard Stallman  <rms@gnu.org>
19719         * files.el (make-directory): Doc fix.
19720         (find-file-confirm-inexistent-file): Make it a defcustom.
19721         Make nil the default.
19723 2007-07-02  Richard Stallman  <rms@gnu.org>
19725         * startup.el (command-line): Set buffer-offer-save in *scratch*
19726         and enable auto-save in it.
19728 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
19730         * textmodes/org.el (orgstruct-mode-map): New variable.
19731         (orgstruct-mode): New minor mode.
19732         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
19733         (orgstruct-make-binding, org-context-p, org-get-local-variables)
19734         (org-run-like-in-org-mode): New functions.
19735         (org-cycle-list-bullet): New command.
19736         (org-special-properties, org-property-start-re)
19737         (org-property-end-re): New constants.
19738         (org-with-point-at): New macro.
19739         (org-get-property-block, org-entry-properties, org-entry-get)
19740         (org-entry-delete, org-entry-get-with-inheritance)
19741         (org-entry-put, org-buffer-property-keys): New functions.
19742         (org-insert-property-drawer): New command.
19743         (org-entry-property-inherited-from): New variable.
19744         (org-column): New face.
19745         (org-column-overlays, org-current-columns-fmt)
19746         (org-current-columns-maxwidths, org-column-map): New variables.
19747         (org-column-menu): New menu.
19748         (org-new-column-overlay, org-overlay-columns)
19749         (org-overlay-columns-title, org-remove-column-overlays)
19750         (org-column-show-value, org-column-quit, org-column-edit):
19751         New functions.
19752         (org-columns, org-agenda-columns): New commands.
19753         (org-get-columns-autowidth-alist): New functions.
19754         (org-properties): New customize group.
19755         (org-default-columns-format): New option.
19756         (org-priority): Realign tags after changing priority.
19757         (org-preserve-lc): New macro.
19758         (org-update-checkbox-count): Catch case when there is no headline.
19759         (org-agenda-quit): Remove any column overlays.
19760         (org-beginning-of-item-list): Fixed bug when non-item line is
19761         indented too deep.
19762         (org-cached-props): New variable.
19763         (org-cached-entry-get): New function.
19764         (org-make-tags-matcher): Handle property matches.
19765         (org-table-recalculate): Swap evaluation order: Field formula
19766         first, then column formulas, but don't allow them to overwrite the
19767         field formulas.
19768         (org-table-eval-formula): New argument untouchable.
19769         (org-table-put-field-property): New function.
19771 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
19773         * help-mode.el (help-make-xrefs): Skip spaces too when
19774         skipping tabs.
19776         * ffap.el (dired-at-point-prompter): Improve prompt in
19777         list-directory case.
19779 2007-07-01  Richard Stallman  <rms@gnu.org>
19781         * files.el (find-file-visit-truename): Fix safe-local-variable value.
19783 2007-07-01  Richard Stallman  <rms@gnu.org>
19785         * cus-start.el (max-mini-window-height): Added.
19787 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
19789         * complete.el (partial-completion-mode): Remove advice of
19790         read-file-name-internal.
19791         (PC-do-completion): Rebind minibuffer-completion-table.
19792         (PC-read-file-name-internal): New function doing what
19793         read-file-name-internal advice did.
19795 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
19797         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
19798         property on a few symbols.
19799         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
19800         (byte-optimize-lapcode): Remove bindings that are not referenced
19801         and certainly will not effect through dynamic scoping.
19803 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19805         * files.el (find-file-confirm-inexistent-file): New var.
19806         (find-file, find-file-other-window, find-file-other-frame)
19807         (find-file-read-only, find-file-read-only-other-window)
19808         (find-file-read-only-other-frame): Use it.
19810 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19812         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
19814 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
19816         * generic-x.el (generic-define-mswindows-modes)
19817         (generic-define-unix-modes, apache-log-generic-mode)
19818         (bat-generic-mode-keymap, java-manifest-generic-mode)
19819         (show-tabs-generic-mode): Fix typos in docstrings.
19821 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
19823         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
19824         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
19825         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
19826         (rcirc-print): Never ignore messages from ourself.
19828 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19830         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
19831         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
19833 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
19835         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
19836         replace-regexp-in-string.
19838 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19840         * emacs-lisp/cl.el: Set edebug and indentation before loading
19841         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
19843 2007-06-28  Andreas Schwab  <schwab@suse.de>
19845         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
19846         $(lisp)/subdirs.el.
19848 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
19850         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
19851         the speedbar frame if nil; that deletes the current frame or
19852         causes an error if it is the only frame.
19853         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
19855 2007-06-28  Kevin Ryde  <user42@zip.com.au>
19857         * textmodes/nroff-mode.el: Groff \# comments.
19858         (nroff-mode-syntax-table): \# comment intro,
19859         plain # as punct per global table.
19860         (nroff-font-lock-keywords): Add # as a single char escape.
19861         (nroff-mode): In comment-start-skip, match \#.
19863 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19865         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
19866         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
19867         point-min == 1.
19869 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
19871         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
19872         Rename and move to...
19874         * subr.el (strings->string, string->strings): ...here.
19876         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
19877         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
19879         * progmodes/gud.el (gud-common-init): Call string->strings instead
19880         of split-string.
19882 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
19884         * dired-aux.el: Remove `dired-call-process'.
19885         (dired-check-process): Call `process-file'.
19887         * wdired.el (wdired-do-perm-changes): Call `process-file'.
19889         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
19890         `ange-ftp-process-file'.
19892 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19894         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
19896         * emacs-lisp/cl-extra.el:
19897         * emacs-lisp/cl-seq.el:
19898         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
19899         Add autoload cookies on all defs autoloaded manually in cl.el.
19901         * emacs-lisp/cl-loaddefs.el: New file.
19903         * textmodes/texinfmt.el (texinfo-raisesections-alist)
19904         (texinfo-lowersections-alist): Merge definition and declaration.
19905         (texinfo-start-of-header, texinfo-end-of-header): Remove.
19906         (texinfo-format-syntax-table): Merge init into declaration.
19907         (texinfo-format-parse-line-args, texinfo-format-parse-args)
19908         (texinfo-format-parse-defun-args, texinfo-format-node)
19909         (texinfo-push-stack, texinfo-multitable-widths)
19910         (texinfo-define-info-enclosure, texinfo-alias)
19911         (texinfo-format-defindex, batch-texinfo-format): Use push.
19912         (texinfo-footnote-number): Remove duplicate declaration.
19914         * ps-print.el: Update with auto-generated autoloads.
19916         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
19918 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19920         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
19921         relative to current dir for file-local settings.
19922         (autoload-generate-file-autoloads): Add `outfile' arg.
19923         (update-directory-autoloads): Use it to directly call
19924         autoload-generate-file-autoloads instead of going through
19925         update-file-autoloads so we avoid redundant searches and so we can know
19926         the set of buffers changed so we can save them all.
19928         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
19929         rather than throwing `up-to-date'.
19930         (autoload-generate-file-autoloads): Adjust correspondingly.
19931         (update-file-autoloads): Be careful to let-bind
19932         autoload-modified-buffers and adjust to new calling conventions.
19933         (autoload-modified-buffers): Make it a dynamically scoped var.
19934         (update-directory-autoloads): Use file-relative-name instead of
19935         autoload-trim-file-name.
19936         (autoload-insert-section-header): Don't use autoload-trim-file-name
19937         since the file is already relative now.
19938         (autoload-trim-file-name): Remove.
19940         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
19941         (vc-arch-complete, vc-arch--version-completion-table)
19942         (vc-arch-revision-completion-table): New functions to provide
19943         completion of revision names.
19944         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
19945         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
19946         to let the user trim the revlib.
19948         * vc.el: Add new VC operation `revision-completion-table'.
19949         (vc-default-revision-completion-table): New function.
19950         (vc-version-diff, vc-version-other-window): Use it to provide
19951         completion of revision names if the backend provides it.
19953         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
19955         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
19956         of newer .svn/entries.
19958 2007-06-25  David Kastrup  <dak@gnu.org>
19960         * calc/calc-poly.el (math-padded-polynomial)
19961         (math-partial-fractions): Add some function comments.
19963 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19965         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19966         Make `outbuf' optional.
19967         (update-file-autoloads): Use it.
19969 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19971         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
19972         (autoload-find-destination): Keep it uptodate.
19973         (autoload-save-buffers): New fun.
19974         (update-file-autoloads): Use it.  Re-add the "up to date" message.
19976         * emacs-lisp/autoload.el: Refactor for upcoming changes.
19977         (autoload-find-destination): New function extracted from
19978         update-file-autoloads.
19979         (update-file-autoloads): Use it.
19980         (autoload-generate-file-autoloads): New function extracted from
19981         generate-file-autoloads.  Use file-relative-name.  Delay computation of
19982         output-start to the first cookie.  Remove done-any, replaced by
19983         output-start.
19984         (generate-file-autoloads): Use it.
19986 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
19988         * calc/calc-comb.el (math-init-random-base, math-prime-test):
19989         Use math-read-number-simple to insert constants.
19990         (math-prime-test): Redo calculation of sum.
19992         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
19994         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
19995         math-scale-bignum-3.
19996         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
19997         math-bignum-digit-size.
19998         (math-isqrt-small): Add another possible initial guess.
20000 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20002         * textmodes/bibtex.el (bibtex-entry-format): New options
20003         `whitespace', `braces', and `string'.
20004         (bibtex-field-braces-alist, bibtex-field-strings-alist)
20005         (bibtex-field-braces-opt, bibtex-field-strings-opt)
20006         (bibtex-cite-matcher-alist): New variables.
20007         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
20008         (bibtex-flash-head): Use blink-matching-delay.
20009         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
20010         (bibtex-format-entry, bibtex-reformat): Handle new options of
20011         bibtex-entry-format.
20012         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
20013         New functions.
20014         (bibtex-complete-internal): Do not display messages while
20015         minibuffer is used.  Do not leave around a completions buffer
20016         that is out of date.
20017         (bibtex-copy-summary-as-kill): New optional arg.
20018         (bibtex-font-lock-url): New optional arg no-button.
20019         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
20020         (bibtex-url): Allow multiple URLs per entry.
20022 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20024         * emacs-lisp/autoload.el (autoload-generated-file): New function.
20025         (update-file-autoloads, update-directory-autoloads): Use it.
20026         (autoload-file-load-name): New function.
20027         (generate-file-autoloads, update-file-autoloads): Use it.
20028         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
20029         (generate-file-autoloads): If the autoloaded form is malformed,
20030         indicate the problem with a warning instead of aborting.
20032 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
20034         * simple.el (next-error-recenter): Accept `(4)' as well;
20035         also, specify `integer' instead of `number'.
20037 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
20039         * ls-lisp.el (insert-directory): If an invalid regexp error is
20040         thrown, try using FILE as a literal file name, not a wildcard.
20042 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
20044         * ruler-mode.el (ruler-mode): Prevent clobbering the original
20045         `header-line-format' when reentering ruler mode.
20047 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
20049         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
20050         FILE exists as a file.
20052 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
20054         * calc/calc.el (math-bignum-digit-length)
20055         (math-bignum-digit-size, math-small-integer-size):
20056         New constants.
20057         (math-normalize, math-bignum-big, math-make-float)
20058         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
20059         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
20060         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
20061         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
20062         (math-quotient, math-div-bignum, math-div-bignum-digit)
20063         (math-div-bignum-part, math-format-bignum-decimal)
20064         (math-read-bignum): Use math-bignum-digit-length,
20065         math-bignum-digit-size and math-small-integer-size.
20067         * calc/calc-ext.el (math-fixnum-big): Use the variable
20068         math-bignum-digit-size.
20070 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20072         * log-view.el (log-view-mode-menu): New menu.
20074 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20076         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
20077         differently.
20079         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
20080         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
20082 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
20084         * vc-hg.el (vc-hg-print-log): Insert the file name.
20085         (vc-hg-log-view-mode): Fontify the file name.
20087 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
20089         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
20090         (calcFunc-julian): Fix incorrect number used in calculations.
20092 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
20094         * simple.el (next-error-recenter): New defcustom.
20095         (next-error, next-error-internal): Recenter if specified,
20096         immediately prior to running `next-error-hook'.
20098         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
20099         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
20101         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
20103 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
20105         * calc/calc-comb.el (math-small-factorial-table): New variable.
20106         (calcFunc-fact): Use `math-small-factorial-table'.
20108         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
20109         initial values.
20110         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
20111         New variables to use in caches.
20113         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
20114         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
20116         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
20117         (math-bernoulli-b-cache): Use math-read-number-simple to insert
20118         bignums.
20120         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20121         New variables to use in caches.
20123 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
20125         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
20127         * vc-hg.el (vc-hg-log-view-mode): New mode.
20129 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
20131         * calc/calc.el (math-read-number-simple): New function.
20133 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20135         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
20136         (vera-font-lock-match-item): Fix doc string.
20137         (vera-in-comment-p): Remove unused function.
20138         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
20139         use `syntax-ppss'.
20140         (vera-forward-syntactic-ws): Fix argument order.
20141         (vera-prepare-search): Use `with-syntax-table'.
20142         (vera-indent-line): Fix doc string.
20143         (vera-electric-tab): Fix doc string.
20144         (vera-expand-abbrev): Define alias instead of using `fset'.
20145         (vera-comment-uncomment-region): Use `comment-start-skip'.
20147 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
20149         * textmodes/org.el (org-export-with-footnotes): New option.
20150         (org-export-as-html): Fix replacement bug for XEmacs.
20151         (org-agenda-default-appointment-duration): New option.
20153 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
20155         * vc-hg.el: Add to do items.
20156         (vc-hg-diff): Add support for comparing different revisions.
20157         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
20158         (vc-hg-annotate-extract-revision-at-line)
20159         (vc-hg-previous-version, vc-hg-checkin): New functions.
20160         (vc-hg-annotate-re): New constant.
20162 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
20164         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
20166 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20168         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
20169         buffer-local value of log-view-*-re if applicable.
20171         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
20172         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
20173         (vc-bzr-command*): Remove both (incompatible) versions.
20174         (vc-bzr-do-command*): Remove.
20175         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
20176         Remove by folding into its only caller vc-bzr-command.
20177         (vc-bzr-command): Always set the environment, even when ineffective.
20178         (vc-bzr-version): Minor fix up.
20179         (vc-bzr-admin-dirname): New var.
20180         (vc-bzr-bzr-dir): Remove.
20181         (vc-bzr-root-dir): New fun.
20182         (vc-bzr-registered): Use it.  Add an autoloaded version.
20183         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
20184         (vc-bzr-view-log-function): Remove.
20185         (vc-bzr-log-view-mode): New major mode to replace it.
20186         (vc-bzr-print-log): Only activate the old hack if needed.
20188         * vc.el (vc-default-log-view-mode): New function.
20189         (vc-print-log): Add new `log-view-mode' VC operation.
20191 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
20193         * ido.el (ido-find-file-in-dir): Don't signal an error for
20194         empty directories.
20196         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
20198         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
20199         directory where the desktop file was found, as the docstring says.
20200         (desktop-kill): Use `read-directory-name'.
20202 2007-06-20  Alan Mackenzie  <acm@muc.de>
20204         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
20205         When removing lines, also remove the \n.  Correction of patch of
20206         2007-04-21.
20208 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
20210         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
20211         event is not a cons cell.  Do not unread drag-mouse-1 events.
20212         Select right window in check whether space was stolen from
20213         window above.
20215         * help-mode.el (help-make-xrefs): Adjust position of new forward
20216         button.
20218 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
20220         * vc-bzr.el (vc-bzr-with-process-environment)
20221         (vc-bzr-std-process-invocation): New macros.
20222         (vc-bzr-command, vc-bzr-command*): Use them.
20223         (vc-bzr-with-c-locale): Remove.
20224         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
20225         (vc-bzr-buffer-nonblank-p): New function.
20226         (vc-bzr-state-words): New const.
20227         (vc-bzr-state): Look for `bzr status' keywords in output.
20228         Display everything else as a warning message to the user.
20229         Fix status report with bzr >= 0.15.
20231 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
20233         * vc-hg.el (vc-hg-global-switches): Simplify.
20234         (vc-hg-state): Handle more states.
20235         (vc-hg-diff): Fix doc-string.
20236         (vc-hg-register): New function.
20237         (vc-hg-checkout): Likewise.
20239 2007-06-20  Reto Zimmermann  <reto@gnu.org>
20241         * progmodes/vera-mode.el: New file.
20243 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
20245         * calc/calc.el (calc-multiplication-has-precendence):
20246         New variable.
20247         (math-standard-ops, math-standard-ops-p, math-expr-ops):
20248         New functions.
20249         (math-expr-opers): Define using math-standard-ops rather than
20250         math-standard-opers.
20251         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
20252         equal the function math-standard-ops rather than the variable
20253         math-standard-opers.
20254         (calc-algebraic-entry): Let math-expr-opers equal
20255         math-standard-ops or math-expr-ops, as appropriate.
20256         (math-expr-read-level, math-read-factor): Let math-expr-opers
20257         equal math-expr-ops.
20258         * calc/calc-embed.el (calc-embedded-finish-edit):
20259         Let math-expr-opers equal the function math-standard-ops
20260         rather than the variable math-standard-opers.
20261         * calc/calc-ext.el (math-read-plain-expr)
20262         (math-format-flat-expr-fancy): Let math-expr-opers equal the
20263         function math-standard-ops rather than the variable
20264         math-standard-opers.
20265         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
20266         Let math-expr-opers equal the function math-standard-ops rather
20267         than the variable math-standard-opers.
20268         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
20269         equal the function math-standard-ops rather than the variable
20270         math-standard-opers.
20271         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
20272         equal the function math-standard-ops rather than the variable
20273         math-standard-opers.
20274         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
20275         math-expr-ops.
20277 2007-06-19  Ivan Kanis  <apple@kanis.eu>
20279         * vc-hg.el: New file.
20281 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20283         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
20284         with font-lock-multiline.
20286 2007-06-17  Glenn Morris  <rgm@gnu.org>
20288         * lpr.el (lpr-page-header-switches): Move %s to separate element
20289         for correct quoting.  Doc fix.
20291 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20293         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
20294         than setting sgml-xml-mode.
20295         (sgml-mode, html-mode): Set sgml-xml-mode.
20296         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
20297         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
20298         (sgml-electric-tag-pair-before-change-function)
20299         (sgml-electric-tag-pair-flush-overlays): New functions.
20300         (sgml-electric-tag-pair-mode): New minor mode.
20301         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
20302         (sgml-calculate-indent): Use assoc-string.
20304 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
20306         * thingatpt.el (thing-at-point-email-regexp): Don't require two
20307         chars before the "@" in an email address.  Andreas Roehler noticed
20308         this problem.
20310 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
20312         * thingatpt.el: Add support for email addresses (`email').
20313         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
20314         (thing-at-point-email-regexp): New variable.
20315         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
20316         properties on this symbol, with lambda forms for values.
20318 2007-06-15  Masatake YAMATO  <jet@gyve.org>
20320         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
20322         * vc.el (vc-dired-hook): Check the backend returned from
20323         `vc-responsible-backend' can really handle `subdir'.
20325 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
20327         * wid-edit.el (widget-add-documentation-string-button):
20328         Fix handling of documentation indent.
20330 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
20332         * mb-depth.el: New file.
20334 2007-06-15  Masatake YAMATO  <jet@gyve.org>
20336         * vc.el (vc-dired-mode): Show backend name as part of mode name.
20338 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
20340         * wid-edit.el (widget-default-create): Move ?h handling here...
20341         (widget-default-format-handler): ...from here.
20342         (widget-docstring, widget-add-documentation-string-button): New funs.
20343         (documentation-string): Add :visibility-widget property.
20344         (widget-documentation-string-value-create): Use it.
20346         * cus-edit.el (custom-split-regexp-maybe): Simplify.
20347         (custom-buffer-create-internal): Simplify message.
20348         (custom-variable-tag): Reduce height to normal.
20349         (custom-variable-value-create, custom-face-value-create)
20350         (custom-visibility): New widget.
20351         (custom-visibility): New face.
20352         (custom-group-value-create):
20353         Call widget-add-documentation-string-button, using `custom-visibility'.
20355 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20357         * emacs-lisp/bytecomp.el (byte-compile-current-group)
20358         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
20359         change.  Apparently the "warning even if the group is implicit" is
20360         a feature rather than a bug.
20362 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
20364         * emulation/viper.el (viper-describe-key-ad)
20365         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
20366         Compile them conditionally.
20367         (viper-version): Belated version change.
20369 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
20371         * follow.el (follow-all-followers, follow-generic-filter):
20372         * pcomplete.el (pcomplete-restore-windows):
20373         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
20374         (x-dnd-drop-data):
20375         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
20376         * progmodes/python.el (python-complete-symbol):
20377         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
20379 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
20381         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
20382         around bright and dim regexps.  Make sure bright and dim matches
20383         use word anchors.  Send text through rcirc-markup functions.
20384         (rcirc-url-regexp): Add single quote character.
20385         (rcirc-connect): Write logs to disk on auto-save-hook.
20386         Make server a non-optional argument.
20387         (rcirc-log-alist): New variable.
20388         (rcirc-log-directory): Make customizable.
20389         (rcirc-log-flag): New customizable variable.
20390         (rcirc-log): New function.
20391         (rcirc-print): Use above function.
20392         (rcirc-log-write): New function.
20393         (rcirc-generate-new-buffer-name): Strip text properties.
20394         (rcirc-switch-to-buffer-function): Remove variable.
20395         (rcirc-last-non-irc-buffer): Remove variable.
20396         (rcirc-non-irc-buffer): Add function.
20397         (rcirc-next-active-buffer): Use above function.
20398         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
20399         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
20400         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
20401         (rcirc-omit-mode): Add minor-mode.
20402         (rcirc-mode-map): Change C-c C-o binding.
20403         (rcirc-mode): Clear mode-line-process.  Use a custom
20404         fill-paragraph-function.  Set up buffer-invisibility-spec.
20405         (rcirc-response-formats): Remove timestamp code.
20406         (rcirc-omit-responses): Add variable.
20407         (rcirc-print): Don't put the overlay arrow on potentially omitted
20408         lines.  Log line to disk.  Record activity for private messages
20409         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
20410         (rcirc-jump-to-first-unread-line): Print message if there is no
20411         unread text.
20412         (rcirc-clear-unread): New function.
20413         (rcirc-markup-text-functions): Add variable.
20414         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
20415         (rcirc-debug): Don't mess with window configuration.
20416         (rcirc-send-message): Send message before printing locally.
20417         Add SILENT argument, do not print message if non-nil.
20418         (rcirc-visible-buffers): New function and variable.
20419         (rcirc-window-configuration-change-1): Add function.
20420         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
20421         server buffer.
20422         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
20423         (rcirc-fill-paragraph): Add function.
20424         (rcirc-record-activity, rcirc-window-configuration-change-1):
20425         Only update the activity string if it has actually changed.
20426         (rcirc-update-activity-string): Remove padding characters from the
20427         mode-line string.
20428         (rcirc-disconnect-buffer): New function to be called when a
20429         channel is parted or the user quits.
20430         (rcirc-server-name): Warn when the server-name hasn't been set.
20431         (rcirc-window-configuration-change): Postpone work until
20432         post-command-hook.
20433         (rcirc-window-configuration-change-1): Update mode-line and
20434         overlay arrows here.
20435         (rcirc-authenticate): Fixc hanserv identification.
20436         (rcirc-default-server): Remove variable.
20437         (rcirc): Connect according to rcirc-connections.
20438         (rcirc-connections): Add variable.
20439         (rcirc-startup-channels-alist): Remove variable.
20440         (rcirc-startup-channels): Remove function.
20442 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20444         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
20446 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
20448         * term/xterm.el (terminal-init-xterm): Escape parens in character
20449         constants.
20451 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20453         * progmodes/sh-script.el: Remove unneeded * from docstrings.
20454         Use [:alpha:] and [:alnum:] where applicable.
20455         (sh-quoted-subshell): Rewrite to correctly
20456         handle nested mixes of `...' and $(...).
20457         (sh-apply-quoted-subshell): Remove.
20458         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
20460         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
20462 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
20464         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
20465         previous change.
20467 2007-06-12  Tom Tromey  <tromey@redhat.com>
20469         * subr.el (user-emacs-directory): New defconst.
20470         * cmuscheme.el (scheme-start-file):
20471         * shell.el (shell):
20472         * completion.el (save-completions-file-name):
20473         * custom.el (custom-theme-directory):
20474         * term/x-win.el (emacs-session-filename):
20475         * filesets.el (filesets-menu-cache-file):
20476         * thumbs.el (thumbs-thumbsdir):
20477         * server.el (server-auth-dir):
20478         * image-dired.el (image-dired-dir):
20479         (image-dired-db-file):
20480         (image-dired-temp-image-file):
20481         (image-dired-gallery-dir):
20482         (image-dired-temp-rotate-image-file):
20483         * play/gamegrid.el (gamegrid-user-score-file-directory):
20484         * savehist.el (savehist-file):
20485         * tutorial.el (tutorial--saved-dir):
20486         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
20488 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
20490         * scroll-lock.el (scroll-lock-mode): Doc fix.
20492 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
20494         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
20496         * ediff-init.el: Doc strings.
20498 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20500         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
20501         (byte-compile-file): Bind it.
20502         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
20503         group argument is provided implicitly.
20504         (byte-compile-format-warn, byte-compile-from-buffer)
20505         (byte-compile-insert-header): Don't hardcode point-min==1.
20506         (byte-compile-file-form-require): Remove unused var old-load-list.
20507         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
20509 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
20511         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
20512         Display error messages.
20513         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
20514         Get rid of cl.el dependencies.
20516         * emulation/viper-init.el (viper-suppress-input-method-change-message):
20517         New variable.
20518         (viper-activate-input-method-action)
20519         (viper-inactivate-input-method-action):
20520         Use viper-suppress-input-method-change-message.
20522         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
20523         for C-s, C-r.
20525         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
20526         Use viper-replace-overlay-cursor-color instead of
20527         viper-replace-overlay-cursor-color.
20528         (viper-sit-for-short): Use sit-for with 3 arguments.
20530         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
20531         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
20532         to gud-mode.
20534         * ediff-mult.el (ediff-meta-buffer-brief-message)
20535         (ediff-meta-buffer-verbose-message): New variables.
20536         (ediff-meta-buffer-message): Variable deleted.
20537         (ediff-verbose-help-enabled): New variable.
20538         (ediff-toggle-verbose-help-meta-buffer): New function.
20539         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
20540         message options.
20542         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
20543         (ediff-fixup-patch-map): Improve heuristic.
20545 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20547         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
20548         (log-view-font-lock-keywords): Simplify.
20549         (log-view-current-file, log-view-current-tag): Simplify.
20551 2007-06-12  Sam Steingold  <sds@gnu.org>
20553         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
20555 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
20557         * desktop.el (desktop-load-locked-desktop): New option.
20558         (desktop-read): Use it.
20559         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
20560         Use `when'.
20562 2007-06-12  Davis Herring  <herring@lanl.gov>
20564         * desktop.el (desktop-save-mode-off): New function.
20565         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
20566         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
20567         (desktop-claim-lock, desktop-release-lock): New functions.
20568         (desktop-kill): Tell `desktop-save' that this is the last save.
20569         Release the lock afterwards.
20570         (desktop-buffer-info): New function.
20571         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
20572         says to.  Detect conflicts, and manage the lock.
20573         (desktop-read): Detect conflicts.  Manage the lock.
20575 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20577         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
20579         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
20580         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
20581         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
20582         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
20583         keysyms rather than byte sequences.
20584         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
20586 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20588         * font-lock.el (font-lock-add-keywords): In case font-lock was only
20589         half-activated, forcefully activate it completely.
20591 2007-06-11  Richard Stallman  <rms@gnu.org>
20593         * cus-edit.el (custom-variable-type): Doc fix.
20595 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20597         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
20598         (sh-font-lock-flush-syntax-ppss-cache): New functions.
20599         (sh-font-lock-syntactic-keywords): Use them to distinguish the
20600         different possible cases for \'.
20602         * complete.el (PC-bindings): Don't bind things already bound in the
20603         parent keymap.
20605         * textmodes/bibtex-style.el: New file.
20607 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
20609         * vc-bzr.el: New file.
20611 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20613         * vc-svn.el (vc-svn-program): New var.
20614         (vc-svn-command): Use it.
20616 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
20618         * server.el (server-switch-buffer): Remove redundant check.
20620 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
20622         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
20623         Match against file-name-nondirectory.
20624         Fix text on user customization variables.
20625         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
20627 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
20629         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
20631 2007-06-09  Davis Herring  <herring@lanl.gov>
20633         * desktop.el (desktop-minor-mode-table): Doc fix.
20635 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20637         * textmodes/css-mode.el (css-navigation-syntax-table):
20638         Use set-char-table-range so it also works in the unicode branch.
20640 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
20642         * help-mode.el (help-xref-forward-stack)
20643         (help-xref-stack-forward-item, help-forward-label): New variables.
20644         (help-forward): New button type.
20645         (help-setup-xref): Initialise help-xref-forward-stack.
20646         (help-make-xrefs): Add forward button, if appropriate.
20647         (help-xref-go-back): Push item on forward stack.
20648         (help-xref-go-forward, help-go-forward): New functions.
20650 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
20652         * dired.el (dired-mode-map): Remove spurious separator.
20654 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
20656         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
20658         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20659         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
20661 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
20663         * textmodes/org.el: Version number fixed.
20665 2007-06-07  Glenn Morris  <rgm@gnu.org>
20667         * version.el (emacs-copyright): New constant.
20668         * startup.el (fancy-splash-tail): Use emacs-copyright.
20669         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
20671         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
20672         `make-local'.
20673         (byte-compile-warnings-safe-p): Add `make-local'.
20674         (byte-compile-make-variable-buffer-local):
20675         Allow byte-compile-warnings to suppress this warning.
20677         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
20678         format of "menu" description.
20679         (tutorial--find-changed-keys): Describe the specific menu a
20680         command is in.
20682         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
20683         Rewrite compatibility functions to silence byte-compiler.
20685 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
20687         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
20688         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
20690 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
20692         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
20694 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
20696         * progmodes/ebrowse.el (ebrowse-member-table):
20697         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
20698         (org-batch-agenda-csv): Fix typos in docstrings.
20700 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
20702         * pgg.el (pgg-sign-region, pgg-sign):
20703         * ses.el (ses-call-printer):
20704         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
20705         * textmodes/org.el (org-cycle): Fix typos in docstrings.
20707 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
20709         * textmodes/org.el (org-export-region-as-html)
20710         (org-replace-region-by-html, org-number-to-letters)
20711         (org-table-fedit-finish, org-normalize-color)
20712         (org-table-fedit-ref-right, org-date-to-gregorian)
20713         (org-table-fedit-move, org-table-convert-refs-to-rc)
20714         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
20715         (org-write-agenda, org-colgroup-info-to-vline-list)
20716         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
20717         (org-indent-line-function, org-export-as-html-to-buffer)
20718         (org-store-agenda-views, org-update-mode-line)
20719         (org-find-if, org-delete-all)
20720         (org-table-fedit-convert-buffer, org-emphasize)
20721         (org-uniquify, org-table-fedit-lisp-indent)
20722         (org-table-fedit-scroll, org-get-todo-sequence-head)
20723         (org-table-fedit-scroll-down, org-table-fedit-line-down)
20724         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
20725         (org-table-fedit-toggle-coordinates, org-dvipng-color)
20726         (org-table-fedit-line-up, org-table-fedit-ref-down)
20727         (org-table-formula-from-user, org-mode-flyspell-verify)
20728         (org-cycle-show-empty-lines, org-ctrl-c-ret)
20729         (org-table-formula-to-user, org-diary-to-ical-string)
20730         (orgtbl-export, org-table-fedit-post-command)
20731         (org-closed-in-range, org-shiftcontrolright)
20732         (org-table-convert-refs-to-an, org-table-hline-and-move)
20733         (org-table-formula-less-p, org-format-table-ascii)
20734         (org-agenda-get-sexps, org-shift-refpart)
20735         (org-diary-sexp-entry, org-time-string-to-absolute)
20736         (org-table-show-reference, org-letters-to-number)
20737         (org-fix-agenda-info, org-table-fedit-ref-up)
20738         (org-table-fedit-shift-reference, org-table-fedit-abort)
20739         (org-closest-date, org-shiftcontrolleft)
20740         (org-at-heading-or-item-p, org-rematch-and-replace)
20741         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
20742         New functions.
20743         (org-table-edit-scroll-down, org-finish-edit-formulas)
20744         (org-table-edit-next-field, org-abort-edit-formulas)
20745         (org-font-lock-level, org-export-find-first-heading-line)
20746         (org-table-edit-line-down, org-table-edit-backward-field)
20747         (org-edit-formula-lisp-indent, org-table-edit-move)
20748         (org-check-log-option, org-this-word)
20749         (org-table-edit-line-up, org-table-edit-formulas-post-command)
20750         (org-agenda-file-to-end, org-expand-file-name)
20751         (org-fake-empty-table-line, org-table-edit-scroll)
20752         (org-toggle-log-option, org-show-reference): Function removed.
20753         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
20754         New defsubsts.
20755         (org-unmodified, org-batch-store-agenda-views)
20756         (org-batch-agenda-csv): New macro.
20757         (org-agenda-export): New customization group.
20758         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
20759         (org-highest-priority, org-agenda-exporter-settings)
20760         (org-log-done-with-time, org-replace-disputed-keys)
20761         (org-format-latex-header, org-export-table-header-tags)
20762         (org-cycle-separator-lines, org-export-table-data-tags)
20763         (org-icalendar-include-sexps)
20764         (org-empty-line-terminates-plain-lists)
20765         (org-log-repeat, org-special-ctrl-a)
20766         (org-table-use-standard-references, org-disputed-keys)
20767         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
20768         (org-agenda-export-html-style): New option.
20769         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
20770         (org-CUA-compatible): Option removed.
20771         (org-agenda-structure, org-sexp-date): New face.
20772         (org-todo-keywords-for-agenda, org-not-done-keywords)
20773         (org-planning-or-clock-line-re, org-agenda-name)
20774         (org-table-colgroup-info, org-todo-sets)
20775         (constants-unit-system, org-clock-mode-line-entry)
20776         (org-mode-line-timer, org-table-current-begin-pos)
20777         (org-todo-keywords-1, org-mode-line-string)
20778         (org-table-clean-did-remove-column, org-table-fedit-map)
20779         (org-clock-heading, org-table-buffer-is-an)
20780         (org-agenda-info, org-done-keywords)
20781         (org-done-keywords-for-agenda, org-todo-heads)
20782         (org-todo-kwd-alist, org-clock-start-time): New variable.
20783         (org-todo-kwd-priority-p, org-edit-formulas-map)
20784         (org-repeat-re, org-todo-kwd-max-priority)
20785         (org-version, org-done-string)
20786         (org-table-clean-did-remove-column-1, org-disputed-keys):
20787         Remove variables.
20788         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
20789         (org-ts-lengths): Constant removed.
20790         (org-follow-gnus-link): Don't ask how many articles to read.
20791         (org-export-find-first-export-line): Rename from
20792         `org-export-find-first-heading'.
20793         Use `org-export-skip-text-before-1st-heading'.
20794         (org-table-fedit-post-command): Rename from
20795         `org-table-edit-formulas-post-command'.
20796         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
20797         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
20798         (org-table-fedit-lisp-indent): Rename from
20799         `org-edit-formula-lisp-indent'.
20800         (org-table-show-reference): Rename from `org-show-reference'.
20801         (org-table-store-formulas): Use `org-table-formula-less-p'.
20802         (org-table-edit-formulas): Position cursor to current field equation.
20803         (org-update-checkbox-count, org-hide-archived-subtrees)
20804         (org-timestamp-up-day, org-timestamp-down-day)
20805         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
20806         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
20807         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
20808         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
20809         Let `org-on-heading-p' also check for invisible heading.
20810         (org-read-date): Match am/pm times.
20811         (org-eval-in-calendar): Fix default date in prompt.
20813 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
20815         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
20816         "ChangeLog.a" entries, giving the latter lower priority.
20818 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
20820         * faces.el (face-id): If the argument is a face alias,
20821         return the ID of the target face.
20823 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
20825         * net/socks.el (top): Remove unnecessary copyright line.
20827 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
20829         * longlines.el (longlines-auto-wrap): Handle argument correctly.
20831 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
20833         * net/socks.el: New file, taken from w3 repository.
20834         (top): Update Copyright.  Don't load cl.el.
20835         (all): Replace `case' by `cond', `string-to-int' by
20836         `string-to-number', and `process-kill-without-query' by
20837         `set-process-query-on-exit-flag'.
20838         (socks-char-int): Remove defalias and all occurrences.
20840 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
20842         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
20843         Fix typos in docstrings.
20844         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
20845         (compilation-finish-function): Fix typo in obsolescence declaration.
20847 2007-06-03  Sam Steingold  <sds@gnu.org>
20849         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
20850         handle unending automatic recompilation of changed files (`omake -P').
20851         (compilation-loop): VISITED is now 5th CDR.
20852         (compilation-next-error-function): Set TIMESTAMP.
20854 2007-06-03  Sam Steingold  <sds@gnu.org>
20856         * files.el (kill-buffer-ask): New function.
20857         (kill-some-buffers): Use it.
20858         (kill-matching-buffers): New user command.
20860 2007-06-01  David Kastrup  <dak@gnu.org>
20862         * dired.el (dired-recursive-deletes, dired-recursive-copies):
20863         Change default to `top'.
20865 2007-05-31  Richard Stallman  <rms@gnu.org>
20867         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
20869 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20871         * textmodes/css-mode.el: New file.
20873 2007-05-30  Michael Olson  <mwolson@gnu.org>
20875         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
20876         died and we are trying to send a signal to it.  The program using
20877         tq.el should periodically check to see whether the process has
20878         died and react appropriately -- this is not the responsibility of
20879         tq.el, and is consistent with the rest of the tq.el source code.
20881 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
20883         * textmodes/table.el (table--point-entered-cell-function)
20884         (table--point-left-cell-function):
20885         Bind `inhibit-point-motion-hooks' to t.
20887 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
20889         * emacs-lisp/rx.el (rx): Doc fix.
20891 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
20893         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
20895 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
20897         Sync with Tramp 2.0.56.
20899         * net/tramp.el:
20900         * net/tramp-ftp.el:
20901         * net/tramp-smb.el:
20902         * net/tramp-util.el:
20903         * net/tramp-vc.el:
20904         Don't load cl.el, because that pollutes the namespace.  Replace cl
20905         macros by their implementations where necessary.  Requested by
20906         Richard Stallman <rms@gnu.org>.
20908         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
20909         doesn't exist.
20910         (with-parsed-tramp-file-name): Protect debug spec during compilation.
20911         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
20912         (tramp-file-name-p, tramp-file-name-multi-method)
20913         (tramp-file-name-method, tramp-file-name-user)
20914         (tramp-file-name-host, tramp-file-name-localname): New defuns,
20915         replacing defstruct `tramp-file-name'.
20916         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
20917         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
20918         Apply `vector' instead of `make-tramp-file-name'.
20919         (tramp-handle-make-auto-save-file-name):
20920         Apply `tramp-temporary-file-directory' for compatibility reasons.
20921         (tramp-completion-mode): Use `natnump' instead of `wholenump'
20922         because of XEmacs.
20923         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
20924         started.
20926 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
20928         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
20930 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
20932         * log-edit.el (log-edit-changelog-paragraph): Return point-max
20933         as the end of the ChangeLog paragraph when it ends without a line
20934         termination.
20936 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
20938         * net/webjump.el (webjump-sample-sites):
20939         Add simple Wikipedia query.
20941 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20943         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
20944         compatibility code.
20946         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
20947         (copyright-update-year): Use it.
20949         * edmacro.el (edmacro-format-keys): Use current-active-maps.
20951         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
20952         Add indentation and debugging info.  Fix up comment convention.
20954         * cus-dep.el (custom-make-dependencies): Simplify.
20956         * composite.el (compose-region, decompose-region):
20957         Use inhibit-read-only and restore-buffer-modified-p.
20959         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
20960         (xterm-mouse-event): Use it.
20962 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
20964         * bs.el (bs-cycle-previous): Don't modify the cycle list until
20965         `switch-to-buffer' has returned succesfully.
20966         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
20967         window is dedicated (it could iconify the frame).
20969 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
20971         * vc-hooks.el (vc-find-root): Fix file attribute test.
20973 2007-05-24  Richard Stallman  <rms@gnu.org>
20975         * textmodes/flyspell.el (flyspell-correct-word-before-point):
20976         Don't let opoint be nil.
20977         (flyspell-emacs-popup): Explicit error if no dialogs.
20979 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
20981         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
20982         (image-next-line, image-previous-line, image-scroll-up)
20983         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
20984         New functions.
20985         (image-mode-map): Remap motion commands.
20986         (image-mode-text-map): New keymap for viewing images as text.
20987         (image-mode): Use image-mode-map.
20988         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
20990 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20992         * textmodes/fill.el (canonically-space-region): Make the second arg
20993         a marker if it's not already the case.
20995 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
20997         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
20998         (tar-get-descriptor): Handle type 55, an extended pax header.
21000 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21002         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
21003         to confuse outline-minor-mode.
21005 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
21007         * tar-mode.el (tar-file-name-handler): New function.
21008         (tar-extract): Bind file-name-handler-alist to it to force
21009         find-buffer-file-type-coding-system behave as if the file being
21010         extracted existed.  Use last-coding-system-used to force
21011         buffer-file-coding-system to what decode-coding-region actually
21012         used to decode the file.
21014 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21016         * progmodes/compile.el (compilation-handle-exit):
21017         `compilation-finish-function' may change the current buffer.
21019 2007-05-22  Richard Stallman  <rms@gnu.org>
21021         * files.el (set-auto-mode): Doc fix.
21023 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
21025         * help-fns.el (find-source-lisp-file): New function.
21026         (describe-function-1): Use find-source-lisp-file to find source
21027         file in compile tree.
21029 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
21031         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
21033 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
21035         * emacs-lisp/easy-mmode.el (define-minor-mode)
21036         (easy-mmode-define-navigation): Fix typos in docstrings.
21038 2007-05-22  Glenn Morris  <rgm@gnu.org>
21040         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
21042 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21044         * mail/mail-extr.el (mail-extract-address-components):
21045         Recognize non-ASCII characters except for NBSP as words.
21047 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
21049         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
21050         (rcirc-print): Handle `window-width'.
21051         (rcirc-buffer-maximum-lines): Doc fix.
21053 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
21055         * image-mode.el (image-toggle-display): Don't clear image cache.
21056         Only use filename in image spec if the file is readable.
21057         Call image-refresh.
21059         * image.el (image-type-from-file-name, image-type): Simplify.
21060         (image-type-auto-detected-p): Don't scan auto-mode-alist.
21062         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
21063         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
21065 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
21067         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
21068         is an error.
21070         * term/linux.el (terminal-init-linux): Don't signal an error
21071         if gpm isn't running.
21073 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
21075         * t-mouse.el: Reduce to a minor-mode macro call.
21076         (t-mouse-mode): Remove the lighter.
21078         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
21080 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
21082         * files.el (auto-mode-alist): Change the regexp so that
21083         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
21085 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
21087         * Version 22.1 released.
21089 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
21091         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
21092         changes.
21094 2007-05-19  Kevin Ryde  <user42@zip.com.au>
21096         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
21098 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
21100         * textmodes/sgml-mode.el: Revert last change.
21102 2007-05-18  Richard Stallman  <rms@gnu.org>
21104         * simple.el (push-mark): Doc fix.
21106 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
21108         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
21109         tpu-global-map.
21110         (tpu-original-global-map): Variable deleted.
21111         (tpu-control-keys-map): New keymap variable.
21112         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
21113         setting keymapping directly.
21114         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
21115         tpu-global-map.
21116         (tpu-edt-on): Activate the tpu-global-map.
21117         (tpu-edt-off): Deactivate the tpu-global-map.
21119 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
21121         * textmodes/ispell.el (ispell-get-word): Return markers
21122         for start and end positions.
21123         (ispell-word): Assume END is a marker.
21125 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
21127         * textmodes/sgml-mode.el (sgml-tag):
21128         Fix bug: Call sgml-transformation-function.
21130 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
21132         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
21133         modified flag of buffer.  Use `inhibit-modification-hooks'.
21135 2007-05-16  Richard Stallman  <rms@gnu.org>
21137         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
21139 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21141         * files.el (magic-mode-alist, magic-fallback-mode-alist):
21142         Move the *ml, Postscript, and XmCD entries to the fallback part.
21144         * files.el (magic-fallback-mode-alist):
21145         Rename from file-start-mode-alist.
21147 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21149         * progmodes/compile.el (compilation-handle-exit): Quote first
21150         argument of `run-hook-with-args'.
21152 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
21154         * buff-menu.el (Buffer-menu-sort-column):
21155         * dabbrev.el (dabbrev-upcase-means-case-search):
21156         * dired.el (dired-recursive-deletes, dired-recursive-copies):
21157         * info.el (Info-current-subfile):
21158         * ls-lisp.el (ls-lisp-verbosity):
21159         * msb.el (msb-menu-cond):
21160         * pcvs.el (cvs-dired-use-hook):
21161         * simple.el (set-mark-command-repeat-pop):
21162         * time.el (display-time-24hr-format, display-time-mail-file):
21163         Doc fixes.
21165         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
21166         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
21168         * view.el (view-inhibit-help-message): Fix typo in docstring.
21169         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
21171 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
21173         * textmodes/ispell.el (ispell-start-process): Defend against bad
21174         default-directory.
21176 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
21178         * mail/rmail.el (rmail-convert-to-babyl-format): Check
21179         content-transfer-encoding _last_, because it's its position that
21180         we need as value of base64-header-field-end.
21182 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
21184         * files.el (mode-require-final-newline, require-final-newline)
21185         (enable-local-variables, enable-local-eval): Doc fixes.
21187 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21189         * ps-print.el: Use default color when foreground or background color
21190         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
21191         (ps-print-version): New version 6.7.4.
21192         (ps-rgb-color): New argument.  Use default color when color is
21193         unspecified.
21194         (ps-begin-job): Fix code.
21196 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
21198         * longlines.el (longlines-mode): Make longlines-auto-wrap
21199         buffer-local.  Add hooks unconditionally.
21200         (longlines-auto-wrap): Toggle wrapping.
21201         (longlines-after-change-function)
21202         (longlines-post-command-function): Check longlines-auto-wrap.
21204 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
21206         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
21207         (xterm-mouse-translate): Use it.
21209 2007-05-10  Richard Stallman  <rms@gnu.org>
21211         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
21212         (iso-cvt-write-only): Likewise.
21214         * emacs-lisp/easy-mmode.el (define-minor-mode):
21215         Fix generated doc string.
21217         * startup.el (fancy-splash-text): Add URL of guided tour.
21218         Adjust horizontal and vertical whitespace.
21220         * progmodes/compile.el (compilation-handle-exit):
21221         Use run-hook-with-args to run compilation-finish-functions.
21223         * files.el (file-start-mode-alist): New variable.
21224         (magic-mode-regexp-match-limit): Doc fix.
21225         (set-auto-mode): Handle file-start-mode-alist.
21226         A little cleanup of structure.
21228         * dabbrev.el (dabbrev-eliminate-newlines):
21229         Renamed from dabbrev--eliminate-newlines.  All uses changed.
21231 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
21233         * man.el (Man-next-section): Don't consider the last line of the page
21234         as being part of any section.
21236 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21238         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
21239         can take any number of values.
21241 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21243         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
21244         to the list of citation commands.
21246 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21248         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
21250 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
21252         * progmodes/python.el (python-font-lock-keywords)
21253         (python-open-block-statement-p, python-mode): Add support for the new
21254         "with" keyword.
21256 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21258         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
21259         the exact opposite of diff-goto-source.
21261         * emacs-lisp/advice.el (ad-special-forms): Remove.
21262         (ad-special-form-p): Use subr-arity.
21264         * newcomment.el (comment-search-forward): Make sure we search forward.
21265         (comment-enter-backward): Try and distinguish the non-matching case at
21266         EOB from the non-matching case with a missing comment-end-skip for
21267         a 2-char comment ender.
21268         (comment-choose-indent): New function extracted from comment-indent.
21269         Improve the alignment algorithm.
21270         (comment-indent): Use it.
21272         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
21273         XML style Processing Instructions.
21274         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
21275         (sgml-calculate-indent): Handle `pi' context.
21277         * vc.el: Ensure that update-changelog issues an error when used with
21278         a backend that does not implement it.
21279         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
21280         Remove `backend' argument.  Use expand-file-name.
21281         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
21283         * progmodes/python.el (python-end-of-block): Revert last change.
21284         (python-end-of-statement): Make sure we move *forward*.
21286 2007-05-08  Richard Stallman  <rms@gnu.org>
21288         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21289         Don't include non-self-insert commands in the exception for `-'.
21291 2007-05-08  David Reitter  <david.reitter@gmail.com>
21293         * progmodes/python.el (python-guess-indent): Check non-nullness
21294         before comparing indent against the 2..8 interval.
21296 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21298         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
21299         available.
21301 2007-05-06  Richard Stallman  <rms@gnu.org>
21303         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
21305 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21307         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
21308         rather than storing their value in the revert-buffer function.
21310 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
21312         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
21313         when disabling t-mouse-mode.
21315 2007-05-01  Davis Herring  <herring@lanl.gov>
21317         * calendar/timeclock.el: Update version number.
21318         (timeclock-modeline-display): Mention timeclock-use-display-time
21319         in explanatory message.
21320         (timeclock-in): Fix non-interactive workday specifications.
21321         (timeclock-log): Don't kill the log buffer if it already existed.
21322         Suppress warnings when finding the log.  Don't check for a nil
21323         project twice.  Run hooks after killing the buffer (if applicable).
21324         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
21325         was geometric).  All uses changed.
21326         (timeclock-generate-report): Support prefix argument.
21328 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
21330         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
21331         disconnections.
21333 2007-05-01  Romain Francoise  <romain@orebokech.com>
21335         * dired-x.el: Revert 2007-04-06 change.
21337 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
21339         * find-dired.el (find-dired-filter): Propertize all text down to eob.
21341 2007-04-29  Richard Stallman  <rms@gnu.org>
21343         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
21345 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21347         * progmodes/cc-mode.el (c-before-change): Use point-min rather
21348         than 1.
21350 2007-04-28  Richard Stallman  <rms@gnu.org>
21352         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
21354 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
21356         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
21357         don't put stop on toolbar.
21359 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21361         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
21363 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
21365         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
21366         instead of $(lisp)/mh-e.
21368 2007-04-28  Glenn Morris  <rgm@gnu.org>
21370         * image-dired.el (image-dired-cmd-create-thumbnail-options)
21371         (image-dired-cmd-create-temp-image-options): Replace option
21372         +profile "*" with -strip.
21374 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
21376         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21377         Use window-start and window-end.
21379 2007-04-27  Andreas Schwab  <schwab@suse.de>
21381         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
21383 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
21385         * textmodes/fill.el (fill-paragraph): Doc fix.
21387 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
21389         * locate.el (locate-in-alternate-database): Doc fix.
21391 2007-04-26  Glenn Morris  <rgm@gnu.org>
21393         * button.el (button): Use underline if supported, else fall back
21394         to color.
21396         * version.el (emacs-version): Increase to 22.1.50.
21398 2007-04-25  Richard Stallman  <rms@gnu.org>
21400         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
21402 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
21404         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
21405         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
21406         pushing mark.
21407         (idlwave-current-routine): Don't push mark.
21409 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
21411         * image-dired.el (image-dired-display-image): Derive image-type from
21412         filename rather than assuming jpeg, in case no resizing was needed.
21414 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
21416         * custom.el (defface): Doc fix.
21418 See ChangeLog.12 for earlier changes.
21420 ;; Local Variables:
21421 ;; coding: utf-8
21422 ;; add-log-time-zone-rule: t
21423 ;; End:
21425     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
21427   This file is part of GNU Emacs.
21429   GNU Emacs is free software; you can redistribute it and/or modify
21430   it under the terms of the GNU General Public License as published by
21431   the Free Software Foundation; either version 3, or (at your option)
21432   any later version.
21434   GNU Emacs is distributed in the hope that it will be useful,
21435   but WITHOUT ANY WARRANTY; without even the implied warranty of
21436   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21437   GNU General Public License for more details.
21439   You should have received a copy of the GNU General Public License
21440   along with GNU Emacs; see the file COPYING.  If not, write to the
21441   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21442   Boston, MA 02110-1301, USA.
21444 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af