Fix up commenting convention.
[emacs.git] / lisp / ChangeLog
blob2b966589a178044f52cfb41e522d5fb1d541fe66
1 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
3         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
4         as pragma keywords.
5         (verilog-pretty-expr): Support lining up assignments which include
6         part selects.
7         (verilog-mode): More portable check for the availability of
8         hideshow support.
9         (verilog-do-indent): Remove special indent for declarations inside
10         a parenthetical list.  The code is ill-advised, and doesn't work
11         given the new user defined types.
12         (verilog-set-auto-endcomments): Enhance function automatic
13         endcomment to support functions that return user defined types.
14         (verilog-mode): Add code to tell which-function-mode minor mode
15         that Verilog supports this feature.
17 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
19         * epa-file.el: Require epa-hook.
21         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
23         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
24         file-names clashes on 8+3 filesystems.  Provide epa-hook.
26         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
27         file-names clashes on 8+3 filesystems.
29 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
31         * org/org.el (org-read-date-get-relative): Interpret lone
32         weekday abbreviation as relative to today.
34 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
36         * abbrev.el (define-abbrev-table):
37         * composite.el (toggle-auto-composition):
38         * json.el (json-alist-p, json-plist-p):
39         * minibuffer.el (completion-table-with-predicate):
40         * ps-mule.el (ps-mule-external-libraries):
41         * emacs-lisp/advice.el (ad-special-form-p):
42         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
43         * eshell/em-smart.el (eshell-review-quick-commands):
44         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
45         (python-skip-out, python-check-comint-prompt):
46         Don't use `iff' in docstrings.
48         * international/robin.el (robin-package-alist): Fix typo in docstring.
49         (robin-current-package-name): Doc fix.
50         (robin-activate): Don't use `iff' in docstring.
52 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
54         * vc.el, vc-dispatcher.el: VC-Dired support removed.
55         The code uses a ewoc-based implementation now.
56         * vc-hooks.el: Support for Meta-CVS has been removed.
58 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * tool-bar.el: Choose images dynamically.
61         (tool-bar-make-keymap, tool-bar-find-image): New function.
62         (tool-bar-find-image-cache): New var.
63         (tool-bar-local-item, tool-bar-local-item-from-menu):
64         Don't select the image yet, do it later in tool-bar-make-keymap.
66 2008-05-07  Andreas Schwab  <schwab@suse.de>
68         * window.el: Require 'cl when compiling.
70 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
72         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
74 2008-05-07  Glenn Morris  <rgm@gnu.org>
76         * subr.el (ignore-errors): Move here from cl-macs.el.
77         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
79         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
80         oddness.
82 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
84         * vc-hooks.el (vc-find-file-hook):
85         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
86         further from vc.el.
87         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
89 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
91         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
92         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
93         (verilog-auto-inout, verilog-auto-inout-module)
94         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
95         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
96         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
97         (verilog-auto-sense-sigs, verilog-auto-tieoff)
98         (verilog-auto-unused, verilog-auto-wire)
99         (verilog-decls-get-assigns, verilog-decls-get-consts)
100         (verilog-decls-get-gparams, verilog-decls-get-inouts)
101         (verilog-decls-get-inputs, verilog-decls-get-outputs)
102         (verilog-decls-get-ports, verilog-decls-get-regs)
103         (verilog-decls-get-signals, verilog-decls-get-wires)
104         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
105         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
106         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
107         (verilog-inject-sense, verilog-library-filenames)
108         (verilog-mode-release-date, verilog-mode-version)
109         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
110         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
111         (verilog-modi-get-assigns, verilog-modi-get-consts)
112         (verilog-modi-get-gparams, verilog-modi-get-inouts)
113         (verilog-modi-get-inputs, verilog-modi-get-outputs)
114         (verilog-modi-get-ports, verilog-modi-get-regs)
115         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
116         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
117         (verilog-modi-get-wires, verilog-preserve-cache)
118         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
119         (verilog-read-sub-decls, verilog-read-sub-decls-line)
120         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
121         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
122         Add caching of additional state, and rework signal extraction
123         routines to improve AUTO expansion performance by 300%++.
125 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
127         * progmodes/compile.el (compilation-error-regexp-alist-alist):
128         Tweak Open Watcom regexp to distinguish between errors and warnings.
130 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * dired.el (dired-read-dir-and-switches): Fix up last change.
134 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
136         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
137         out of this function, move it to vc-dispatcher-selection-set.
139 2008-05-05  Sam Steingold  <sds@gnu.org>
141         * window.el (delete-other-windows-vertically): New function.
143 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * dired.el (dired-read-dir-and-switches):
146         Obey read-file-name-completion-ignore-case.
148 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
150         * progmodes/compile.el (compilation-error-regexp-alist-alist):
151         Add regexp for Open Watcom compiler output.
153 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
155         * progmodes/python.el (python-block-pairs): Align finally with except.
157 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
161 2008-05-05  Tom Tromey  <tromey@redhat.com>
163         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
164         looking at conflict marker.
166 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
168         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
169         client-mode -> vc-client-object, and guess `funcall' was meant.
170         (vc-dir-mode): Rename client-mode -> vc-client-mode.
172 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
174         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
175         (dbus-debug): Move declarations outside eval-when-compile.
177 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
179         * proced.el (proced-command-alist): Fix system-type values.
180         Fix defcustom.
181         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
182         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
183         (proced-sort-start, proced-sort, proced-sort-time): New commands.
184         (proced-update): Use proced-sorting-scheme.  Update modeline.
185         (proced-send-signal): Use nreverse.
186         (proced-sorting-scheme-p): New function.
188 2008-05-04  Andreas Schwab  <schwab@suse.de>
190         * vc.el: Require dired when compiling.
192         * minibuffer.el (completion--insert-strings): Don't delete past bol.
194 2008-05-03  Glenn Morris  <rgm@gnu.org>
196         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
197         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
198         Simplify compilation requirements.
199         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
200         declarations.
202 2008-05-03  Dave Love  <fx@gnu.org>
204         * progmodes/python.el (python-beginning-of-statement):
205         Loop at least once (fixes 2008-02-21 change).
207 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
209         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
210         instead of `length' for comparing length of user and group names.
212 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
214         * vc-dispatcher.el: New file, separates out the UI and command
215         execution machinery from VCS-specific logic left in vc.el.
216         The separation is not yet completely clean, but it's a good start.
217         * vc.el: This file is about 1700 lines shorter now.
218         Remove obsolete logentry-check from the backend API.
219         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
220         implementation of the logentry-check method, and it guarded against
221         a log length limit that has probably been obsolete for 15 years (!).
223 2008-05-02  Sam Steingold  <sds@gnu.org>
225         * progmodes/compile.el (compilation-start): Move setting of
226         compilation-directory after (funcall mode) as that resets local
227         variables, this fixes recompile in grep buffers.
228         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
230 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
232         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
233         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
234         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
235         has one of these and that all are called in compatible ways.
236         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
237         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
238         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
239         backend has one of these.
241 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
243         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
244         initialization into define-abbrev-table.  Use :regexp.
245         (octave-mode-syntax-table): Don't set word syntax for `.
247         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
248         than only value.
250         * dired.el (dired-read-dir-and-switches):
251         Set minibuffer-completing-file-name and call substitute-in-file-name.
252         (dired-format-columns-of-files): Use completion--insert-strings.
254         * minibuffer.el (completion-hilit-commonality): Revert last change:
255         the leftover code was actually useful.
256         (completion--insert-strings): Use string-width rather than length.
258 2008-05-02  Sam Steingold  <sds@gnu.org>
260         * vc.el (vc-dir-mode-map): Enable mouse bindings.
261         (vc-at-event): New macro: run the body at the even location.
262         (vc-dir-menu, vc-dir-toggle-mark): Use it.
263         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
264         * subr.el (mouse-event-p): Check if the even is mouse-related.
266 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
268         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
269         Don't throw error if no file is found.
271 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
273         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
274         (vc-default-state-heuristic): Doc fix.
276 2008-05-02  Richard Sharman  <rsharman@pobox.com>
278         * hilit-chg.el (highlight-changes-mode): Remove references to
279         hooks that no longer exist.  Because define-minor-mode is used the
280         hook highlight-changes-mode-hook exists and can do what both the
281         old hooks used to do.  The documentation at the top of the file
282         was updated to demonstrate this.
283         (highlight-changes-mode): Remove commented out call to a hook
284         function that is no longer there.
285         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
287 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
289         * vc.el (vc-default-dired-state-info): Change name of primitive
290         to prettify-state-info, in preparation for ripping out dired mode.
291         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
292         to prettify-state-info, in preparation for ripping out dired mode.
293         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
294         tries this on a version-controlled buffer.  It will do useless or
295         actively bad things on any version control system newer than RCS.
296         * vc-hooks.el (vc-dired-resynch-file):
297         * vc.el (vc-dired-resynch-file): Change name of primitive to
298         vc-directory-resynch-file, preparing to remove dired.
300 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
302         * vc-rcs.el (vc-rcs-state): Fix typos.
304         * vc.el (vc-register): Change argument order so that the prefix
305         argument is assigned correctly.
306         (vc-next-action, vc-dir-register): Update for the above change.
308 2008-05-01  Juri Linkov  <juri@jurta.org>
310         * replace.el (occur-read-primary-args): Set default to the car of
311         regexp-history and display it in the prompt, but don't add to the
312         list of minibuffer defaults.  Bind history-add-new-input to nil to
313         not add automatically `default'.  For empty input return `default'.
314         Otherwise, add `input' to regexp-history and return it.
315         (occur-1): Signal an error for the empty regexp.
317         * progmodes/compile.el (compilation-auto-jump):
318         Set window point to `pos' explicitly.
320 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
322         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
323         when appropriate.
324         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
325         we report the 'unregistered state reliably.
326         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
327         we report the 'unregistered state reliably.
328         * vc-git.el (vc-git-state): Call vc-git-unregistered so
329         we report the 'unregistered state reliably.
330         * vc-hooks (vc-state): Document that vc-unregistered is
331         now expected to be returned reliably.
332         * vc.el (vc-default-dired-state): Change needs-patch state to
333         needs-update, since the name now shows up in dir-status listings
334         and was somewhat misleading.
335         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
336         immediately after removing the file.
337         * vc.el (vc-next-action): More informative messages when a fileset
338         is in a mixed state or files are missing.
340 2008-05-01  Sam Steingold  <sds@gnu.org>
342         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
344 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
348 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
350         * epa-file-hook.el: New file split from epa-file.el.
351         * epa-file.el: Require 'epa-file-hook.
352         (epa-file-handler): Add autoload cookie.
353         * loadup.el: Load epa-file-hook.
354         * startup.el (command-line): Eval the body of auto-encryption-mode.
356 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
358         * vc.el (vc-dir-mode-map): Don't bind "r".
360         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
361         (vc-hg-status-printer): New function.
362         (vc-hg-after-dir-status): Deal with copied and renamed files.
363         (vc-hg-dir-status): Add flag to show copied files.
365 2008-05-01  John Paul Wallington  <jpw@pobox.com>
367         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
368         (ibuffer-do-sort-by-recency): Reverse sorting order if last
369         sorting mode was recency.
371         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
372         reverse sorting order if last sorting mode was the sorter's.
374 2008-05-01  Jason Rumney  <jasonr@gnu.org>
376         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
378 2008-04-30  John Paul Wallington  <jpw@pobox.com>
380         * ibuffer.el (define-ibuffer-column filename): When the major mode
381         is `vc-dir-mode' show the buffer's default directory.
383         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
384         major mode is `vc-dir-mode' use the buffer's default directory.
386 2008-04-30  Sam Steingold  <sds@gnu.org>
388         * vc.el (vc-dir-delete-file): Add.
389         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
390         (vc-delete-file): Do not barf when the file has been already deleted.
392 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
394         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
396 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * progmodes/octave-mod.el (octave-help): New function.
399         * progmodes/octave-hlp.el: Delete.
400         * info-look.el (octave-mode): Add operator index.
402         * vc.el (vc-checkout): Typo.
404 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
406         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
407         Add "..." in the appropriate places.
409         * epa.el (epa-key-list-mode-map): Add more menu entries.
410         Add "..." in the appropriate places.
412         * dired.el (dired-mode-map): Add :help.
414         * vc.el (vc-deduce-fileset): Add new parameter.
415         (vc-dir-marked-only-files): New function.
416         (vc-next-action): Don't ignore directories, look at the files
417         inside them.
418         (vc-dir-mode): Document how the mark/unmark commands work.
420 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
422         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
423         Rule out trailing spaces in file and directory names as well.
425         * minibuffer.el (completion--do-completion): Move point even if the
426         completion makes no change.
427         (completion-pcm-try-completion): Fix computation of new point.
429 2008-04-30  David Hansen  <david.hansen@gmx.net>
431         * dired.el: Require 'cl.
433 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
435         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
436         hollow if not in innermost frame.
438 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
440         Make `checkout-model' apply to filesets.
441         * vc-hooks.el (vc-checkout-model): Rewrite.
442         (vc-before-save, vc-after-save): Adjust callers accordingly.
443         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
444         (vc-transfer-file): Adjust callers accordingly.
445         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
446         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
447         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
448         instead of vc-checkout-model.
449         * vc-mcvs.el (vc-mcvs-revert):
450         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
451         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
452         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
453         * vc-svn.el (vc-svn-checkout-model):
454         * vc-hg.el (vc-hg-checkout-model):
455         * vc-git.el (vc-git-checkout-model):
456         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
458         * dired.el (dired-read-dir-and-switches): Replace last change with
459         a new approach that mixes read-file-name and read-directory-name.
461         * files.el (read-buffer-to-switch):
462         Avoid making assumptions about `other-buffer'.
464 2008-04-29  Sam Steingold  <sds@gnu.org>
466         * vc.el (vc-dir-mode-hook): Add normal hook.
467         (vc-dir-mode): Run it.
469 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
471         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
472         Always split windows.
473         (gdb-speedbar-timer-fn): Only raise frame after user input.
474         (gdb-same-frame): Reverse initial value.
475         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
477         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
478         gdb-speedbar-timer-fn.
480 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
482         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
484 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
486         * epa.el (epa-key-list-mode-map): Add menu.
487         (epa-delete-keys, epa-import-keys): Fix typo.
489 2008-04-29  Glenn Morris  <rgm@gnu.org>
491         * find-cmd.el (top-level): Does not need cl when compiling.
493 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
495         * find-cmd.el: New file.
497 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
499         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
500         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
501         (completion-pcm--hilit-commonality): New function.
502         (completion-pcm-all-completions): Use it.
504         * minibuffer.el (completion-common-substring): Mark obsolete.
505         (completions-first-difference, completions-common-part):
506         Move from simple.el.
507         (completion-hilit-commonality): New fun.
508         (display-completion-list, completion-emacs21-all-completions)
509         (completion-emacs22-all-completions): Use it.
510         * simple.el (completions-first-difference, completions-common-part):
511         Move to minibuffer.el.
512         (choose-completion-string): Use field functions and minibufferp.
513         (completion-setup-function): Don't set completions faces.
515 2008-04-29  Glenn Morris  <rgm@gnu.org>
517         * calendar/calendar.el (calendar-nth-named-absday)
518         (calendar-nth-named-day):
519         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
520         * calendar/holidays.el (holiday-float): Doc fixes.
522         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
523         the `full' case.
525         * org/org-agenda.el (calendar-iso-from-absolute):
526         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
527         Fix declarations.
529 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
531         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
532         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
533         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
534         (gdb-assembler-custom): Be careful not to match other addresses.
536 2008-04-29  Jason Rumney  <jasonr@gnu.org>
538         * battery.el (battery-status-function): Use w32-battery-status
539         on Windows.
540         (battery-echo-area-format): Make apm format the general case.
541         (battery-mode-line-format): Merge apm and pmset formats as the
542         general case.
544 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
546         * progmodes/gdb-ui.el (gdb-info-stack-custom):
547         Use gud-tool-bar-item-visible-no-fringe.
548         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
549         is already visible in frame.  Remove optional size parameter
550         and add optional frame parameter.
552         * progmodes/gud.el (gud-display-line): Only consider visible
553         frames when looking for source buffer.
555 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
557         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
558         argument to get-char-property, in case the current buffer hasn't
559         been assigned to that window yet.
560         (doc-view-display): Default to selected window if the current
561         buffer hasn't been assigned to a window yet.
563 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
565         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
567 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
569         * net/tramp.el (tramp-mode): New defcustom.
570         (tramp-file-name-handler, tramp-completion-file-name-handler):
571         Use it.
572         (tramp-replace-environment-variables): Handle "$$".
574 2008-04-28  Sam Steingold  <sds@gnu.org>
576         * vc-hg.el (vc-hg-rename-file): Fix argument order.
578 2008-04-28  Bastien Guerry  <bzg@altern.org>
580         * whitespace.el (whitespace-trailing): Fix typo.
582 2008-04-28  Sam Steingold  <sds@gnu.org>
584         * textmodes/remember.el (diary-make-entry): Update the autoload.
586 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
588         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
589         all-completions.
591 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
593         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
595 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
597         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
598         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
599         (vc-dir-mark-file): Add an optional argument.
600         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
602 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
604         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
605         rather than obsolete alias find-file-hooks.
606         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
607         Use find-file-hook rather than obsolete alias find-file-hooks.
608         Add to find-file-not-found-functions.
609         (epa-file-handler): Put 'safe-magic and 'operations properties.
611         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
612         (epa-menu-items): Remove.
614         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
615         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
616         (epa-dired-mode, epa-global-dired-mode): Remove.
618         * dired.el (dired-mode-map): Bind encryption/decryption commands.
620         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
622         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
624 2008-04-27  Glenn Morris  <rgm@gnu.org>
626         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
627         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
629 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
631         * org/org.el (org-html-level-start): Always have id's in HTML.
632         (org-export-as-html): Use `org-link-protocols' to
633         retrieve the export form of the link.
634         (org-add-link-type): Final parameter renamed from PUBLISH.
635         Better documentation of how it is to be used.  Avoid double entries for
636         the same link type.
637         (org-add-link-props): New function.
638         (org-modules-loaded): New variable.
639         (org-load-modules-maybe, org-set-modules): New function.
640         (org-modules): New option.
641         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
642         (orgtbl-mode, org-store-link, org-insert-link-global)
643         (org-open-at-point): Call `org-load-modules-maybe'.
644         (org-search-view): Add more text properties.
645         (org-agenda-schedule, org-agenda-deadline): Allow also in
646         search-type agendas.
647         (org-search-view): Order of arguments has been changed.
648         Interpret prefix-arg as TODO-ONLY.
649         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
650         Take new argument order of `org-search-view' into account.
651         (org-todo-only): New variable.
652         (org-search-syntax-table): New variable and function.
653         (org-search-view): Do the search with the special syntax table.
654         (define-obsolete-function-alias): Make work with XEmacs.
655         (org-add-planning-info): Use old date as default when modifying an
656         existing deadline or scheduled item.
657         (org-agenda-compute-time-span): Make argument N optional.
658         (org-agenda-format-date-aligned): Require `cal-iso'.
659         (org-agenda-list): Include week into into agenda heading, don't
660         list it at each date (only on Mondays).
661         (org-read-date-analyze): Define local variable `iso-date'.
662         (org-agenda-format-date-aligned): Remove dependency on
663         `calendar-time-from-absolute'.
664         (org-remember-apply-template, org-go-to-remember-target):
665         Interpret filenames relative to `org-directory'.
666         (org-complete): Silently fail when trying to complete
667         keywords that don't have a default value.
668         (org-get-current-options): Add a #+DATE: option.
669         (org-additional-option-like-keywords): Remove "DATE:" from the
670         list of additional keywords.
671         (org-export-as-html): Remove (current-time) as unnecessary second
672         argument of `format-time-string'.
673         (org-clock-find-position): Handle special case at end of buffer.
674         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
675         `org-agenda-change-time-span'.
676         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
677         `org-agenda-change-time-span'.
678         (org-agenda-month-view): New argument MONTH, pass it on to
679         `org-agenda-change-time-span'.
680         (org-agenda-year-view): New argument YEAR, pass it on to
681         `org-agenda-change-time-span'.
682         (org-agenda-change-time-span): New optional argument N, pass it on
683         to `org-agenda-compute-time-span'.
684         (org-agenda-compute-time-span): New argument N, interpret it by
685         changing the starting day.
686         (org-small-year-to-year): New function.
687         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
688         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
689         into the future, and that the shift is at least one interval, never 0.
690         (org-update-checkbox-count): Fix bug with checkbox counting.
691         (org-add-note): New command.
692         (org-add-log-setup): Rename from `org-add-log-maybe'.
693         (org-log-note-headings): New entry for plain notes (i.e. notes not
694         related to state changes or clocking).
695         (org-get-org-file): Check for availability of `remember-data-file'.
696         (org-cached-entry-get): Allow a regexp value for
697         `org-use-property-inheritance'.
698         (org-use-property-inheritance): Allow regexp value.  Fix bug in
699         customization type.
700         (org-use-tag-inheritance): Allow a list and a regexp value for
701         this variable.
702         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
703         (org-entry-get): Respect value `selective' for the INHERIT argument.
704         (org-tag-inherit-p, org-property-inherit-p): New functions.
705         (org-agenda-format-date-aligned): Allow 10 characters for
706         weekday, to acomodate German locale.
707         (org-add-archive-files): New function.
708         (org-agenda-files): New argument `ext', to get archive files as well.
709         (org-tbl-menu): Protect the use of variables that
710         are only available when org-table.el gets loaded.
711         (org-read-agenda-file-list): Error if `org-agenda-files' is a
712         single directory.
713         (org-open-file): Allow a batch process to trigger
714         waiting after executing a system command.
715         (org-store-link): Link to headline when there is not
716         target and no region in an org-mode buffer when creating a link.
717         (org-link-types-re): New variable.
718         (org-make-link-regexps): Compute `org-link-types-re'.
719         (org-make-link-description-function): New option.
720         (org-agenda-date, org-agenda-date-weekend): New faces.
721         (org-archive-sibling-heading): New option.
722         (org-archive-to-archive-sibling): New function.
723         (org-iswitchb): New command.
724         (org-buffer-list): New function.
725         (org-agenda-columns): Also try the #+COLUMNS line in
726         the buffer associated with the entry at point (or with the first
727         entry in the agenda view).
728         (org-modules): Add entry for org-bibtex.el.
729         (org-completion-fallback-command): Move into `org-completion' group.
730         (org-clock-heading-function): Move to `org-progress' group.
731         (org-auto-repeat-maybe): Make sure that a note can
732         be enforces if `org-log-repeat' is `note'.
733         (org-modules): Allow additional symbols for external packages.
734         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
735         (org-clock-goto): Hide drawers after showing an
736         entry with `org-clock-goto.'
737         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
738         Try also a clocktable block shift.
739         (org-clocktable-try-shift): New function.
740         (org-columns-hscoll-title): New function.
741         (org-columns-previous-hscroll): New variable.
742         (org-columns-full-header-line-format): New variable.
743         (org-columns-display-here-title, org-columns-remove-overlays):
744         Install `org-columns-hscoll-title' in post-command-hook.
746         * org/org.el: Split into many small files.
748         * org/org-agenda.el: New file, split off from org.el.
750         * org/org-archive.el: New file, split off from org.el.
752         * org/org-bbdb.el: New file.
754         * org/org-bibtex.el: New file, split off from org.el.
756         * org/org-clock.el: New file, split off from org.el.
758         * org/org-colview.el: New file, split off from org.el.
760         * org/org-compat.el: New file, split off from org.el.
762         * org/org-exp.el: New file, split off from org.el.
764         * org/org-faces.el: New file, split off from org.el.
766         * org/org-gnus.el: New file, split off from org.el.
768         * org/org-info.el: New file, split off from org.el.
770         * org/org-infojs.el: New file.
772         * org/org-irc.el: New file.
774         * org/org-macs.el: New file, split off from org.el.
776         * org/org-mew.el: New file.
778         * org/org-mhe.el: New file, split off from org.el.
780         * org/org-publish.el: New file, split off from org.el.
782         * org/org-remember.el: New file, split off from org.el.
784         * org/org-rmail.el: New file, split off from org.el.
786         * org/org-table.el: New file, split off from org.el.
788         * org/org-vm.el: New file, split off from org.el.
790         * org/org-wl.el: New file, split off from org.el.
792 2008-04-27  Jason Riedy  <jason@acm.org>
794         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
795         parameter that supresses lines that evaluate to NIL.
796         (orgtbl-get-fmt): New inline function for
797         picking apart formats that may be lists.
798         (orgtbl-apply-fmt): New inline function for applying formats that
799         may be functions.
800         (orgtbl-eval-str): New inline function for strings that may be
801         functions.
802         (orgtbl-format-line, orgtbl-to-generic): Use and document.
803         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
804         (*orgtbl-llfmt*, *orgtbl-llstart*)
805         (*orgtbl-llend*): Dynamic variables for last-line formatting.
806         (orgtbl-format-section): Shift formatting to support detecting the
807         last line and formatting it specially.
808         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
809         formats unless overridden.
810         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
811         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
812         bound variables to hold the input collection of lines and output
813         formatted text.
814         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
815         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
816         format parameters.
817         (orgtbl-format-line): New function encapsulating formatting for a
818         single line.
819         (orgtbl-format-section): Similar for each section.  Rebinding the
820         dynamic vars customizes the formatting for each section.
821         (orgtbl-to-generic): Use orgtbl-format-line and
822         orgtbl-format-section.
823         (org-get-param): Now unused, so delete.
824         (orgtbl-gather-send-defs): New function to
825         gather all the SEND definitions before a table.
826         (orgtbl-send-replace-tbl): New function to find the RECEIVE
827         corresponding to the current name.
828         (orgtbl-send-table): Use the previous two functions and implement
829         multiple destinations for each table.
831         * doc/org.texi (A LaTeX example): Note that fmt may be a
832         one-argument function, and efmt may be a two-argument function.
833         (Radio tables): Document multiple destinations.
835 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
837         * org/org-agenda.el (org-add-to-diary-list): New function.
838         (org-prefix-has-effort): New variable.
839         (org-sort-agenda-noeffort-is-high): New option.
840         (org-agenda-columns-show-summaries)
841         (org-agenda-columns-compute-summary-properties): New options.
842         (org-format-agenda-item): Compute the duration of the item.
843         (org-agenda-weekend-days): New variable.
844         (org-agenda-list, org-timeline): Use the proper faces for dates in
845         the agenda and timeline buffers.
846         (org-agenda-archive-to-archive-sibling): New command.
847         (org-agenda-start-with-clockreport-mode): New option.
848         (org-agenda-clockreport-parameter-plist): New option.
849         (org-agenda-clocktable-mode): New variable.
850         (org-agenda-deadline-leaders): Allow a function value for the
851         deadline leader.
852         (org-agenda-get-deadlines): Deal with new function value.
854         * lisp/org-clock.el (org-clock): New customization group.
855         (org-clock-into-drawer, org-clock-out-when-done)
856         (org-clock-in-switch-to-state, org-clock-heading-function):
857         Move into the new group.
858         (org-clock-out-remove-zero-time-clocks): New option.
859         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
860         (org-dblock-write:clocktable): Allow a Lisp form for the scope
861         parameter.
862         (org-dblock-write:clocktable): Fix bug with total time calculation.
863         (org-dblock-write:clocktable): Request the unrestricted list of files.
864         (org-get-clocktable): New function.
865         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
866         be strings but also integers (an absolute day number) and lists (m d y).
868         * org/org-colview.el (org-columns-next-allowed-value)
869         (org-columns-edit-value): Limit the effort for updating in the
870         agenda to recomputing a single file.
871         (org-columns-compute): Only write property value if it has changed.
872         This avoids raising the buffer-change-flag unnecessarily.
873         (org-agenda-colview-summarize)
874         (org-agenda-colview-compute): New functions.
875         (org-agenda-columns): Call `org-agenda-colview-summarize'.
877         * org/org-exp.el (org-export-run-in-background): New option.
878         (org-export-icalendar): Allow a batch process to trigger waiting
879         after executing a system command.
880         (org-export-preprocess-string): Rename from
881         `org-cleaned-string-for-export'.
882         (org-export-html-style): Made target class look like normal text.
883         (org-export-as-html): Make use of the better proprocessing in
884         `org-cleaned-string-for-export'.
885         (org-cleaned-string-for-export): Better treatment of heuristic
886         targets, many more internal links will now work in HTML export.
887         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
888         (org-export-inbuffer-options-extra): New variable.
889         (org-export-options-filters): New hook.
890         (org-infile-export-plist): Find also the settings keywords in
891         `org-export-inbuffer-options-extra'.
892         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
893         multiple #+INFOJS_OPT lines.
894         (org-export-html-handle-js-options): New function.
895         (org-export-html-infojs-setup): New option.
896         (org-export-as-html): Call `org-export-html-handle-js-options'.
897         Add autoload to all entry points.
898         (org-skip-comments): Function removed.
900         * org/org-table.el (org-table-make-reference): Extra parenthesis
901         around single fields, to make sure that algebraic formulas get
902         correctly interpreted by calc.
903         (org-table-current-column): No longer interactive.
905         * org/org-export-latex.el (org-export-latex-preprocess):
906         Rename from `org-export-latex-cleaned-string'.
908 2008-04-27  Bastien Guerry  <bzg@altern.org>
910         * org/org-publish.el (org-publish-get-base-files-1): New function.
911         (org-publish-get-base-files): Use it.
912         (org-publish-temp-files): New variable.
913         Don't require 'dired-aux anymore.
914         (org-publish-initial-buffer): New variable.
915         (org-publish-org-to, org-publish): Use it.
916         (org-publish-get-base-files-1): Bug fix: get
917         the proper list of files when recursing thru a directory.
918         (org-publish-get-base-files): Use the :exclude property to skip
919         both files and directories.
921 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
923         * net/tramp.el (tramp-handle-make-symbolic-link)
924         (tramp-handle-file-name-directory)
925         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
926         (tramp-do-copy-or-rename-file-directly)
927         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
928         (tramp-handle-substitute-in-file-name)
929         (tramp-handle-insert-file-contents, tramp-handle-write-region)
930         * net/tramp-cache.el (tramp-get-file-property)
931         (tramp-set-file-property, tramp-flush-file-property)
932         (tramp-flush-directory-property)
933         * net/tramp-compat.el (tramp-compat-make-temp-file)
934         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
935         Disable `file-name-handler-alist' when handling localname.
936         It could have a remote file syntax, like a VMS file name.
938 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
940         * whitespace.el: New version 11.1.
941         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
942         enclosed by \\( and \\)$.  Docstring fix.
943         (whitespace-trailing-regexp): Fun removed.
944         (whitespace-report-list): Const initialization fix.
945         (whitespace-color-on): Code fix.
947 2008-04-27  Andreas Schwab  <schwab@suse.de>
949         * Makefile.el: Unbreak bootstrap.
951 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
953         * net/tramp.el (tramp-replace-environment-variables): New defun.
954         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
955         Use it.
957 2008-04-27  Glenn Morris  <rgm@gnu.org>
959         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
961         * calculator.el (calculator-expt): Replace cl function `oddp'.
963 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
965         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
966         Simplify.  Collect `defun' and `autoload' entries.
967         Avoid modifying load-history.
969 2008-04-26  Glenn Morris  <rgm@gnu.org>
971         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
973         * simple.el (quoted-insert, zap-to-char): Revert previous change.
975 2008-04-26  John Paul Wallington  <jpw@pobox.com>
977         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
978         `hexl-mode-old-eldoc-documentation-function'.
979         (hexl-mode-exit): Restore it.
980         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
982         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
984 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
986         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
987         (completion-pcm--all-completions): Doc fix.
988         (completion-styles-alist, completion-all-completions):
989         Fix typos in docstrings.
991 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
993         * whitespace.el: There is now only one variable (whitespace-style) to
994         specify which kind of blank is visualized.  Doc and docstring fix.
995         New version 11.0.
996         (whitespace-style): New option, replace whitespace-style-mark and
997         whitespace-style-color.
998         (whitespace-style-mark, whitespace-style-color): Options removed.
999         (whitespace-hspace, whitespace-tab, whitespace-newline)
1000         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
1001         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
1002         (whitespace-hspace-regexp, whitespace-space-regexp)
1003         (whitespace-tab-regexp, whitespace-trailing-regexp)
1004         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1005         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1006         (whitespace-space-after-tab-regexp, whitespace-line-column)
1007         (whitespace-display-mappings, whitespace-report): Docstring fix.
1008         (whitespace-color-value-list, whitespace-mark-value-list)
1009         (whitespace-active-color, whitespace-active-mark)
1010         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
1011         (whitespace-style-value-list, whitespace-active-style)
1012         (whitespace-toggle-style): New vars.
1013         (whitespace-toggle-option-alist, whitespace-help-text):
1014         Var initialization and docstring fix.
1015         (whitespace-toggle-options, global-whitespace-toggle-options)
1016         (whitespace-cleanup, whitespace-cleanup-region)
1017         (whitespace-report-region, whitespace-interactive-char)
1018         (whitespace-toggle-list): Docstring and code fix.
1019         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1020         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
1021         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
1022         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
1024 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
1027         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
1028         (diff-sanity-check-hunk): Adjust code accordingly.
1030 2008-04-26  Glenn Morris  <rgm@gnu.org>
1032         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
1034         * forms-d2.dat: Move to ../etc.
1035         * forms-d2.el (forms-file): Adapt for above change.
1037         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
1038         `translation-table-for-input'.
1040         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
1041         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
1043         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
1044         to punctuation now it's not needed for abbrevs.
1045         (fortran-mode-abbrev-table): Remove defvar, make use of new
1046         define-abbrev-table :regexp feature.
1048         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
1049         insert, now that translation-table-for-input is not needed.
1051 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
1053         * emacs-lisp/pp.el (pp-display-expression): New function,
1054         extracted from pp-eval-expression.
1055         (pp-eval-expression): Use pp-display-expression.
1056         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
1057         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
1058         (pp-eval-last-sexp): Use pp-last-sexp.
1060 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * abbrev.el (define-abbrev-table): Apply props even if the table
1063         exists already.
1065         * minibuffer.el (completion-table-with-context): Fix `pred' for the
1066         various kinds of completion tables.
1067         (completion-emacs22-try-completion): Place cursor after the /, as was
1068         done in Emacs-22's minibuffer-complete-word.
1069         Fix bug reported by David Hansen <david.hansen@gmx.net>.
1070         (completion-emacs22-try-completion): Merge all mergable text rather
1071         than just /.
1072         (completion-pcm--delim-wild-regex): New var.
1073         (completion-pcm-word-delimiters): New custom.
1074         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
1075         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
1076         (completion-pcm--all-completions, completion-pcm-all-completions)
1077         (completion-pcm--merge-completions, completion-pcm--pattern->string)
1078         (completion-pcm-try-completion): New functions.
1079         (completion-styles-alist): Add them.
1080         (completion-styles): Add it to the default.
1082 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
1084         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
1085         (gdb-var-create-handler): ...until here when there are values.
1086         (gdb-post-prompt): Don't do -var-update with no watch expressions.
1087         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
1089 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
1091         * ls-lisp.el (ls-lisp-format): Fix last change.
1092         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
1093         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
1094         (ls-lisp-filesize-f-fmt): New defvars.
1095         (ls-lisp-insert-directory): Dynamically compute format specifiers
1096         for displaying UID, GID, and file size, and store them in the
1097         above variables.
1098         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
1099         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
1100         instead of constant format strings.
1101         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
1102         ls-lisp-filesize-d-fmt instead of constant format strings.
1104 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
1106         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
1107         value of addresses rather than (partial) string value.
1108         (gdb-frame-handler): Change regexp according to above change.
1109         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1110         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
1111         (gdb-assembler-mode): Disable undo in these buffers.
1113 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
1115         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
1116         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
1118 2008-04-24  Sam Steingold  <sds@gnu.org>
1120         * textmodes/remember.el (remember-diary-extract-entries): Use
1121         diary-make-entry instead of the obsolete make-diary-entry.
1123 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * subr.el (translation-table-for-input): Mark as obsolete.
1127         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
1129         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
1131         * textmodes/ispell.el (ispell-dictionary-alist-1)
1132         (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
1133         (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
1134         (ispell-dictionary-alist-6): Remove.
1135         (ispell-dictionary-base-alist): New var, merges the above.
1136         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
1137         Use it.
1138         (ispell-dictionary-alist): Default to nil.  Remove autoload.
1139         (ispell-local-dictionary-alist): Remove autoload.
1141         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
1142         (f90-mode-abbrev-table): Use the new :regexp feature.
1143         Merge defvar and mapc into define-abbrev-table.
1144         (f90-imenu-type-matcher): Remove unused `l'.
1145         (f90-imenu-generic-expression): Remove unused `not-ib'.
1146         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
1147         (f90-change-keywords): Use restore-buffer-modified-p.
1149 2008-04-24  Glenn Morris  <rgm@gnu.org>
1151         * net/goto-addr.el (goto-address-prog-mode):
1152         * progmodes/bug-reference.el (bug-reference-prog-mode):
1153         Define for compiler.
1155         * minibuffer.el (x-file-dialog): Declare as function.
1157         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
1158         dframe-update-speed rather than obsolete alias speedbar-update-speed.
1160         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
1161         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
1162         work with easymenu.  Add :keys where needed.
1164         * calendar/cal-move.el (calendar-scroll-left): Handle case when
1165         event-start is nil.
1167         * calendar/calendar.el (calendar-mode-map): Fix typo.
1169 2008-04-24  Tom Tromey  <tromey@redhat.com>
1171         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1172         Document keywords.  Add :suppress.
1173         * pcvs-defs.el (cvs-mode-map): Use :suppress.
1175         * net/goto-addr.el (goto-address-unfontify): New function.
1176         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
1177         (goto-address-fontify-region, goto-address-mode)
1178         (goto-address-prog-mode): New functions.
1180         * progmodes/bug-reference.el: New file.
1182 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1184         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
1186 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
1189         macros within lambdas.
1191 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1193         * minibuffer.el (completion-try-completion): Add `point' argument.
1194         Change return value.
1195         (completion-all-completions): Add `point' argument.
1196         (minibuffer-completion-help): Pass the new `point' argument.
1197         (completion--do-completion): Pass the whole field to try-completion.
1198         (completion--try-word-completion): Rewrite, making fewer assumptions.
1199         (completion-emacs21-try-completion, completion-emacs21-all-completions)
1200         (completion-emacs22-try-completion, completion-emacs22-all-completions)
1201         (completion-basic-try-completion, completion-basic-all-completions):
1202         New functions.
1203         (completion-styles-alist): Use them.
1205 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
1207         * ispell.el (ispell-set-spellchecker-params): New function to make sure
1208         right params and dictionary alists are used after spellchecker changes.
1209         (ispell-aspell-dictionary-alist, ispell-last-program-name)
1210         (ispell-initialize-spellchecker-hook): New variables and hook.
1211         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
1212         (ispell-maybe-find-aspell-dictionaries): Remove.
1213         Calls replaced by (ispell-set-spellchecker-params) calls.
1214         (ispell-have-aspell-dictionaries): Remove.
1215         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
1216         ispell-set-spellchecker-params.
1218 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * complete.el (PC-do-completion): Be more robust in the presence of
1221         unexpected values in minibuffer-completion-predicate.
1223         * minibuffer.el (read-file-name): Don't let-bind default-directory.
1224         Only abbreviate default-filename if it's a file.
1226         * minibuffer.el (read-file-name-function, read-file-name-predicate)
1227         (read-file-name-completion-ignore-case, insert-default-directory):
1228         New vars, moved from fileio.c.
1229         (read-file-name): New fun, moved from fileio.c.
1230         * cus-start.el: Remove insert-default-directory and
1231         read-file-name-completion-ignore-case.
1233 2008-04-23  Magnus Henoch  <mange@freemail.hu>
1235         * tar-mode.el (tar-untar-buffer): If the entry has directory
1236         link type, extract it as a directory even if its file name doesn't
1237         end with a slash.  Fixes extraction of NetBSD tar archives.
1239 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * server.el (server-start): Also don't get confused by CRs since we
1242         don't quote them.
1244 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
1246         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
1247         (gdb-set-gud-minor-mode-existing-buffers)
1248         (gdb-info-breakpoints-custom, gdb-get-location)
1249         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1250         Previously gdb-create-define-alist wasn't always run and added to
1251         after-save-hook.
1253         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
1255 2008-04-23  Kevin Ryde  <user42@zip.com.au>
1257         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
1258         comments like unindented ones.
1260 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1262         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
1263         parameter origins.
1265 2008-04-23  Kevin Ryde  <user42@zip.com.au>
1267         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1268         Bind print-level to ensure output forms aren't truncated if
1269         print-level is set to eval-expression-print-level when going via
1270         eval-defun and friends, or has been otherwise fiddled with.
1272 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1274         * progmodes/cc-mode.el (c-basic-common-init): Don't set
1275         font-lock-extend-after-change-region-function globally.
1277 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
1279         * speedbar.el (speedbar-use-tool-tips-flag)
1280         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
1281         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
1282         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
1283         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
1284         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
1285         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
1286         (speedbar-separator-face): Fix typos in docstrings.
1287         (speedbar-stealthy-function-list, speedbar-verbosity-level)
1288         (speedbar-supported-extension-expressions, speedbar-update-current-file)
1289         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
1290         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
1291         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
1292         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
1293         (speedbar-check-vc-this-line, speedbar-files-line-directory)
1294         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
1295         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
1296         (speedbar-recenter): Doc fixes.
1297         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
1298         declaration and remove redundant info in docstring.
1300 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
1302         * vc-git.el (vc-git-status-printer): Deal with directories.
1304         * vc.el (vc-next-action): Look at more than the first file to
1305         determine the state.
1307 2008-04-23  Glenn Morris  <rgm@gnu.org>
1309         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
1310         timers.  Doc fix.
1311         (dframe-update-speed): Drop support for XEmacs < 20.
1312         (dframe-frame-mode): Drop support for Emacs < 20.
1313         (dframe-set-timer-internal): Drop support for Emacs without timers.
1314         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
1316         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
1317         versions.  Add doc-string.  Mark as obsolete.
1319         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
1321         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
1322         rather than using an Emacs version test.
1324         * tree-widget.el (tree-widget-image-enable): Use display-images-p
1325         rather than an Emacs version test.
1327         * calendar/cal-china.el (holiday-chinese-qingming)
1328         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
1329         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
1330         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
1332         * calendar/cal-islam.el (holiday-islamic): Doc fix.
1334         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
1335         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
1336         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1338 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
1340         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
1341         (gdb-previous-frame-pc-address): ...to this.
1342         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
1343         of "info frame" with Gdb 6.4+.
1344         (gdb-stack-list-frames-regexp): New regexp.
1345         (gdb-frame-handler-1): Parse output of -stack-info-frame
1347 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
1349         * tar-mode.el (tar-prefix-offset): New constant.
1350         (tar-header-block-tokenize): Support paths with long names
1351         which use the "ustar" standard.
1353 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
1355         * image-dired.el (image-dired-track-original-file)
1356         (image-dired-modify-mark-on-thumb-original-file):
1357         Use `dired-goto-file' instead of `search-forward'.  This solves
1358         a bug with finding files where the file name is a subset of other
1359         file names.  Doc fix.
1361 2008-04-22  Juri Linkov  <juri@jurta.org>
1363         * menu-bar.el (buffers-menu-max-size): Move its definition down to
1364         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
1365         (yank-menu-length): Change group name `mouse' to `menu'.
1366         (buffers-menu-buffer-name-length): New user option.
1367         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
1368         instead of the hard-coded number 27.
1370 2008-04-22  Juri Linkov  <juri@jurta.org>
1372         * isearch.el (eval-when-compile): Require `help-macro'.
1373         (isearch-help-for-help-internal): Isearch specific Help screen
1374         created by `make-help-screen'.
1375         (isearch-help-map): New variable that binds "b", "k", "m" to
1376         isearch-specific commands, and binds other keys to
1377         isearch-other-control-char, thus allowing other Help keys to
1378         exit isearch mode and execute their global definitions.
1379         (isearch-help-for-help, isearch-describe-bindings)
1380         (isearch-describe-key, isearch-describe-mode): New commands.
1381         (isearch-mode-help): Define alias to isearch-describe-mode
1382         and remove its old function definition.
1383         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
1384         Remove old comments because this issue is settled now.
1385         (isearch-forward): Describe three new Help commands in the docstring.
1386         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
1387         leave the single sentence at the first line of the docstring,
1388         and prepend the word "function" before `isearch-forward'
1389         to make the Help link to the function instead of variable.
1391 2008-04-22  Juri Linkov  <juri@jurta.org>
1393         * isearch.el (isearch-success-function): New variable with default
1394         to `isearch-success-function-default'.
1395         (isearch-search): Call a function from `isearch-success-function'
1396         instead of calling the hard-coded `isearch-range-invisible'.
1397         (isearch-success-function-default): New function that calls
1398         `isearch-range-invisible' and inverts its return value.
1400         * info.el (Info-search): In two similar places that skip
1401         undesired search matches move code to Info-search-success-function,
1402         and call `isearch-success-function' instead.
1403         (Info-search-success-function): New function copied from code
1404         in Info-search.  Replace isearch-range-invisible with
1405         text-property-not-all that checks for 'invisible and 'display
1406         properties to skip partially invisible matches (whose display
1407         properties were set by Info-fontify-node).
1408         (Info-mode): Set buffer-local isearch-success-function
1409         to Info-search-success-function.
1411 2008-04-22  Juri Linkov  <juri@jurta.org>
1413         * minibuffer.el (internal-complete-buffer-except): New function.
1415         * files.el (read-buffer-to-switch): New function.
1416         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
1417         Change interactive spec to call read-buffer-to-switch instead of
1418         using the letter "B".
1420         * simple.el (minibuffer-default-add-shell-commands): New function.
1421         Use declare-function for mailcap-file-default-commands from "mailcap".
1422         (shell-command): Set local minibuffer-default-add-function to
1423         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
1424         before calling read-shell-command.  Set 4th arg default-value of
1425         read-shell-command to relative buffer-file-name in file buffers.
1427         * dired-aux.el (dired-read-shell-command-default): Move it to
1428         gnus/mailcap.el and change its name to more general name
1429         mailcap-file-default-commands.
1430         (minibuffer-default-add-dired-shell-commands): New function.
1431         Use declare-function for mailcap-file-default-commands from "mailcap".
1432         (dired-read-shell-command): Set local minibuffer-default-add-function
1433         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
1434         before calling read-shell-command.  Remove dired-read-shell-command-default
1435         from the default value arg because default values are not set in
1436         minibuffer-default-add-dired-shell-commands.  Doc fix.
1438         * dired-x.el (dired-smart-shell-command): Sync arguments and
1439         interactive spec with changes in `shell-command'.
1440         Use dired-get-filename to get the dired file name at point
1441         as the default value in dired mode.
1443 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
1445         * info.el (Info-complete-menu-item): Add missing parenthesis.
1447 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * info.el (Info-complete-menu-item): Save point.
1451 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
1453         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
1455 2008-04-22  Andreas Schwab  <schwab@suse.de>
1457         * Makefile.in (emacs-deps): Define.
1458         Use it instead of $(lisp)/subdirs.el.
1460 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
1462         * vc.el (vc-next-action): Do not consider directories when
1463         checking for state compatibility.
1464         (vc-transfer-file): Use when not if.
1465         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
1466         (vc-dir-mark-file): Use them.
1467         (vc-deduce-fileset): Also return the backend.
1468         (vc-diff-internal): Take as argument the value returned by
1469         vc-deduce-fileset instead of just the fileset.
1470         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
1471         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
1472         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
1474 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
1476         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
1477         set-window-vscroll but image-scroll-down.  Fixes a bug where a
1478         command following SPC scrolled up again.
1480 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
1482         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
1483         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
1484         (gud-watch): Add "$" prefix when in registers buffer.
1486 2008-04-22  Glenn Morris  <rgm@gnu.org>
1488         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
1490         * whitespace.el (whitespace-display-table)
1491         (whitespace-display-table-was-local): Move definitions before use.
1493         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
1494         (copyright-limit): Respect copyright-at-end-flag.
1495         (copyright-re-search, copyright-start-point)
1496         (copyright-offset-too-large-p): New functions.
1497         (copyright-update-year): Use copyright-re-search.
1498         (copyright-update, copyright-fix-years): Use copyright-start-point,
1499         and copyright-re-search.
1500         (copyright): Use copyright-offset-too-large-p.
1501         * add-log.el (change-log-mode): Set copyright-at-end-flag.
1503         * add-log.el (top-level): Require 'cl when compiling.
1505 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
1508         Treat minibuffer-completion-predicate as a predicate.
1510         * minibuffer.el (completion--file-name-table): Accept both the old
1511         `dir' arg or the new `pred' arg.
1513         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
1514         `predicate' argument to pass non-predicate data.
1515         (ffap-read-url-internal, ffap-read-file-or-url-internal):
1516         Use second arg as proper predicate.
1518         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
1519         (vc-bzr-revision-completion-table): Use completion-table-with-context
1520         instead.
1522         * simple.el (choose-completion-string): Use minibuffer-completion-table.
1524 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
1526         * term.el (term-emulate-terminal): Perform redisplay after the
1527         process filter has finished running.
1529 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1531         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
1533         * minibuffer.el (completion-try-completion): Change magic symbol
1534         property name.  Rename from minibuffer-try-completion.
1535         (completion-all-completions): Rename from minibuffer-all-completions.
1536         Remove hide-spaces argument.
1537         (completion--do-completion): Rename from minibuffer--do-completion.
1538         (minibuffer-complete-and-exit): Call just try-completion rather than
1539         completion-try-completion to fix up the case.
1540         (completion--try-word-completion): Try to add space or hyphen before
1541         making `string' a prefix of `completion'.
1542         (completion--insert-strings): Rename from minibuffer--insert-strings.
1544 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1546         * net/tls.el (tls-program): Add -ign_eof argument to call the
1547         openssl commands.
1548         (tls-checktrust): Ditto.
1550 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
1552         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
1554         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
1555         (vc-check-master-templates, vc-file-not-found-hook)
1556         (vc-kill-buffer-hook):
1557         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
1558         (vc-find-position-by-context, vc-buffer-context)
1559         (vc-restore-buffer-context, vc-responsible-backend)
1560         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
1561         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
1562         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
1563         (vc-version-diff, vc-diff, vc-insert-headers)
1564         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
1565         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
1566         (vc-revert, vc-rollback, vc-version-backup-file)
1567         (vc-rename-master, vc-delete-file, vc-rename-file)
1568         (vc-branch-part, vc-default-retrieve-snapshot)
1569         (vc-annotate-display-autoscale, vc-annotate-display-select)
1570         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
1571         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
1572         (vc-dir-update): Handle directories.
1573         (vc-default-status-printer): Simplify.
1575         * progmodes/asm-mode.el (asm-mode-map):
1576         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
1578         * progmodes/m4-mode.el (m4-mode-map): Add menu.
1580 2008-04-21  Kenichi Handa  <handa@m17n.org>
1582         * select.el (xselect-convert-to-string): Send a C_STRING only if
1583         the polymorphic target TEXT is requested.
1585 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
1587         * minibuffer.el (completion-setup-hook, display-completion-list)
1588         (completion--file-name-table): Fix typos in docstrings.
1589         (completion-table-dynamic): Fix typo, and reflow docstring.
1591 2008-04-20  Andreas Schwab  <schwab@suse.de>
1593         * server.el (server-switch-buffer): Also consider clients in the
1594         selected frame.
1596 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
1598         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1599         Select window clicked on first.
1600         (gdb): Display thread number in mode-line.
1601         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
1602         (gdb-breakpoints-header): New variable.
1603         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
1605 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1607         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
1608         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
1609         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
1610         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
1611         (vc-sccs-print-log): Use it.
1613         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
1615         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
1616         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
1618         * tooltip.el (tooltip-previous-message): New var.
1619         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
1620         the C code (avoid overwriting a minibuffer, restore previous echo
1621         message, ...).
1622         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
1623         Simplify.
1625 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
1627         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
1628         (gdb-init-1): Initialise it.
1629         (gdb-annotation-rules): New entry for "new-thread".
1630         (gdb-thread-identification): New function to customize
1631         mode-line-buffer-identification.
1632         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
1633         (gdb-assembler-mode): Use it.
1634         (gdb-threads-mode): Force "info threads" onto queue.
1636 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * files.el (locate-file-completion-table): Rename from
1639         locate-file-completion and make it use `pred' in the normal way.
1640         (locate-file-completion): New compatibility wrapper.
1641         (load-library): Use locate-file-completion-table.
1642         * finder.el (finder-commentary):
1643         * subr.el (locate-library):
1644         * emacs-lisp/find-func.el (find-library): Likewise.
1645         * info.el: Use with-current-buffer and inhibit-read-only.
1646         (Info-read-node-name-2): Change to use `predicate' in the normal way.
1647         (Info-read-node-name-1): Adjust uses accordingly.
1649         * minibuffer.el (completion-table-with-context): Add support for `pred'.
1650         (completion-table-with-terminator): Don't use complete-with-action
1651         since we have to distinguish all three cases anyway.
1652         (completion-table-with-predicate): New function.
1653         (dynamic-completion-table): Add obsolete alias.
1655         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
1657 2008-04-18  Sam Steingold  <sds@gnu.org>
1659         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
1660         Use quit-window instead of bury-buffer.
1662 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * minibuffer.el (completion-table-with-terminator): Fix last fix.
1666 2008-04-18  Andreas Schwab  <schwab@suse.de>
1668         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1669         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1670         Depend on $(lisp)/subdirs.el.
1672 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
1674         * descr-text.el (describe-char-after):
1675         Use `define-obsolete-function-alias'.
1677         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
1679         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
1681         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
1682         Remove redundant obsolescence info in docstring.
1684         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1685         (vc-header-alist): Add WHEN to obsolescence declaration.
1686         (vc-state): Fix typo in docstring.
1688         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
1689         Use `define-obsolete-variable-alias'.
1691         * emulation/tpu-edt.el (tpu-have-ispell):
1692         * international/codepage.el (codepage-setup):
1693         Fix typo in obsolescence declaration.
1695         * international/mule.el (char-coding-system-table):
1696         Remove redundant obsolescence info in docstring.
1697         (charset-list, generic-char-p, set-char-table-default):
1698         Fix typos in obsolescence decarations.
1700         * international/mule-diag.el (non-iso-charset-alist):
1701         Fix typo in obsolescence declaration.
1702         (decode-codepage-char): Remove redundant obsolescence info in docstring.
1704         * font-core.el (font-lock-defaults-alist):
1705         * font-lock.el (font-lock-reference-face):
1706         * frame.el (screen-height, screen-width, set-screen-width)
1707         (set-screen-height):
1708         * hilit-chg.el (highlight-changes-initial-state):
1709         * isearch.el (isearch-return-char):
1710         * log-edit.el (cvs-commit-buffer-require-final-newline)
1711         (cvs-changelog-full-paragraphs):
1712         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
1713         (mouse-popup-menubar-stuff):
1714         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
1715         (mouse-wheel-click-button):
1716         * outline.el (outline-visible):
1717         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
1718         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
1719         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
1720         * progmodes/compile.el (compile-internal):
1721         Add WHEN to obsolescence declarations.
1723 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
1726         is not better anyway.
1728 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1730         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
1731         properly.
1733 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1735         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
1736         (python-use-skeletons): Remove, unused.
1737         (python-skeletons): Remove.  Use the abbrev table instead.
1738         (python-mode-abbrev-table): Fix regexp;
1739         add enable-function and case-fixed.
1740         (def-python-skeleton): Simplify.
1741         (python-expand-template): Use the abbrev-table and abbrev-insert.
1742         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1743         Remove.
1744         (python-mode): Don't set pre-abbrev-expand-hook.
1746         * skeleton.el: Set coding-tag.
1748         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
1749         (expand-abbrev): Use it.
1750         (abbrev-table-menu): New function.
1752         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
1754         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
1756 2008-04-17  Sam Steingold  <sds@gnu.org>
1758         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
1759         idiosyncratic bury-buffer/delete-window logic.
1761 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
1763         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
1764         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
1766 2008-04-17  Kenichi Handa  <handa@m17n.org>
1768         * international/characters.el: Don't make the width of U+00AD to 0.
1770 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
1772         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
1773         (gdb, gdb-starting, gdb-frames-mode): Use it.
1774         (gdb-invalidate-frames): Advise to call "info stack" only if
1775         execution has occurred.
1776         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
1777         selected frame if no execution has occurred.
1778         (gdb-frames-force-update): New interactive function.
1779         (gdb-frames-mode-map): Bind it to "F".
1781 2008-04-17  Michael Olson  <mwolson@gnu.org>
1783         * textmodes/remember.el (remember-version): Release Remember 2.0.
1785 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
1787         * textmodes/artist.el:
1788         * progmodes/vhdl-mode.el:
1789         * progmodes/verilog-mode.el:
1790         * progmodes/vera-mode.el:
1791         * progmodes/simula.el:
1792         * progmodes/ps-mode.el:
1793         * progmodes/cmacexp.el:
1794         * obsolete/hilit19.el:
1795         * emulation/viper.el:
1796         * ediff.el: Cleanup the bug-report email addresses and make sure the
1797         maintainer is still willing to handle bug reports.
1799 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1801         * vc.el (vc-dir-kill-query): Fix thinko.
1803 2008-04-16  Glenn Morris  <rgm@gnu.org>
1805         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
1806         by diary-sexp-entry.
1808 2008-04-16  Markus Triska  <markus.triska@gmx.at>
1810         * proced.el (proced-command-alist): Add support for darwin.
1812 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * proced.el (proced-mode): Redefine as just the major-mode.
1815         (proced): Separate it from proced-mode.
1817         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
1819 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1821         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
1822         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
1823         `tab-width' setting from user.  New version 10.0.  Doc and docstring
1824         fix.
1825         (whitespace-style, whitespace-chars): Remove options.
1826         (whitespace-style-mark): New option, replace whitespace-style deleted
1827         option.  Fix docstring.
1828         (whitespace-style-color): New option, replace whitespace-chars deleted
1829         option.  Fix docstring.
1830         (whitespace-space, whitespace-hspace, whitespace-tab)
1831         (whitespace-newline, whitespace-trailing, whitespace-line)
1832         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1833         (whitespace-space-after-tab, whitespace-hspace-regexp)
1834         (whitespace-space-regexp, whitespace-tab-regexp)
1835         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1836         (whitespace-empty-at-eob-regexp, whitespace-line-column)
1837         (whitespace-toggle-option-alist): Fix docstring.
1838         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1839         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
1840         docstring and initialization.
1841         (global-whitespace-mode): Autoloaded global minor mode.
1842         (whitespace-chars-value-list, whitespace-style-value-list)
1843         (whitespace-active-chars, whitespace-active-style)
1844         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
1845         (whitespace-color-value-list): New var, replace
1846         whitespace-chars-value-list removed var.
1847         (whitespace-mark-value-list): New var, replace
1848         whitespace-style-value-list removed var.
1849         (whitespace-active-color): New var, replace whitespace-active-chars
1850         removed var.
1851         (whitespace-active-mark): New var, replace whitespace-active-style
1852         removed var.
1853         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
1854         removed var.
1855         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
1856         removed var.
1857         (whitespace-toggle-option-alist, whitespace-report-list)
1858         (whitespace-report-text, whitespace-help-text): Fix initialization.
1859         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
1860         (whitespace-toggle-options, global-whitespace-toggle-options)
1861         (whitespace-cleanup-region, whitespace-report-region)
1862         (whitespace-interactive-char): Fix docstring and code.
1863         (whitespace-cleanup, whitespace-report): Fix docstring.
1864         (whitespace-replace-spaces-by-tabs): Remove fun.
1865         (whitespace-replace-action): New fun, replace
1866         whitespace-replace-spaces-by-tabs removed fun.
1867         (whitespace-regexp, whitespace-indentation-regexp)
1868         (whitespace-space-after-tab-regexp, whitespace-insert-value)
1869         (whitespace-kill-buffer): New funs.
1870         (whitespace-insert-option-mark, whitespace-help-on)
1871         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
1872         (whitespace-color-on, whitespace-color-off)
1873         (whitespace-display-char-on): Fix code.
1875 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1877         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
1878         (mouse-throw-magnifier-with-mouse-movement): Remove.
1879         (mouse-throw-magnifier-base): New const.
1880         (mouse-drag-scroll-delta): New fun.
1881         (mouse-drag-throw): Use it.
1883 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
1885         * international/uni-bidi.el, international/uni-category.el:
1886         * international/uni-combining.el, international/uni-comment.el:
1887         * international/uni-decimal.el, international/uni-decomposition.el:
1888         * international/uni-digit.el, international/uni-lowercase.el:
1889         * international/uni-mirrored.el, international/uni-name.el:
1890         * international/uni-numeric.el, international/uni-old-name.el:
1891         * international/uni-titlecase.el, international/uni-uppercase.el:
1892         * international/charprop.el: Regenerate.
1894 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
1896         * vc.el (vc-status-fileinfo): Add new member directoryp.
1897         (vc-default-status-printer): Print directories.
1898         (vc-status-update): Sort files before subdirectories.
1900         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
1901         Add alternative implementation based on "cvs update".
1903 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
1905         * doc-view.el: Changed requirements section to tell that only one
1906         of dvipdf or dvipdfm is needed.
1907         (doc-view-already-converted-p): Fix bug that forced reconversion
1908         if doc was already converted.
1910 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * minibuffer.el (minibuffer-message):
1913         Make sure we can put-text-property.
1915         * emacs-lisp/crm.el: Complete rewrite.
1917         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
1918         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
1919         case of an error in display-completion-list.
1921         * filecache.el (file-cache-completions-keymap): Move init from
1922         file-cache-completion-setup-function into declaration.
1923         (file-cache-minibuffer-complete): Simplify.
1924         (file-cache-completion-setup-function): Use standard-output,
1925         preserve current-buffer.
1927         * vc.el (vc-status-update): Fix typo.
1928         (vc-status-update): Set needs-update.
1929         (vc-status-refresh): η-reduce.
1931 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
1933         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
1934         to image-eol.
1936 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
1938         * vc.el (vc-status-update): Undo the previous revert.
1940 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1942         * minibuffer.el (completion-table-with-terminator): Those completions
1943         are never valid w.r.t test-completion.
1944         (completion--file-name-table):
1945         Check completion-all-completions-with-base-size.
1947 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
1949         * doc-view.el (doc-view-dvipdf-program): New variable.
1950         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
1951         (doc-view-mode-p): Check for doc-view-dvipdf-program as
1952         alternative for doc-view-dvipdfm-program.
1953         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
1955         * doc-view.el (doc-view-start-process): Don't set
1956         default-directory to "~/" if the current value is valid.
1957         This broke PS files that run other files in the same directory.
1959 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
1961         * vc.el (vc-status-kill-query): New function.
1962         (vc-status-mode): Add it to kill-buffer-query-functions.
1963         (vc-status-show-fileentry): New function.
1964         (vc-status-menu-map): Bind it.  Bind vc-next-action.
1966 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1968         * minibuffer.el (minibuffer-message): Put cursor at the right place.
1970 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1972         * proced.el (proced-send-signal): Fix error recognition.
1974 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1976         * proced.el (proced-command-alist): Remove sort column.
1977         (proced-command, proced-procname-column):
1978         Use make-variable-buffer-local.
1979         (proced-signal-function): Rename from proced-kill-program.
1980         Allow for elisp symbols and string values representing system calls.
1981         (proced-marker-regexp, proced-success-message): New functions.
1982         (proced): Use defalias.  Add autoload cookie.
1983         (proced-unmark-backward, proced-toggle-marks)
1984         (proced-hide-processes): New commands.
1985         (proced-do-mark): Simplify code.
1986         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1987         (proced-update): Remove sorting.
1988         (proced-send-signal): Display number of processes to operate on.
1989         Allow for system calls or elisp functions to send signals.
1990         Check if signal was sent successfully.
1992 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1994         * minibuffer.el (completion-all-completion-with-base-size): New var.
1995         (completion--some): New function.
1996         (completion-table-with-context, completion--file-name-table):
1997         Return the base-size if requested.
1998         (completion-table-in-turn): Generalize to multiple arguments.
1999         (complete-in-turn): Compatibility alias.
2000         (completion-styles-alist): New var.
2001         (completion-styles): New customization.
2002         (minibuffer-try-completion, minibuffer-all-completions):
2003         New functions.
2004         (minibuffer--do-completion, minibuffer-complete-and-exit)
2005         (minibuffer-try-word-completion): Use them.
2006         (display-completion-list, minibuffer-completion-help): Use them.
2007         Handle all-completions's new base-size info to set completion-base-size.
2008         * info.el (Info-read-node-name-1): Use completion-table-with-context,
2009         completion-table-with-terminator and complete-with-action.
2010         Remove the now obsolete completion-base-size-function property.
2011         * simple.el (completion-list-mode-map): Move init into declaration.
2012         (completion-list-mode): Use define-derived-mode.
2013         (completion-setup-function): Use any completion-base-size that may
2014         have been set before.  Remove handling of completion-base-size-function.
2015         * loadup.el: Move abbrev.el up earlier.
2017 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
2019         * vc-git.el (vc-git-after-dir-status-stage)
2020         (vc-git-dir-status-goto-stage): New functions.
2021         (vc-git-after-dir-status-stage1)
2022         (vc-git-after-dir-status-stage1-empty-db)
2023         (vc-git-after-dir-status-stage2): Remove, functionality moved
2024         into the new generic stage functions.
2025         (vc-git-dir-status-files): New function.
2027         * vc.el (vc-status-update): Revert an incorrect rewrite.
2028         Add some comments.
2029         (vc-status-refresh-files): New function.
2030         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
2031         state of up-to-date files.
2032         (vc-default-dir-status-files): New function.
2034 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
2036         * minibuffer.el (completion--embedded-envvar-table)
2037         (read-file-name-internal): Fix typos in 2008-04-11 change.
2039         * faces.el (read-face-name): Use `completion-table-in-turn',
2040         not `complete-in-turn'.
2042 2008-04-13  Andreas Schwab  <schwab@suse.de>
2044         * progmodes/etags.el: Require 'cl when compiling.
2046 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
2048         * progmodes/gud.el (gud-menu-map): Expand tooltip.
2050         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
2051         (menu): Add/expand menu tooltips.
2053 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
2055         * progmodes/sh-script.el (sh-show-indent): Fix typo.
2056         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
2058         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
2059         considered registered.
2061 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2063         * emacs-lisp/copyright.el (copyright-update-directory): New command.
2065         * ediff-wind.el (ediff-split-window-function)
2066         (ediff-merge-split-window-function): Improve custom type.
2068 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
2070         * loadup.el ("minibuffer"): Move after "faces".
2072 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2074         * progmodes/hideif.el (hif-factor): Handle unary minus.
2076 2008-04-12  Glenn Morris  <rgm@gnu.org>
2078         * calendar/cal-china.el (chinese-calendar-time-zone):
2079         Mark obsolete name as risky too.
2081         * calendar/calendar.el (calendar-faces): New custom group.
2082         (calendar-today, diary, holiday): Doc fix.
2083         Move to calendar-faces group.
2084         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
2085         (diary-button): Doc fix.  Move to calendar-faces group.
2087         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2088         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
2089         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
2090         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
2091         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
2092         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
2093         not in dumped files before the associated defcustom.
2095 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
2097         * minibuffer.el (lazy-completion-table): Fix debug spec.
2099 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2101         * minibuffer.el (complete-with-action, lazy-completion-table):
2102         Move from subr.el.
2103         (apply-partially, completion-table-dynamic)
2104         (completion-table-with-context, completion-table-with-terminator)
2105         (completion-table-in-turn): New funs.
2106         (completion--make-envvar-table, completion--embedded-envvar-table):
2107         New funs.
2108         (read-file-name-internal): Use them.
2109         (completion-setup-hook): Move from simple.el.
2110         * subr.el (complete-with-action, lazy-completion-table):
2111         * simple.el (completion-setup-hook): Move to minibuffer.el.
2113 2008-04-11  Glenn Morris  <rgm@gnu.org>
2115         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
2117 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
2121         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
2123         * textmodes/fill.el (fill-forward-paragraph-function): New var.
2124         (fill-forward-paragraph): New fun.
2125         (fill-paragraph, fill-region): Use it.
2127         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
2128         (vc-status-create-fileinfo): Make `extra' optional.
2129         (vc-status-busy): New fun.
2130         (vc-status-menu-map): Use it.
2131         (vc-status-crt-marked): Remove.
2132         (vc-status-update): Rename from vc-status-add-entries.
2133         Add argument so as to prevent addition of entries.  Rewrite.
2134         (vc-update-vc-status-buffer): Remove.
2135         (vc-status-refresh): Don't remove old entries, set them to
2136         up-to-date instead.  Also do it after the update is complete.
2137         (vc-status-marked-files): η-reduce.
2139         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
2140         for non-dialogs.
2142         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
2144         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
2146 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
2148         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
2149         to t and don't truncate msg.
2151 2008-04-11  Glenn Morris  <rgm@gnu.org>
2153         * calendar/calendar.el (diary, holidays):
2154         Move custom groups to other files.
2155         (holiday-general-holidays, holiday-oriental-holidays)
2156         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
2157         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
2158         (holiday-hebrew-holidays, holiday-christian-holidays)
2159         (holiday-islamic-holidays, holiday-bahai-holidays)
2160         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
2161         * calendar/diary-lib.el: Move custom group here from calendar.el.
2162         * calendar/holidays-lib.el: Move custom group and variables here
2163         from calendar.el.
2165         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
2167         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
2168         Fix custom group.
2169         (calendar-current-time-zone-cache): Autoload riskiness.
2171         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
2173 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
2175         * woman.el (woman2-TH): Use string-equal instead of string-match.
2177 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
2180         (smerge-resolve): Merge the "2-way refinement" case with one half of
2181         the "mere whitespace" resolution.
2183 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
2185         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
2187 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
2189         * subr.el (assoc-ignore-case, assoc-ignore-representation):
2190         Add WHEN to obsolescence declaration.
2192         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
2194 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
2196         * vc-hooks.el (vc-state): Add new state `conflict'.
2197         (vc-after-save): Use when not if.
2198         (vc-default-mode-line-string): Deal with the conflict state.
2199         (vc-prefix-map):
2200         (vc-menu-map): Bind vc-status instead of vc-directory.
2202         * vc.el (vc-editable-p):
2203         (vc-default-status-printer):
2204         (vc-next-action): Deal with the conflict state.
2205         (vc-mark-resolved): New function.
2206         (vc-status-mode): Fix mode name.
2207         (vc-default-comment-history): Use when not if.
2208         (Todo): Add new entries, remove old ones.
2210         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
2211         (vc-cvs-parse-status):
2212         (vc-cvs-after-dir-status):
2213         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2214         Detect the conflict state.
2216         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
2218 2008-04-10  Glenn Morris  <rgm@gnu.org>
2220         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
2221         Respect truncate-partial-width-windows in non-full windows,
2222         with regards to :toggle and :enable state.
2224         * simple.el (toggle-truncate-lines): Doc fix.
2226         * Makefile.in (MH_E_DIR): New variable.
2227         (MH_E_SRC): Restore variable removed 2008-03-13.
2228         (mh-loaddefs.el): Depend on $MH_E_SRC.
2229         (CAL_DIR, CAL_SRC): New variables.
2230         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
2231         Depend on CAL_SRC.
2233         * calendar/calendar.el (calendar, diary): Add :prefix.
2234         (holidays): Change :prefix.
2235         (calendar-today, holiday, calendar-holiday-marker)
2236         (european-calendar-style): Change custom groups.
2238         * calendar/calendar.el (diary-hook, diary-display-hook):
2239         Move to diary-lib.el.
2240         * calendar/diary-lib.el (diary-hook, diary-display-hook):
2241         Move here from calendar.el.
2242         * calendar/appt.el: Require diary-lib rather than calendar.
2243         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
2245         * calendar/appt.el (appt): Add :prefix.
2247         * calendar/diary-lib.el (diary-hook): Doc fix.
2248         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
2250 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2252         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
2253         New functions.
2255         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
2256         the arg to recursive calls.
2258 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
2260         * minibuffer.el (completion-auto-help): Fix typo.
2262 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
2266 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
2268         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
2269         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
2271 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2273         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
2275         * minibuffer.el (minibuffer): Move group from cus-edit.el.
2276         (completion-auto-help): Move from C code.
2277         (minibuffer--maybe-completion-help): Remove.
2278         (minibuffer--bitset): New function.
2279         (minibuffer--do-completion): Rename from minibuffer-do-completion.
2280         Renumber a bit.  Really complete on string *before* point.
2281         Add argument used for word-completion.
2282         Join trailing / in completion with following text, as done in
2283         minibuffer-complete-word.
2284         Handle new value `lazy' for completion-auto-help.
2285         (minibuffer-try-word-completion): New function extracted from
2286         minibuffer-complete-word.
2287         (minibuffer-complete-word): Use minibuffer--do-completion.
2288         (minibuffer--insert-strings): Rename from
2289         minibuffer-complete-insert-strings.
2290         (exit-minibuffer): Fix typo.
2291         * cus-edit.el (minibuffer): Move group to minibuffer.el.
2292         * cus-start.el: Remove completion-auto-help.
2294 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
2296         * vc.el (vc-status-add-entries): New function.
2297         (vc-status-add-entry): Remove.
2298         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
2299         Use vc-status-add-entries.
2301         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
2302         order.
2304 2008-04-09  Jason Rumney  <jasonr@gnu.org>
2306         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
2307         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
2308         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
2309         (AUTOGENEL): New variable.
2310         (distclean, maintainer-clean): New targets.
2312 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
2314         * emacs-lisp/regexp-opt.el (regexp-opt):
2315         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
2317 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
2319         * nxml/nxml-mode.el (nxml-cleanup): New function.
2320         (nxml-mode): Add it to change-major-mode-hook.
2322 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
2324         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
2326 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
2328         * calc/.cvsignore: New file.
2330 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
2332         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
2334         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
2335         show-help-function when turning tooltip off.
2336         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
2337         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
2339 2008-04-09  Alan Mackenzie  <acm@muc.de>
2341         * font-lock.el (font-lock-extend-after-change-region-function):
2342         Make it buffer local.
2344 2008-04-09  Glenn Morris  <rgm@gnu.org>
2346         * calendar/calendar.el (diary-file, european-calendar-style):
2347         Remove autoload cookies.
2349 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2351         * outline.el (outline-mode-menu-bar-map):
2352         * log-view.el (log-view-mode-menu):
2353         * log-edit.el (log-edit-menu): Add :help.
2355 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
2357         * emacs-lisp/regexp-opt.el (regexp-opt-group):
2358         Use substring-no-properties for correct handling of unibyte strings.
2360 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2362         * add-log.el (change-log-next-buffer): Handle the case where version<
2363         signals an error.
2365         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
2366         mouse-major-mode-menu.
2367         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
2368         (mouse-major-mode-menu, mouse-popup-menubar)
2369         (mouse-popup-menubar-stuff): Use them.
2370         (C-down-mouse-3): Bind to a dynamic map rather than to
2371         mouse-popup-menubar-stuff.
2373         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
2374         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
2376 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2378         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
2379         file:// access method.
2381 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * minibuffer.el: New file.
2384         * loadup.el: Load it.
2386 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
2389         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
2391         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
2392         (calc-mode-map, calc-digit-map, calc-dispatch-map):
2393         Move initialization into declaration.
2394         * calc/calc-yank.el:
2395         * calc/calc-misc.el:
2396         * calc/calc-embed.el:
2397         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
2399 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
2401         * ps-samp.el (ps-add-printer, ps-remove-printer)
2402         (ps-make-dynamic-printer-menu): New functions.
2404         * net/zeroconf.el: New file.
2406 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2408         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
2410 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
2412         * vc-rcs.el (vc-rcs-modify-change-comment):
2413         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
2415         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
2417 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
2419         * international/mule-cmds.el (set-locale-environment): Don't warn if
2420         coding system doesn't agree with system locale (this reverts changes
2421         by Dave Love, dated 2002-10-27 and 2002-10-09).
2423         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2424         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
2426         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
2428 2008-04-08  Glenn Morris  <rgm@gnu.org>
2430         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
2431         * textmodes/remember.el (remember-diary-convert-entry):
2432         Require calendar.
2434         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
2435         diary-file, since it is the default for make-diary-entry anyway.
2437         * calendar/cal-menu.el (cal-menu-event-to-date):
2438         Rename calendar-event-to-date.  Update callers.
2439         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
2440         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
2441         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
2442         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
2443         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
2444         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
2445         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
2446         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
2447         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
2448         (calendar-mouse-tex-month-landscape):
2449         Rename cal-tex-mouse-month-landscape.
2450         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
2451         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
2452         (calendar-mouse-tex-year-landscape):
2453         Rename cal-tex-mouse-year-landscape.
2454         (cal-menu-context-mouse-menu): Update for above name changes.
2456         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2457         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2458         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
2459         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
2460         * calendar/holidays.el: Replace int-to-string with number-to-string.
2462 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
2464         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
2465         region if point moves.
2467 2008-04-08  Kenichi Handa  <handa@m17n.org>
2469         * faces.el (font-slant-table): Change numeric values for `r',
2470         `roman', and `normal'.
2472 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
2474         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
2476 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
2478         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
2479         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
2481 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
2483         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
2484         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
2486 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2488         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
2490 2008-04-07  Sam Steingold  <sds@gnu.org>
2492         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
2493         Add helper functions.
2494         (lisp-do-defun): Extract the common part of lisp-eval-defun and
2495         lisp-compile-defun; DEFVAR forms reset the variables to the init
2496         values, just like in emacs-lisp mode eval-defun.
2497         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
2498         (lisp-compile-region): Use lisp-compile-string.
2500 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2502         * subr.el (combine-and-quote-strings): Also quote strings that contain
2503         the separator.
2505         * pcvs-util.el (cvs-map): Avoid recursion :-(
2507 2008-04-07  Glenn Morris  <rgm@gnu.org>
2509         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
2511         * calendar.el (diary-view-entries-initially-flag): Rename
2512         view-diary-entries-initially.  Keep old name as alias, update users.
2513         (calendar-mark-diary-entries-flag): Rename
2514         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
2515         (calendar-view-holidays-initially-flag): Rename
2516         view-calendar-holidays-initially.  Keep old name as alias, update users.
2517         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
2518         Keep old name as alias, update users.
2519         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
2520         Keep old name as alias, update users.
2521         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
2522         Keep old name as alias, update users.
2523         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
2524         Keep old name as alias, update users.
2525         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
2526         (diary-american-date-forms): Rename american-date-diary-pattern.
2527         Keep old name as alias, update users.
2528         (diary-european-date-forms): Rename european-date-diary-pattern.
2529         Keep old name as alias, update users.
2530         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
2531         Keep old name as alias, update users.
2532         (calendar-european-date-display-form): Rename
2533         european-calendar-display-form.  Keep old name as alias, update users.
2534         (calendar-american-date-display-form): Rename
2535         european-calendar-display-form.  Keep old name as alias, update users.
2536         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
2537         Keep old name as alias, update users.
2538         (holiday-general-holidays): Rename general-holidays.
2539         Keep old name as alias, update users.
2540         (holiday-oriental-holidays): Rename oriental-holidays.
2541         Keep old name as alias, update users.
2542         (holiday-local-holidays): Rename local-holidays.
2543         Keep old name as alias, update users.
2544         (holiday-other-holidays): Rename other-holidays.
2545         Keep old name as alias, update users.
2546         (holiday-hebrew-holidays): Rename hebrew-holidays.
2547         Keep old name as alias, update users.
2548         (holiday-christian-holidays): Rename christian-holidays.
2549         Keep old name as alias, update users.
2550         (holiday-islamic-holidays): Rename islamic-holidays.
2551         Keep old name as alias, update users.
2552         (holiday-bahai-holidays): Rename bahai-holidays.
2553         Keep old name as alias, update users.
2554         (holiday-solar-holidays): Rename solar-holidays.
2555         Keep old name as alias, update users.
2556         (diary-fancy-buffer): Rename fancy-diary-buffer.
2557         Keep old name as alias, update users.
2558         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
2559         Update users.
2560         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
2561         Update users.
2562         (calendar-increment-month): Rename increment-calendar-month.
2563         Keep old name as alias, update callers.
2564         (calendar-increment-month-cons): Rename old calendar-increment-month.
2565         Update callers.
2566         (calendar-extract-month): Rename extract-calendar-month.
2567         Keep old name as alias, update callers
2568         (calendar-extract-day): Rename extract-calendar-day.
2569         Keep old name as alias, update callers.
2570         (calendar-extract-year): Rename extract-calendar-year.
2571         Keep old name as alias, update callers.
2572         (calendar-generate-window): Rename generate-calendar-window.
2573         Update callers.
2574         (calendar-generate): Rename generate-calendar.  Update callers.
2575         (calendar-generate-month): Rename generate-calendar-month.
2576         Update callers.
2577         (calendar-redraw): Rename redraw-calendar.  Update callers.
2578         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
2579         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
2580         Update callers.
2581         (calendar-update-mode-line): Rename update-calendar-mode-line.
2582         Update callers.
2583         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
2584         update callers.
2585         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
2586         Keep old name as alias, update callers.
2587         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
2588         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
2589         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
2590         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
2591         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
2592         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
2593         * calendar/solar.el: Update for calendar.el name changes.
2594         * org/org.el (org-agenda-format-date-aligned)
2595         (org-agenda-execute-calendar-command): Access date elements directly
2596         rather than using calendar functions.
2597         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
2598         Also set calendar-view-diary-initially-flag,
2599         calendar-view-holidays-initially-flag
2600         (org-get-entries-from-diary): Also set diary-fancy-buffer.
2601         (org-agenda-execute-calendar-command): No need to set displayed-day.
2603 2008-04-06  Alan Mackenzie  <acm@muc.de>
2605         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
2606         typo in the doc string.
2608         * progmodes/cc-mode.el (c-basic-common-init):
2609         Set font-lock-extend-after-change-region-function.
2610         (c-extend-after-change-region): New function, used in
2611         font-lock-extend-after-change-region-function, thus superseding
2612         advice on the Font Lock after change functions.
2613         (c-advise-fl-for-region): Remove this macro.
2615 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2617         * textmodes/flyspell.el (flyspell-duplicate-distance):
2618         Improve custom type.
2620 2008-04-06  Glenn Morris  <rgm@gnu.org>
2622         * calendar/diary-lib.el (diary-sexp-entry-symbol):
2623         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
2624         (diary-list-entries-hook): Rename list-diary-entries-hook.
2625         Keep old name as alias, update users.
2626         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
2627         Keep old name as alias, update users.
2628         (diary-nongregorian-listing-hook): Rename
2629         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
2630         (diary-nongregorian-marking-hook): Rename
2631         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
2632         (diary-print-entries-hook): Rename print-diary-entries-hook.
2633         Keep old name as alias, update users.
2634         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
2635         Keep old name as alias, update users.
2636         (diary-number-of-entries): Rename number-of-diary-entries.
2637         Keep old name as alias, update users.
2638         (view-diary-entries, list-diary-entries, show-all-diary-entries):
2639         Give version of obsolescence.
2640         (diary-view-other-diary-entries): Rename view-other-diary-entries.
2641         Keep old name as alias, update callers.
2642         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
2643         update callers.
2644         (diary-include-other-diary-files): Rename include-other-diary-files.
2645         Keep old name as alias, update callers.
2646         (diary-simple-display): Rename simple-diary-display.
2647         Keep old name as alias, update callers.
2648         (diary-fancy-display): Rename fancy-diary-display.
2649         Keep old name as alias, update callers.
2650         (diary-print-entries): Rename print-diary-entries.
2651         Keep old name as alias, update callers.
2652         (diary-marking-entries-flag): Rename marking-diary-entries.
2653         Update users.
2654         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
2655         (diary-mark-entries): Rename mark-diary-entries.
2656         Keep old name as alias, update callers.
2657         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
2658         Keep old name as alias, update callers.
2659         (diary-mark-included-diary-files): Rename mark-included-diary-files.
2660         Keep old name as alias, update callers.
2661         (calendar-mark-days-named): Rename mark-calendar-days-named.
2662         Keep old name as alias, update callers.
2663         (calendar-mark-month): Rename mark-calendar-month.
2664         Keep old name as alias, update callers.
2665         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
2666         Keep old name as alias, update callers.
2667         (diary-sort-entries): Rename sort-diary-entries.
2668         Keep old name as alias, update callers.
2669         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
2670         Keep old name as alias, update callers.
2671         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
2672         update callers.
2673         (diary-insert-entry): Rename insert-diary-entry.
2674         Keep old name as alias.
2675         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
2676         Keep old name as alias.
2677         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
2678         Keep old name as alias.
2679         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
2680         Keep old name as alias.
2681         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
2682         Keep old name as alias.
2683         (diary-insert-block-entry): Rename insert-block-diary-entry.
2684         Keep old name as alias.
2685         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
2686         Keep old name as alias.
2687         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
2688         Keep old name as alias, update users.
2689         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
2690         Keep old name as alias, update callers.
2691         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2692         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
2693         * calendar/icalendar.el: Update for diary-lib name changes.
2695 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
2697         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
2699         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
2700         for copy, move, and link operations.
2702 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
2704         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
2705         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
2707         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
2708         'require' statements with 1-argument ones (wrapped in if's).
2709         For compatibility with the current stable version of XEmacs.
2711 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
2713         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
2715 2008-04-06  Jason Rumney  <jasonr@gnu.org>
2717         * language/burmese.el ("Burmese"): Make sample text consistent with
2718         language name.
2720 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
2722         * progmodes/gdb-ui.el (gdb): New group.
2723         (gdb-debug-log-max, gdb-enable-debug)
2724         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
2725         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
2726         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
2727         (gdb-show-changed-values, gdb-max-children)
2728         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
2729         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
2730         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
2731         (gdb-memory-unit): Move to new group from GUD group.
2732         (menu): Allow customization from GDB-UI menu-item.
2734 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
2736         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
2738 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2740         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
2741         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2742         Revision numbers can include ".".
2744         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
2745         "+" lines not accounted for by counting "-" and context lines.
2747 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2749         * term/mac-win.el (mac-service-open-file): Use file URL instead of
2750         file name string.
2752 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
2755         (vc-bzr-annotate-time): Accept space used to preserve alignment.
2757 2008-04-05  Richard Stallman  <rms@gnu.org>
2759         * emacs-lisp/advice.el (defadvice): Add usage pattern.
2761 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
2763         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
2764         thread in [h-e-w]).
2766 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
2768         * files.el (abort-if-file-too-large): Fix typo in docstring.
2770 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2772         * subr.el (functionp): Return nil for special forms.
2774 2008-04-05  Glenn Morris  <rgm@gnu.org>
2776         * emacs-lisp/autoload.el (autoload-ensure-default-file):
2777         Provide a feature.
2778         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
2779         Require loaddef file rather than loading it.
2780         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
2781         autoload-ensure-default-file provides a feature.
2783         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
2784         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
2785         (compile, compile-always, recompile): Use $LOADDEFS.
2786         (cal-autoloads): Remove.
2788         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
2789         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
2791         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2792         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
2794         * calendar/calendar.el (diary-hebrew-entry-symbol):
2795         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
2796         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
2797         Keep old name as alias.
2798         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
2799         Keep old name as alias.
2800         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
2801         to diary-bahai-entry-symbol.
2802         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
2803         to diary-hebrew-entry-symbol.
2804         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
2805         to diary-islamic-entry-symbol.
2806         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
2808         * calendar/solar.el (diary-sabbath-candles-minutes)
2809         (diary-sabbath-candles): Move to cal-hebrew.
2810         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
2811         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
2812         Doc fix.  Keep old name as alias.
2813         (diary-hebrew-sabbath-candles): Simplify.
2814         (solar-setup, solar-sunrise-sunset, calendar-latitude)
2815         (calendar-longitude, calendar-time-zone): Declare for compiler.
2816         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
2817         rename.
2819         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
2820         Rename coptic-calendar-month-name-array.  Update callers.
2821         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
2822         (calendar-coptic-name): Rename coptic-name.  Update callers.
2823         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
2824         Update callers.
2825         (calendar-coptic-last-day-of-month):
2826         Rename coptic-calendar-last-day-of-month.  Update callers.
2827         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
2828         Keep old name as alias, update callers.
2829         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
2830         Keep old name as alias, update callers.
2831         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
2832         Keep old name as alias.
2833         (calendar-ethiopic-month-name-array):
2834         Rename ethiopic-calendar-month-name-array.  Update callers.
2835         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
2836         Update callers.
2837         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
2838         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
2839         Keep old name as alias, update callers.
2840         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
2841         Keep old name as alias, update callers.
2842         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
2843         Keep old name as alias.
2845         * calendar/cal-french.el (calendar-french-epoch):
2846         Rename french-calendar-epoch.  Update callers.
2847         (calendar-french-month-name-array): Rename variable and function
2848         french-calendar-month-name-array.  Update callers.
2849         (calendar-french-multibyte-month-name-array):
2850         Rename french-calendar-multibyte-month-name-array.  Update callers.
2851         (calendar-french-day-name-array): Rename variable and function
2852         french-calendar-day-name-array.  Update callers.
2853         (calendar-french-special-days-array): Rename variable and function
2854         french-calendar-special-days-array.  Update callers.
2855         (calendar-french-multibyte-special-days-array):
2856         Rename french-calendar-multibyte-special-days-array.  Update callers.
2857         (calendar-french-accents-p): Rename french-calendar-accents.
2858         Update callers.
2859         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
2860         Update callers.
2861         (calendar-french-last-day-of-month):
2862         Rename french-calendar-last-day-of-month.  Update callers.
2863         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
2864         Keep old name as alias, update callers.
2865         (calendar-french-print-date): Rename calendar-print-french-date.
2866         Keep old name as alias, update callers.
2867         (calendar-french-goto-date): Rename calendar-goto-french-date.
2868         Keep old name as alias.
2870         * calendar/cal-menu.el, calendar/calendar.el:
2871         Update for Coptic and French name changes.
2873         * calendar/cal-china.el (calendar-chinese): Rename custom group
2874         from chinese-calendar.  Update users.
2875         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
2876         Keep old name as alias, update users.
2877         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
2878         Keep old name as alias.
2879         (calendar-chinese-daylight-time-offset):
2880         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
2881         update users.
2882         (calendar-chinese-standard-time-zone-name):
2883         Rename chinese-calendar-standard-time-zone-name.
2884         Keep old name as alias, update users.
2885         (calendar-chinese-daylight-saving-start):
2886         Rename chinese-calendar-daylight-savings-starts.
2887         Keep old name as alias, update users.
2888         (calendar-chinese-daylight-saving-end):
2889         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
2890         update users.
2891         (calendar-chinese-daylight-saving-start-time):
2892         Rename chinese-calendar-daylight-savings-starts-time.
2893         Keep old name as alias, update users.
2894         (calendar-chinese-daylight-saving-end-time):
2895         Rename chinese-calendar-daylight-savings-ends-time.
2896         Keep old name as alias, update users.
2897         (calendar-chinese-celestial-stem): Rename
2898         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
2899         (calendar-chinese-terrestrial-branch):
2900         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
2901         update users.
2902         (calendar-chinese-zodiac-sign-on-or-after):
2903         Rename chinese-zodiac-sign-on-or-after.  Update callers.
2904         (calendar-chinese-new-moon-on-or-after):
2905         Rename chinese-new-moon-on-or-after.  Update callers.
2906         (calendar-chinese-month-list): Rename chinese-month-list.
2907         Update callers.
2908         (calendar-chinese-number-months): Rename number-chinese-months.
2909         Update callers.
2910         (calendar-chinese-compute-year): Rename compute-chinese-year.
2911         Update callers.
2912         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
2913         (calendar-chinese-year): Rename chinese-year.  Update callers.
2914         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
2915         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
2916         Keep old name as alias, update callers.
2917         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
2918         Keep old name as alias, update callers.
2919         (calendar-chinese-months-to-alist):
2920         Rename make-chinese-month-assoc-list.  Update callers.
2921         (calendar-chinese-months): Rename chinese-months.  Update callers.
2922         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
2923         Keep old name as alias, update callers.
2925         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
2926         Rename hebrew-calendar-leap-year-p.  Update callers.
2927         (calendar-hebrew-last-month-of-year):
2928         Rename hebrew-calendar-last-month-of-year.  Update callers.
2929         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
2930         Update callers.
2931         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
2932         Update callers.
2933         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
2934         Update callers.
2935         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
2936         Update callers.
2937         (calendar-hebrew-last-day-of-month):
2938         Rename hebrew-calendar-last-day-of-month.  Update callers.
2939         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
2940         Keep old name as alias, update callers.
2941         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
2942         Keep old name as alias, update callers.
2943         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
2944         Keep old name as alias, update callers.
2945         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
2946         Keep old name as alias.
2947         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
2948         Keep old name as alias.
2949         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
2950         Keep old name as alias.
2951         (holiday-hebrew-passover): Rename holiday-passover-etc.
2952         Keep old name as alias.
2953         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
2954         Keep old name as alias, update callers.
2955         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
2956         Keep old name as alias.
2957         (calendar-hebrew-mark-date-pattern):
2958         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
2959         update callers.
2960         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
2961         Keep old name as alias.
2962         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
2963         Keep old name as alias.
2964         (diary-hebrew-insert-monthly-entry):
2965         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
2966         (diary-hebrew-insert-yearly-entry):
2967         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
2968         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2969         Keep old name as alias.
2970         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
2971         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
2972         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2973         Keep old name as alias.
2974         (calendar-hebrew-parashiot-names):
2975         Rename hebrew-calendar-parashiot-names.  Update callers.
2976         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2977         (calendar-hebrew-year-Saturday-incomplete-Sunday):
2978         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2979         (calendar-hebrew-year-Saturday-complete-Tuesday):
2980         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2981         (calendar-hebrew-year-Monday-incomplete-Tuesday):
2982         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2983         (calendar-hebrew-year-Monday-complete-Thursday):
2984         Rename hebrew-calendar-year-Monday-complete-Thursday.
2985         (calendar-hebrew-year-Tuesday-regular-Thursday):
2986         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2987         (calendar-hebrew-year-Thursday-regular-Saturday):
2988         Rename hebrew-calendar-year-Thursday-regular-Saturday.
2989         (calendar-hebrew-year-Thursday-complete-Sunday):
2990         Rename hebrew-calendar-year-Thursday-complete-Sunday.
2991         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2992         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2993         (calendar-hebrew-year-Saturday-complete-Thursday):
2994         Rename hebrew-calendar-year-Saturday-complete-Thursday.
2995         (calendar-hebrew-year-Monday-incomplete-Thursday):
2996         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2997         (calendar-hebrew-year-Monday-complete-Saturday):
2998         Rename hebrew-calendar-year-Monday-complete-Saturday.
2999         (calendar-hebrew-year-Tuesday-regular-Saturday):
3000         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
3001         (calendar-hebrew-year-Thursday-incomplete-Sunday):
3002         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
3003         (calendar-hebrew-year-Thursday-complete-Tuesday):
3004         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
3005         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
3006         Update for above name changes of constants.
3008         * calendar/cal-menu.el, calendar/calendar.el:
3009         Update for chinese and hebrew name changes.
3010         * calendar/diary-lib.el: Update for hebrew name changes.
3012 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * subr.el (keymap-canonicalize): Correct thinko.
3016         * server.el: Undo part of the multi-tty change, which is only
3017         needed if server.el is preloaded, and broke server-running-p.
3018         (server-socket-dir): Initialize in the defvar, as before.
3019         (server-start): Remove initialization of server-socket-dir.
3021 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3023         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
3024         3-member cons cells.
3026 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
3028         * cus-face.el (custom-face-attributes): Handle roman slant.
3030         * faces.el (default): Ensure the face-defface-spec property is set.
3032 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
3034         * files.el (abort-if-file-too-large): New function.
3035         (find-file-noselect, insert-file-1): Use it.
3037 2008-04-05  Reto Zimmermann  <reto@gnu.org>
3039         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
3040         Replace C-c[a-zA-Z] key bindings.
3042 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * progmodes/hideif.el (hif-token-alist): New var.
3045         (hif-token-regexp, hif-tokenize): Use it.
3046         (hif-mathify-binop): New macro.
3047         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
3048         (hif-greater-equal, hif-less-equal): Use it.
3049         (hif-logior, hif-logand): New functions.
3050         (hif-math): Accept | and & as well.
3052         * progmodes/etags.el: Fix problem with completion for buffer-local
3053         tables.  Reported by Radey Shouman <shouman@comcast.net>.
3054         (tags-complete-tag): Remove.
3055         (tags-lazy-completion-table): New function to replace it.
3056         (find-tag-tag, complete-tag): Update users.
3058 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
3060         * vc-rcs.el (vc-rcs-dir-status):
3061         * vc-sccs.el (vc-sccs-dir-status): New function.
3063         * outline.el (outline-mode-menu-bar-map):
3064         * term.el (terminal-signal-menu): Add :help.
3066         * net/eudc.el (eudc-mode-map): Declare and define in one step.
3067         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
3069         * emacs-lisp/re-builder.el (reb-mode-map):
3070         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
3072         * diff-mode.el (diff-file-junk-re): Recognize the git format for
3073         new files, deleted files and for changing permissions.
3074         (diff-mode): Set beginning-of-defun-function and
3075         end-of-defun-function.
3077         * vc-bzr.el (vc-bzr-state): Use when instead of if.
3079         * vc.el (vc-default-status-fileinfo-extra): New function.
3080         (vc-status-mark-buffer-changed): Use it.
3081         (vc-update-vc-status-buffer): Allow for partial updates.
3083 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3085         * net/tramp.el (after-init-hook): Don't wrap a lambda around
3086         tramp-register-completion-file-name-handler.
3088         * subr.el (keymap-canonicalize): New function.
3089         * mouse.el (mouse-menu-non-singleton): Use it.
3090         (mouse-major-mode-menu): Remove hack made unnecessary.
3092         * simple.el (set-fill-column): Prompt rather than error by default.
3094 2008-04-04  Andreas Schwab  <schwab@suse.de>
3096         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3097         Reset new-rules after each round.
3099         * Makefile.in (cal-autoloads): New target.
3100         (compile, compile-always, recompile): Depend on it.
3101         ($(lisp)/calendar/cal-loaddefs.el)
3102         ($(lisp)/calendar/diary-loaddefs.el)
3103         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
3105 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3107         * ediff*.el: Replace load with require in eval-when-compile.
3109         * ediff-hook: Delete all invocations of (autoload ...).
3111         * ediff-util.el (ediff-setup): Make window-min-height a local variable
3112         in ediff control window, and set its min height to 2.
3113         (ediff-setup-control-buffer): Dedicate the control window.
3114         (ediff-toggle-multiframe): Undedicate control window.
3115         Work directly with ediff-setup-windows-multiframe and
3116         ediff-setup-windows-plain.
3118         * ediff-wind (ediff-choose-window-setup-function-automatically):
3119         New function.
3120         (ediff-window-setup-function): Change initialization.
3121         (ediff-setup-windows-automatic): Delete.
3122         (ediff-setup-windows-plain-merge): Make control window dedicated.
3123         (ediff-destroy-control-frame): Do not skip frames if working in a
3124         single frame.
3126         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
3127         eval-when-compile.
3129         * emulation/viper-util.el: Move provide's forward, prevent recursion in
3130         eval-when-compile.
3132 2008-04-04  Glenn Morris  <rgm@gnu.org>
3134         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
3135         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
3137         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
3138         Rename islamic-calendar-leap-year-p.  Update callers.
3139         (calendar-islamic-last-day-of-month):
3140         Rename islamic-calendar-last-day-of-month.  Update callers.
3141         (calendar-islamic-day-number):
3142         Rename islamic-calendar-day-number.  Update callers.
3143         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
3144         Update callers, keep old name as alias.
3145         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
3146         Update callers, keep old name as alias.
3147         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
3148         Keep old name as alias.
3149         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
3150         Update callers, keep old name as alias.
3151         (calendar-islamic-mark-date-pattern):
3152         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
3153         name as alias.
3154         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
3155         Keep old name as alias.
3156         (diary-islamic-insert-monthly-entry):
3157         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
3158         (diary-islamic-insert-yearly-entry):
3159         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
3161         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
3162         calendar-absolute-from-iso.  Update callers, keep old name as alias.
3163         (calendar-iso-print-date): Rename calendar-print-iso-date.
3164         Update callers, keep old name as alias.
3165         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
3166         Keep old name as alias.
3167         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
3168         Keep old name as alias.
3170         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
3171         calendar-absolute-from-julian.  Update callers, keep old name as alias.
3172         (calendar-julian-print-date): Rename calendar-print-julian-date.
3173         Update callers, keep old name as alias.
3174         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
3175         Update callers, keep old name as alias.
3176         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
3177         Update callers, keep old name as alias.
3178         (calendar-astro-print-day-number):
3179         Rename calendar-print-astro-day-number.  Update callers, keep old
3180         name as alias.
3181         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
3182         Update callers, keep old name as alias.
3184         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
3185         Rename calendar-string-to-mayan-long-count.  Update callers.
3186         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
3187         Update callers, keep old name as alias.
3188         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
3189         Update callers.
3190         (calendar-mayan-read-tzolkin-date):
3191         Rename calendar-read-mayan-tzolkin-date.  Update callers.
3192         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
3193         Keep old name as alias.
3194         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
3195         Keep old name as alias.
3196         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
3197         Keep old name as alias.
3198         (calendar-mayan-previous-tzolkin-date):
3199         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
3200         (calendar-mayan-next-round-date):
3201         Rename calendar-next-calendar-round-date.  Keep old name as alias.
3202         (calendar-mayan-previous-round-date):
3203         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
3204         (calendar-mayan-long-count-to-absolute): Rename
3205         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
3206         (calendar-mayan-goto-long-count-date):
3207         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
3209         * calendar/cal-persia.el (calendar-persian-month-name-array):
3210         Rename persian-calendar-month-name-array.  Update callers.
3211         (calendar-persian-epoch): Rename persian-calendar-epoch.
3212         Update callers.
3213         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
3214         Update callers.
3215         (calendar-persian-last-day-of-month):
3216         Rename persian-calendar-last-day-of-month.  Update callers.
3217         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
3218         Update callers, keep old name as alias.
3219         (calendar-persian-print-date): Rename calendar-print-persian-date.
3220         Update callers, keep old name as alias.
3221         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
3222         Keep old name as alias.
3224         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
3225         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
3226         * calendar/solar.el: Update for cal-julian name changes.
3228         * calendar/cal-dst.el: Update for persian name changes.
3230         * calendar/cal-menu.el, calendar/calendar.el:
3231         Update for islamic, iso, julian, mayan, persian name changes.
3233         * calendar/diary-lib.el: Update for islamic name changes.
3235         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
3236         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
3237         as alias.
3238         (calendar-christian-all-holidays-flag):
3239         Rename all-christian-calendar-holidays.  Update callers, keep old
3240         name as alias.
3241         (calendar-islamic-all-holidays-flag):
3242         Rename all-islamic-calendar-holidays.  Update callers, keep old
3243         name as alias.
3244         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
3245         Update callers, keep old name as alias.
3246         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
3247         Update for the above name changes.
3249 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
3251         * hilit-chg.el (global-highlight-changes-mode)
3252         (highlight-changes-passive-string, highlight-changes-active-string):
3253         Mark as obsolete since 23.1, not 22.1.
3255 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
3257         * hilit-chg.el (highlight-changes-visibility-initial-state)
3258         (hilit-chg-update, highlight-changes-mode-turn-on):
3259         Fix typos in docstrings.
3261 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
3263         * newcomment.el (comment-enter-backward): Be careful to restore
3264         position changed during narrowing.
3266 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
3268         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3269         Recognize `sub ($$)'.
3271 2008-04-03  Richard Sharman  <rsharman@pobox.com>
3273         * hilit-chg.el (highlight-changes-mode): Rename from
3274         highlight-changes; no longer uses sub-modes active and passive;
3275         implemented by define-minor-mode.
3276         (highlight-changes-toggle-visibility): New function, to replace
3277         the old passive/active submodes of global-highlight-changes-mode;
3278         implemented by define-minor-mode.
3279         (global-highlight-changes-mode): Rename from global-highlight-changes;
3280         rewrite using define-globalized-minor-mode.
3281         (hilit-chg-major-mode-hook, hilit-chg-check-global)
3282         (hilit-chg-post-command-hook, hilit-chg-check-global)
3283         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
3284         to use of define-globalized-minor-mode.
3285         (highlight-changes-global-initial-state): Change to be boolean.
3286         (highlight-changes-visible-string, highlight-changes-invisible-string):
3287         Rename from highlight-changes-active-string and
3288         highlight-changes-passive-string.
3289         (hilit-chg-update, hilit-chg-set): Use them.
3290         (global-highlight-changes-mode): Rename from global-highlight-changes.
3291         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
3292         docstring.
3293         (hilit-chg-hide-changes): Rewrite to use dolist.
3294         (hilit-chg-set-face-on-change, hilit-chg-update)
3295         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
3296         variable instead of testing highlight-changes-mode.
3297         (highlight-markup-buffers): Add require ediff-util; argument on calls
3298         to highlight-changes-mode changed.
3299         (highlight-compare-with-file): Fix problems with interactive
3300         call giving invalid default file.
3302 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
3304         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
3305         Fix in disassembly buffer (regression in 22.2).
3307 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
3309         * emulation/viper-macs.el (viper-read-fast-keysequence):
3310         Use viper-read-event instead of viper-read-key.
3312         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
3314         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
3315         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
3316         let-statements.
3318         * emulation/viper-ex.el, emulation/viper-macs.el:
3319         * emulation/viper-mous.el:
3320         Replace load with require in eval-when-compile.
3322 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3324         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
3326         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
3327         (archive-try-jka-compr): New function.
3328         (archive-set-buffer-as-visiting-file): Use it.
3330         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
3332 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
3334         * simple.el (handle-shift-selection): New arg.
3336 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
3340         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
3342 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
3344         * shell.el (shell-dynamic-complete-filename): New fun.
3345         (shell-dynamic-complete-functions): Use it.
3347         * help-fns.el (describe-variable): Undo 2008-02-25 change.
3349 2008-04-03  Kenichi Handa  <handa@m17n.org>
3351         * international/fontset.el (create-fontset-from-x-resource):
3352         Handle the error of X resource more gracefully.
3354         * international/latin1-disp.el (latin1-display): Don't use make-char.
3355         Fix the argument to set-char-table-range.
3356         (latin1-display-identities): Don't use make-char.
3357         (latin1-display-reset): Use map-charset-chars instead of directly
3358         calling standard-display-default.
3359         (latin1-display-check-font): Don't use make-char.
3360         (latin1-display-setup): Likewise.
3361         (latin1-display-ucs-per-lynx): Likewise.
3363 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3365         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
3366         name the fields, to make the code clearer.
3367         Rewrite all `aset' and `aref' using the defined accessors.
3368         (timer--time): New pseudo-field.
3369         (timer-set-time, timer-set-idle-time, timer-inc-time)
3370         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
3371         (timer--time-less-p): New function.
3372         (timer--activate): New function, extracted from timer-activate.
3373         (timer-activate-when-idle, timer-activate): Use it.
3374         (cancel-function-timers): Use dolist.
3376 2008-04-03  Glenn Morris  <rgm@gnu.org>
3378         * add-log.el (c-beginning-of-defun, c-end-of-defun):
3379         Remove declarations; no longer used.
3380         (c-cpp-define-name, c-defun-name): Declare as functions.
3382         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
3383         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
3385         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
3386         (holiday-passover-etc, holiday-hanukkah): Doc fix.
3387         Add optional argument.  Simplify.
3388         (holiday-tisha-b-av-etc): Use memq rather than unless.
3389         (holiday-julian): Autoload it.
3390         (holiday-hebrew-misc): New function.
3392         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
3394         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3395         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
3396         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
3397         all-hebrew-calendar-holidays.
3398         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
3399         Simplify using new functions.
3400         (calendar-holidays): Doc fix.
3401         (generate-calendar-window): Use bound-and-true-p.
3403         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
3405         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
3406         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
3407         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
3408         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
3410         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
3412 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
3416         * vc-bzr.el (vc-bzr-checkout): Simplify.
3418         * image-mode.el (image-mode-fit-frame): New command.
3420         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
3421         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
3422         (keyboard-escape-quit): Check region-active-p i.s.o
3423         transient-mark-mode.
3425 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3427         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
3428         (imap-message-copyuid-1): Use it.
3429         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3430         J. Williams in
3431         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3433 2008-04-02  Alan Mackenzie  <acm@muc.de>
3435         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
3436         New optimised functions to get the name of the current defun/macro.
3438         * add-log.el (add-log-current-defun): Move the functionality which
3439         gets the current function name for C like modes to cc-cmds.el,
3440         thus optimising for speed.
3442 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
3444         * simple.el (deactivate-mark): When the mark is temporarily
3445         active, restore the original value of transient-mark-mode.
3446         (set-mark-command): First deactivate the mark if was temporarily active.
3447         (exchange-point-and-mark): Reactivate the mark if it was
3448         temporarily active.
3449         (handle-shift-selection): New fun.
3450         (transient-mark-mode): Move var documentation here from buffer.c.
3451         (next-line, previous-line, backward-word, move-end-of-line)
3452         (move-beginning-of-line, forward-to-indentation)
3453         (backward-to-indentation, back-to-indentation)
3454         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
3456         * mouse.el (mouse-set-region-1): Save the old value of
3457         transient-mark-mode.
3458         (mouse-drag-track): Ignore the now-obsolete value `identity' for
3459         transient-mark-mode.
3461         * textmodes/paragraphs.el (forward-paragraph)
3462         (backward-paragraph, forward-sentence, backward-sentence): Add ^
3463         interactive spec.
3465         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
3467 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
3469         * net/tramp.el (tramp-make-tramp-temp-file):
3470         Use `tramp-drop-volume-letter' for the local file name part.
3472 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3474         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
3475         Add menu entries corresponding to all the key bindings.
3477         * emacs-lisp/debug.el (debugger-mode-map):
3478         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
3479         (conf-align-assignments): Only work on the region if it is active.
3480         (conf-quote-normal): Use when instead of if.  Remove redundant test.
3482         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3483         for tracing and re-builder.
3485 2008-04-02  Glenn Morris  <rgm@gnu.org>
3487         * calendar/appt.el (appt-disp-window-function): Doc fix.
3488         (appt-display-message): Move beep before display.
3489         (appt-check): Make interactive.  Reduce the number of lets.
3490         Use string-equal to compare mode-line strings.
3491         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
3492         read-only.
3493         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
3494         (appt-delete): Simplify.
3496         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
3498         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3500         * calendar/cal-hebrew.el (list-yahrzeit-dates):
3501         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
3502         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
3504         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
3505         (calendar-holiday-marker, mark-visible-calendar-date):
3506         * calendar/diary-lib.el (fancy-diary-display):
3507         Check for font-lock-mode before using faces.
3509         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
3510         (calendar-gregorian-from-absolute): Reduce the number of lets.
3511         (hebrew-holidays-4, generate-calendar-window): Simplify.
3512         (calendar-for-loop): Make obsolete.
3513         (calendar-nth-named-day): Doc fix.
3515         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
3516         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
3517         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
3518         Reduce the number of lets.
3519         (mark-sexp-diary-entries, calendar-mark-complex):
3520         Expand calendar-for-loops.
3522 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
3524         * find-dired.el (find-dired-filter): Fix last patch to handle
3525         multi-line process input.  Pad link numbers too.
3527 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
3529         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
3531 2008-04-01  Jason Rumney  <jasonr@gnu.org>
3533         * international/characters.el (script-list): Add phonetic script,
3534         covering IPA (previously Latin), Phonetic Extensions and
3535         Phonetic Extensions Supplement (both previously unassigned).
3537         * international/fontset.el (setup-default-fontset): Use unicode fonts
3538         that cover bopomofo script for bopomofo.
3539         Likewise for braille and mathematical.
3540         Use unicode scripts that cover the phonetic script for IPA.
3542 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
3544         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
3545         return the assigned value.
3547 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3549         * abbrev.el (abbrev-mode): Use define-minor-mode.
3551         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
3552         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
3553         Use map-keymap.
3554         (minor-mode-menu-from-indicator): Use it.  Simplify.
3556         * bindings.el (mode-line-mode-menu): Move before (new) first use.
3557         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
3558         Bind the key directly to the menu.
3559         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
3561 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
3563         * epa.el (epa-decrypt-region): Explain the reason why this
3564         function should not be used in Lisp programs.
3565         (epa-decrypt-armor-in-region): Ditto.
3566         (epa-verify-region): Ditto.
3567         (epa-verify-cleartext-in-region): Ditto.
3568         (epa-sign-region): Ditto.
3569         (epa-encrypt-region): Ditto.
3571         * epg.el (epg-start-receive-keys): Fix typo in docstring.
3573         * epa.el (epa-select-keys): Show menu even if there is no key in
3574         GnuPG's keyring.
3576 2008-04-01  Glenn Morris  <rgm@gnu.org>
3578         * calendar/calendar.el (calendar-make-temp-face): New function.
3579         (mark-visible-calendar-date):
3580         * calendar/diary-lib.el (fancy-diary-display): Use it.
3582         * vc-hooks.el (vc-responsible-backend): Declare as function.
3584         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
3585         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
3586         * calendar/cal-julian.el (holiday-julian): Use it.
3588         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
3589         (calendar-hebrew-date-is-visible-p): Extract some common code into
3590         separate function.
3591         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
3593         * calendar/cal-menu.el (cal-menu-holidays-menu):
3594         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
3595         rather than obsolete alias.
3597         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
3598         for mark characters.
3599         (calendar-unmark): Unmark by removing all overlays, rather than
3600         redrawing.
3601         (calendar-starred-day): Remove.
3602         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
3603         (calendar-cursor-to-date): No need for special star handling now
3604         using overlays.
3605         (calendar-star-date): Use overlays.
3607         * calendar/cal-french.el (calendar-goto-french-date):
3608         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
3609         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
3610         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
3611         * calendar/cal-persia.el (calendar-persian-date-string):
3612         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3613         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
3614         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
3615         * calendar/solar.el (solar-equinoxes-solstices):
3616         Reduce nesting of some lets.
3618         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
3619         (calendar-goto-mayan-long-count-date): Simplify.
3621         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
3622         Simplify by using mapcar.
3623         (calendar-list-holidays): Return holiday-list.
3624         (list-holidays): Use let rather than let*.  Remove un-needed locals
3625         `d', `never'.
3626         (calendar-check-holidays): Return result from dolist.
3627         (holiday-float): Use a single let*.  Simplify if-and to and.
3628         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
3629         single let*.
3631 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
3633         * calc/calc.el: Autoload `calc-yank'.
3634         (calc-mode-map): Add keybindings for `calc-yank'.
3635         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
3636         assignments for `calc-yank'.
3638 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
3640         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
3641         (vc-status-mark-buffer-changed): Handle the extra field.
3643         * vc-bzr.el (vc-bzr-after-dir-status):
3644         * vc-cvs.el (vc-cvs-after-dir-status):
3645         * vc-hg.el (vc-hg-after-dir-status):
3646         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
3648 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * doc-view.el: Compute displayed pages first (in PDF).
3651         (doc-view-current-converter-processes): Rename from
3652         doc-view-current-converter-process.  Update users.
3653         (doc-view-sentinel): Test buffer's liveness.
3654         (doc-view-pdf/ps->png-sentinel): Remove.
3655         (doc-view-start-process): New function.
3656         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3657         (doc-view-ps->pdf): Use it.
3658         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
3659         New functions.
3660         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
3661         (doc-view-mode): Kill the processes when leaving the mode.
3663 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
3665         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
3666         Use `byte-compile-warning-types'.  Add docstring.
3668 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
3671         (smerge-resolve): Add various resolution heuristics.
3673         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
3674         in 3-way conflicts.
3676 2008-03-31  Glenn Morris  <rgm@gnu.org>
3678         * calendar/cal-bahai.el (diary-bahai-mark-entries):
3679         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3680         * calendar/cal-islam.el (mark-islamic-diary-entries):
3681         Fix argument order in call to diary-mark-entries-1.
3683         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
3684         pre-Bahai dates.
3685         (holiday-bahai): Use an algorithm actually relevant to this calendar
3686         system.
3688         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
3690         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
3691         Use and.
3693         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
3694         in the last fortnight in Julian October.
3696         * calendar/calendar.el (increment-calendar-month): Optionally handle
3697         systems without 12 months per year.
3699         (calendar-date-is-visible-p): Doc fix.  Simplify.
3701         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
3702         from dolist.
3704 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
3706         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
3707         (hi-lock-unload-function): New function.
3709 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
3711         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
3712         overwriting when NEWNAME is a local file.
3714         * net/trampver.el: Update release number.
3716 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
3718         * vc-git.el: Make vc-status display information about copies,
3719         renames and permission changes.
3720         (vc-git-extra-fileinfo): New defstruct.
3721         (vc-git-escape-file-name, vc-git-file-type-as-string)
3722         (vc-git-rename-as-string, vc-git-permissions-as-string)
3723         (vc-git-status-printer): New functions.
3724         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
3725         (vc-git-after-dir-status-stage1): Look for copies, renames and
3726         permission changes.
3727         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
3728         (vc-git-dir-status): Ask for staged files and renames.
3730 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
3732         * vc.el: Allow backends to display backend specific information in
3733         the vc-status listing.
3734         (vc-status-fileinfo): Add a field for backend specific information.
3735         (vc-status-printer): Rename to ...
3736         (vc-default-status-printer): ... this.
3737         (vc-status-printer): New function.
3738         (vc-update-vc-status-buffer): Set the backend specific file info
3739         if provided.
3741 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3743         * textmodes/remember.el (remember-diary-convert-entry): Revert last
3744         change (ill-conceived).
3746 2008-03-29  Glenn Morris  <rgm@gnu.org>
3748         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
3749         * calendar/cal-julian.el (holiday-julian): Simplify.
3751         * calendar/holidays.el (list-holidays): Use or.
3753 2008-03-29  Juri Linkov  <juri@jurta.org>
3755         * window.el (split-window-preferred-horizontally): New function.
3757         * cus-start.el (split-window-preferred-function):
3758         Set choice for "vertically" to nil instead of split-window.
3759         Set choice for "horizontally" to split-window-preferred-horizontally
3760         instead of lambda.
3762 2008-03-29  Juri Linkov  <juri@jurta.org>
3764         * simple.el (minibuffer-default-add-function): New variable with
3765         the default to minibuffer-default-add-completions.
3766         (minibuffer-default-add-done): New variable.  Make it buffer-local.
3767         (minibuffer-default-add-completions): New function.
3768         (goto-history-element): Set minibuffer-default-add-done to t and
3769         call a function in minibuffer-default-add-function when the
3770         specified absolute history position is greater than the length of
3771         the minibuffer-default list and minibuffer-default-add-done is nil.
3772         Change "^End of history; no next item$" to "^End of defaults;
3773         no next item$".
3775         * bindings.el (debug-ignored-errors): Change "^End of history;
3776         no next item$" to "^End of defaults; no next item$".
3778 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
3782         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
3783         to with-no-warnings.
3785 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
3787         Sync with Tramp 2.1.13.
3789         * net/tramp-ftp.el: Require 'cl when byte-compiling.
3791         * net/trampver.el: Update release number.
3793 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
3795         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
3796         the current backend.
3798         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
3799         (vc-status-refresh): Create a temporary buffer and call the
3800         `dir-status' backend function from that buffer.
3802         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
3803         (vc-bzr-after-dir-status): Don't kill the buffer.
3805         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
3806         (vc-cvs-after-dir-status): Don't kill the buffer.
3808         * vc-git.el (vc-git-dir-status): Don't create a buffer.
3809         (vc-git-after-dir-status-stage2): Don't kill the buffer.
3811         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
3812         (vc-hg-after-dir-status): Don't kill the buffer.
3814         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
3815         (vc-svn-after-dir-status): Don't kill the buffer.
3817 2008-03-29  Glenn Morris  <rgm@gnu.org>
3819         * calendar/calendar.el (diary-file, american-date-diary-pattern)
3820         (european-date-diary-pattern, european-calendar-display-form)
3821         (american-calendar-display-form, diary-display-hook): Doc fixes.
3822         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
3823         custom :set.  Mark as obsolete.
3824         (calendar-date-style, iso-date-diary-pattern)
3825         (iso-calendar-display-form): New user variables.
3826         (diary-date-forms, calendar-date-display-form): Set using
3827         calendar-date-style.  Doc fix.
3828         (calendar-set-date-style): New command.
3829         (european-calendar, american-calendar): Use calendar-set-date-style.
3830         Mark as obsolete.
3832         * calendar/diary-lib.el (number): Move declaration where needed.
3833         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
3834         (diary-make-date): New function.
3835         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
3836         Use diary-make-date.
3837         (diary-date-display-form, diary-insert-entry-1): New functions.
3838         (insert-monthly-diary-entry, insert-yearly-diary-entry):
3839         Use diary-insert-entry-1.
3840         (insert-anniversary-diary-entry, insert-block-diary-entry)
3841         (insert-cyclic-diary-entry): Use diary-date-display-form.
3843         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3844         Autoload diary-insert-entry-1.
3845         * calendar/cal-bahai.el (diary-bahai-insert-entry)
3846         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
3847         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
3848         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
3849         * calendar/cal-islam.el (insert-islamic-diary-entry)
3850         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
3851         Use diary-insert-entry-1.
3853         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
3854         (diary-yahrzeit): Doc fix.  Use diary-make-date.
3856         * calendar/icalendar.el (icalendar--datetime-to-american-date):
3857         New name for icalendar--datetime-to-noneuropean-date.  Make old name
3858         obsolete alias.
3859         (icalendar--datetime-to-iso-date): New function.
3860         (icalendar--datetime-to-diary-date): Doc fix.  Respect
3861         calendar-date-style if bound.
3863         * textmodes/remember.el (remember-diary-convert-entry):
3864         Respect calendar-date-style if bound.
3866 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3868         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
3869         (xterm-mouse-handle-delete-frame): Delete.
3871         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
3872         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
3873         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
3874         in xterm-modify-other-keys-terminal-list.
3876         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
3877         are conflicts.
3879 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
3881         * vc.el (vc-update): Check if the buffer is unsaved only if it
3882         actually exists.
3883         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
3884         vc-print-log.
3886 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3888         * net/dns.el (dns-write): Use set-buffer-multibyte.
3890 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * vc-bzr.el (vc-bzr-sha1): New fun.
3893         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
3894         (vc-bzr-registered): Use it.
3896 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
3898         * vc.el (vc-status-kill-dir-status-process): Simplify.
3899         (vc-status-refresh): Make sure the buffer is live.
3900         (ring): Don't require it, not used.
3902 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
3904         * progmodes/verilog-mode.el (verilog-auto-inout-module):
3905         Add optional regular expression to AUTOINOUTMODULE.
3906         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
3907         (verilog-auto-inst-param, verilog-auto-reg)
3908         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
3909         (verilog-auto-output-every, verilog-auto-input)
3910         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
3911         (verilog-auto-unused, verilog-auto): Update documentation to use
3912         more obvious instance module names versus cell names.
3914 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
3916         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
3917         kill if a process is running.
3919         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
3921 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
3923         * vc.el: Add new backend function 'status-extra-headers.
3924         (vc-default-status-extra-headers): New function.
3925         (vc-status-headers): Call 'status-extra-headers.  Add colors.
3927         * vc-git.el (vc-git-status-extra-headers): New function.
3929 2008-03-28  Glenn Morris  <rgm@gnu.org>
3931         * calendar/cal-menu.el (cal-menu-holidays-menu)
3932         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3933         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
3934         holiday-list is optional.
3935         (calendar-mouse-holidays): Remove un-needed local `l'.
3937         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3938         Remove un-needed local `date'.
3939         (calendar-cursor-to-visible-date): Use let rather than let*.
3940         Remove un-needed local `first-of-month-weekday'.
3942         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
3944         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
3945         Doc fixes.
3946         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
3947         (diary-header-line-flag, diary-header-line-format): Declare.
3948         (diary-pull-attrs): Check for multiple matches.
3949         (diary-list-entries-2): Simplify finding start of date.
3950         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
3951         pop-up-frames.
3952         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
3953         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
3955 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
3957         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
3959         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
3961 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3963         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
3965         * image-mode.el (image-mode-reapply-winprops): Fix last change.
3967 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
3969         * international/mule-conf.el (define-iso-single-byte-charset):
3970         Don't make latin-iso8859-* supplementary.
3971         (#'set-charset-priority): Don't change the priority of charsets
3972         `unicode' and `emacs'.
3974 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3976         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3977         temp buffer.
3979 2008-03-27  Glenn Morris  <rgm@gnu.org>
3981         * calendar/cal-bahai.el (diary-bahai-list-entries):
3982         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3983         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3985         * calendar/calendar.el (diary-file): Doc fix.
3987         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3988         (list-diary-entries-hook, mark-diary-entries-hook)
3989         (include-other-diary-files, diary-mail-entries)
3990         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3991         (diary-set-header): New function.
3992         (diary-header-line-flag, diary-header-line-format):
3993         Use diary-set-header for custom :set function.
3994         (diary-set-maybe-redraw): Use symbol-value rather than eval.
3995         (diary-attrtype-convert): Use intern-soft rather than read.
3996         (diary-display-no-entries): New function.
3997         (simple-diary-display, fancy-diary-display): Use it.
3998         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
3999         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
4001         * calendar/holidays.el (list-holidays): Doc fix.
4003 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
4005         * calc/calc-store.el (calc-read-var-name-history): New variable.
4006         (calc-read-var-name): Use `calc-read-var-name-history'.
4008 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * image-mode.el (image-mode-reapply-winprops): Simplify now that
4011         window-configuration-change-hook works buffer-locally.
4013 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
4015         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
4016         for Emacs Lisp, not Lisp.
4018 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
4020         * help-fns.el (describe-function-1, describe-variable):
4021         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
4023         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
4024         replacement is provided, don't print "use nil instead".
4026 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
4028         * complete.el (PC-do-completion): Use regexp-quote.
4030 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
4032         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
4033         Detect missing files.
4035         * vc-git.el (vc-git-extra-menu-map): New key map.
4036         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
4037         New functions.
4039         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
4040         and 'missing files.
4042 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * calendar/holidays.el (list-holidays): Make Y2 optional.
4046         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
4047         buffers shown to the user.
4048         (appt-disp-window): Disable undo explicitly now that the leading space
4049         is gone.
4051         * simple.el (activate-mark): New function.
4052         (set-mark-command): Use it with region-active-p to clean up the code.
4053         (exchange-point-and-mark): Invert the meaning of C-u when
4054         transient-mark-mode is active.
4056         * dired-aux.el (dired-create-files): Use dolist.
4058         * bindings.el (mode-line-change-eol): Use with-selected-window.
4060         * apropos.el (apropos-command): Include macros.
4062 2008-03-26  Glenn Morris  <rgm@gnu.org>
4064         * calendar/cal-bahai.el: Require calendar, not cal-julian.
4065         (calendar-bahai-epoch): Doc fix.
4067         * calendar/cal-china.el: Explicitly require calendar.
4069         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
4070         Require calendar rather than cal-julian.
4071         Autoload calendar-absolute-from-julian.
4072         * calendar/cal-coptic.el (coptic-calendar-epoch):
4073         * calendar/cal-islam.el (calendar-islamic-epoch):
4074         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
4076         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
4078         * calendar/cal-dst.el: Don't require cal-persia.
4079         (calendar-absolute-from-persian): Autoload it.
4080         (dst-adjust-time): Doc fix.
4082         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
4083         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
4084         calendar.
4086         * calendar/cal-menu.el: Require calendar rather than declaring
4087         functions.
4088         * calendar/calendar.el: Provide calendar before requiring cal-menu.
4090         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
4091         calendar-after-frame-setup-hooks.  Update callers, make old name an
4092         obsolete alias.  Doc fix.
4093         (calendar-frame-1): Doc fix.
4095         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
4097         * calendar/calendar.el (oriental-holidays, solar-holidays):
4098         * calendar/holidays.el (list-holidays): Assume atan always bound.
4100         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
4101         Explicitly require calendar, not cal-julian.
4102         * calendar/lunar.el: Explicitly require cal-dst.
4104 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
4108         * help-fns.el (describe-function-1, describe-variable): If no
4109         replacement is provided, don't print "use nil instead".
4111 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4113         * proced.el: New file.
4115 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4117         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
4119 2008-03-25  Juri Linkov  <juri@jurta.org>
4121         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
4122         in battery-mode-line-format.
4124         * bindings.el (minibuffer-local-map): For the command
4125         file-cache-minibuffer-complete replace keymap minibuffer-local-map
4126         with map which is already locally bound to minibuffer-local-map.
4128 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4130         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
4131         Remove `sort-first' argument.
4133         * subr.el (redisplay-end-trigger-functions)
4134         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
4135         (process-filter-multibyte-p, set-process-filter-multibyte):
4136         Mark as obsolete.
4138 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
4140         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
4141         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
4142         use the LOCAL arg of `add-hook'.
4143         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
4144         Remove spurious * from defcustom docstrings.
4145         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
4146         Fix typos in messages.
4147         (reb-mode-buffer-p): New function.
4148         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
4149         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
4150         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
4151         (reb-update-overlays): Use `unless', `when'.
4152         (re-builder-unload-function): New function.
4154 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
4156         * vc-hooks.el (vc-state): Add documentation for 'missing.
4158 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
4160         * progmodes/verilog-mode.el (verilog-auto-output)
4161         (verilog-auto-input, verilog-auto-inout, verilog-auto)
4162         (verilog-delete-auto): Add optional regular expression to
4163         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
4164         (verilog-signals-matching-regexp): New internal function for
4165         signal matching.
4167 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
4169         * info.el (Info-isearch-search): Always return point.
4171 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4173         * diff-mode.el (diff-remembered-defdir): New var.
4174         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
4176 2008-03-25  Glenn Morris  <rgm@gnu.org>
4178         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
4179         calendar-bahai-prompt-for-date.  Update callers, make old name an
4180         obsolete alias.  Doc fix.
4181         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
4182         coptic-prompt-for-date.  Update callers, make old name an
4183         obsolete alias.  Doc fix.
4184         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
4185         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
4186         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
4187         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
4188         * calendar/cal-iso.el (calendar-iso-read-date): New name for
4189         calendar-iso-read-args.  Update callers, make old name an obsolete
4190         alias.
4191         * calendar/cal-persia.el (calendar-persian-read-date): New name for
4192         persian-prompt-for-date.  Update callers, make old name an
4193         obsolete alias.  Doc fix.  Move definition before use.
4195         * calendar/cal-x.el (diary-frame-parameters)
4196         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
4197         (calendar-frame-1): Doc fixes.
4198         (make-fancy-diary-buffer): Remove declaration.
4199         (calendar-dedicate-diary): Replace call to deleted function
4200         make-fancy-diary-buffer.
4201         (calendar-frame-setup): New function.
4202         (calendar-one-frame-setup, calendar-only-one-frame-setup)
4203         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
4204         work, and mark as obsolete.
4205         (special-display-buffer-names): Don't mess with this; it's not our
4206         business.
4207         (cal-x-load-hook): Defvar it, and mark as obsolete.
4209         * calendar/calendar.el (calendar-remove-frame-by-deleting):
4210         Default to t.  Add to 'calendar group.
4211         (calendar): Doc fix.  Use calendar-frame-setup.
4212         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
4213         (generate-calendar-window): Doc fix.
4215 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4217         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
4219 2008-03-24  Drew Adams  <drew.adams@oracle.com>
4221         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
4222         New variables.
4223         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
4224         (finder-exit): Ignore errors rather than avoiding them.
4225         Kill *Finder-package* buffer also.
4227 2008-03-24  Andreas Schwab  <schwab@suse.de>
4229         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
4231 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
4233         * vc-hg.el (vc-hg-after-dir-status):
4234         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
4236         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
4237         Detect removed files.
4239         * vc.el (vc-status-printer): Use a different face for missing files.
4240         (vc-status-hide-up-to-date): Rename from
4241         vc-status-remove-up-to-date.  Update all callers.
4242         (vc-status-mode-map): Bind C-m.
4244 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
4246         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
4247         code ...
4248         (vc-git--state-code): ... to this new function.
4249         (vc-git-state): Use it.
4251 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
4253         * textmodes/remember.el (remember-mail-date)
4254         (remember-store-in-mailbox): Write date and From line in such a
4255         way that Mutt can read it.
4257 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
4259         * simple.el (transient-mark-mode): Turn on by default.
4261 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
4263         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
4264         'unregistered for unregistered files.
4266         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
4268         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
4270         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
4271         subdirectories.
4273         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
4274         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
4275         Add :enable for vc-status-refresh.
4276         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
4277         (vc-status-tool-bar-map): Add binding for
4278         vc-status-kill-dir-status-process.
4279         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
4280         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
4281         Reset vc-status-process-buffer.
4282         (vc-status-refresh): Don't run two refreshes at a time.
4283         (vc-status): If the buffer is already in vc-status-mode only refresh.
4284         (vc-status-mark-buffer-changed): Add an optional file parameter.
4285         (vc-resynch-buffer): Use it.
4286         (vc-delete-file): Expand the file name before using it.
4287         Be careful to not create a new buffer with the old file contents.
4288         Update the VC state after performing the operation.
4290 2008-03-23  Andreas Schwab  <schwab@suse.de>
4292         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
4293         Fix radio button condition.
4294         [box]: Likewise.
4295         [customize]: Add radio button.
4297 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
4299         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
4300         (calc-user-parse-tables, calc-gnuplot-default-device)
4301         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4302         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4303         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4304         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
4305         (calc-undo-list, calc-redo-list, calc-main-buffer)
4306         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
4307         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
4308         (calc-said-hello, calc-executing-macro, calc-any-selections)
4309         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
4310         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
4311         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
4312         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
4313         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
4314         (calc-create-buffer, calc-quit): Add docstrings.
4316 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
4318         * makefile.w32-in (WINS_ALMOST): Add org.
4320 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
4322         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4323         New functions to implement vc-status support.
4325 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
4327         * vc.el (vc-status-prepare-status-buffer): New function.
4328         (vc-status): Use it.
4330         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
4331         appropriate.
4333 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
4335         * vc-git.el (vc-git--empty-db-p)
4336         (vc-git-after-dir-status-stage1-empty-db): New functions.
4337         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
4338         Add support for empty repositories.
4340 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
4342         * vc-git.el (vc-git-annotate-extract-revision-at-line):
4343         Allow "^" in a version name.
4345         * vc-mtn.el (vc-mtn-state): Support the added state.
4347 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
4349         * org: New directory for Org-mode.
4351         * org/org-export-latex.el: Moved from lisp/texmodes.
4353         * org/org-irc.el: Moved from lisp/texmodes.
4355         * org/org-mac-message.el: Moved from lisp/texmodes.
4357         * org/org-mouse.el: Moved from lisp/texmodes.
4359         * org/org-publish.el: Moved from lisp/texmodes.
4361 2008-03-21  Juri Linkov  <juri@jurta.org>
4363         * comint.el (comint-dynamic-simple-complete):
4364         Use variable `stub' for the second arg `common-substring'
4365         of `comint-dynamic-list-completions'.
4366         (comint-dynamic-list-filename-completions):
4367         Use variable `filenondir' for the second arg `common-substring'
4368         of `comint-dynamic-list-completions'.
4369         (comint-dynamic-list-completions): Add new optional arg
4370         `common-substring'.  Add `common-substring' as the second arg of
4371         the call to `display-completion-list'.  Doc fix.
4373         * comint.el (comint-dynamic-complete-as-filename)
4374         (comint-dynamic-list-filename-completions)
4375         (comint-dynamic-simple-complete): Use `minibuffer-message'
4376         to display message "No completions of %s" when a command
4377         is called in the minibuffer.
4378         (comint-dynamic-simple-complete): Don't display other
4379         completion messages when a command is called in the minibuffer.
4380         (comint-dynamic-list-completions): Use `minibuffer-message'
4381         to display message " [Type space to flush ...]" when a command
4382         is called in the minibuffer.
4384         * shell.el (shell-dynamic-complete-command)
4385         (shell-dynamic-complete-environment-variable): Don't display
4386         completion messages when command is called in the minibuffer.
4388         * emacs-lisp/lisp.el (lisp-complete-symbol):
4389         Use `minibuffer-message' to display message "No completions of %s"
4390         when this command is called in the minibuffer.
4392         * bindings.el (standard-mode-line-modes): Put special help-echo
4393         tooltip on recursive edit %[ %] mode-line constructs.
4395         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
4396         "^No dynamic expansion for .* found$" to allow error messages like
4397         "No dynamic expansion for \"%s\" found in this-buffer".
4399 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4401         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
4402         "psftp".
4404 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
4407         * vc.el (vc-default-dired-state-info): Use just "modified".
4408         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
4409         (vc-cvs-mode-line-string): Make use of the better default.
4410         (vc-cvs-parse-entry): Use the new `added'.
4411         (vc-cvs-dired-state-info): Remove.
4412         * vc-svn.el (vc-svn-dired-state-info): Remove.
4413         * vc-hg.el (vc-hg-dired-state-info): Remove.
4414         * vc-git.el (vc-git-dired-state-info): Remove.
4416 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
4418         * vc-git.el (vc-git-status-result): New variable.
4419         (vc-git-dir-status): Split out ...
4420         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
4421         ... these new functions and work asynchronously.
4423 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
4425         * vc-git.el (vc-git-after-dir-status): Remove.
4426         (vc-git-dired-state-info): Reimplement.
4428 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
4430         * replace.el (occur-mode-map): Add :help.
4432         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
4433         for disassemble.
4435         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
4436         the 'added state.
4437         (vc-status-remove-up-to-date): New function.
4438         (vc-status-mode-map, vc-status-menu-map): Bind it.
4439         (vc-status-printer): Use a different face up-to-date files.
4440         (vc-resynch-buffer): Update the vc-status buffer if it exists.
4441         (Todo): Remove solved entries.
4443         * vc-hg.el (vc-hg-state):
4444         * vc-git.el (vc-git-state):
4445         * vc-cvs.el (vc-cvs-parse-status):
4446         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
4447         state.
4449 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * progmodes/compile.el (compile):
4452         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
4454         * simple.el (minibuffer-local-shell-command-map): New var.
4455         (minibuffer-complete-shell-command, read-shell-command): New funs.
4456         (shell-command, shell-command-on-region): Use them.
4458 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
4460         * vc.el (vc-status-mark-buffer-changed): New function to implement
4461         updating of the *vc-status* buffer when a buffer is saved.
4462         (vc-status-mode): Use it for after-change-hook.
4463         (vc-add-to-vc-status-buffer): Rename to ...
4464         (vc-status-add-entry): ... this.
4465         (Todo): Add new entry.
4467 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4469         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
4471 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
4473         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
4474         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
4475         Remove spurious * from defcustom docstrings.
4476         (icomplete-compute-delay): Fix docstring and remove spurious *.
4477         (icomplete-delay-completions-threshold): Fix typo in docstring and
4478         remove spurious *.
4479         (icomplete-completions): While collecting the list of prospective
4480         candidates, don't overshoot `icomplete-prospects-length'.
4482 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
4484         * textmodes/refbib.el:
4485         * textmodes/reftex.el:
4486         * textmodes/reftex-global.el:
4487         * textmodes/reftex-vars.el:
4488         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
4489         compiler pacifying defvars.
4490         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
4491         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
4492         not needed.
4494 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
4496         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
4497         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
4498         (verilog-customize, verilog-font-customize)
4499         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
4500         (verilog-mode): Update documentation strings to match tool tips.
4501         (verilog-auto-search-do, verilog-auto-re-search-do)
4502         (verilog-skip-forward-comment-or-string): Fix verilog-auto
4503         expansion when a .* appears inside a string.
4504         (verilog-re-search-forward, verilog-re-search-backward):
4505         Add comment to recall how this works.
4506         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
4508 2008-03-20  Glenn Morris  <rgm@gnu.org>
4510         * calendar/calendar.el (calendar-other-dates): New function.
4511         (calendar-print-other-dates): Use calendar-other-dates.
4512         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
4513         the declarations it replaces.
4514         (calendar-mouse-print-dates): Use calendar-other-dates.
4516         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
4517         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
4518         (calendar-absolute-from-bahai): Fix the leap-year case.
4519         (calendar-bahai-from-absolute): Re-use the Gregorian month.
4520         (calendar-bahai-date-string, calendar-bahai-print-date):
4521         Handle pre-Bahai dates.
4523         * calendar/cal-china.el (chinese-calendar-celestial-stem)
4524         (chinese-calendar-terrestrial-branch): Make defcustoms.
4526         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
4527         (calendar-mouse-view-diary-entries): Use or.
4528         (calendar-mouse-chinese-date): Remove unused command.
4529         (cal-menu-load-hook): Mark as obsolete.
4531         * calendar/solar.el (calendar-location-name, calendar-latitude)
4532         (calendar-longitude, solar-arctan, sunrise-sunset)
4533         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
4535 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
4537         * calc/calc.el: Remove outdated comments.
4538         (defcalcmodevar, calc-mode-var-list-restore-default-values)
4539         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
4540         Add docstrings.
4542 2008-03-19  Jason Rumney  <jasonr@gnu.org>
4544         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
4546 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4548         * net/tls.el (open-tls-stream): Reindent.
4550 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
4552         * net/tramp.el (tramp-let-maybe): Removed.
4553         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
4554         It does not exist under XEmacs.
4555         (tramp-handle-file-truename, tramp-handle-expand-file-name)
4556         (tramp-completion-file-name-handler): Let-bind
4557         `directory-sep-char'.
4559         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
4560         `directory-sep-char'.
4562 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * help-fns.el (describe-function-1): Don't signal "missing arglist"
4565         for autoloaded keymaps.
4567         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
4568         (electric-verilog-terminate-line, verilog-in-struct-region-p)
4569         (verilog-backward-ws&directives, verilog-forward-ws&directives)
4570         (verilog-in-comment-p, verilog-in-star-comment-p)
4571         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
4572         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
4573         (verilog-skip-forward-comment-or-string, verilog-in-paren)
4574         (verilog-skip-forward-comment-p): Use it.
4576 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
4578         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
4579         (org-remember-templates, org-time-stamp-rounding-minutes)
4580         (org-back-over-empty-lines, org-find-base-buffer-visiting)
4581         (org-columns-new): Fix typos in docstrings.
4583 2008-03-19  Glenn Morris  <rgm@gnu.org>
4585         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
4586         (tramp-handle-shell-command): Use condition-case rather than
4587         ignore-errors.
4589 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
4591         * diff-mode.el (diff-header): Make the color louder.
4592         (diff-refine-change): Tone the color down.
4594 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
4596         * descr-text.el (describe-char): When `describe-char-unidata-list'
4597         is set to show all properties, list them in the right order.
4599 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4601         * international/mule.el (load-with-code-conversion): Avoid setting
4602         default-enable-multibyte-characters.
4604 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
4606         * vc.el (vc-annotate-background): Fix custom type.
4608 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * descr-text.el (describe-char-unidata-list): Allow specifying
4611         just all properties.
4612         (describe-char): Handle that new value.
4614         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
4616 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
4618         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
4619         instead of file name extension to make docs with uncommon
4620         extensions work.
4622 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
4624         * doc-view.el (require): Require cl at compile time because
4625         `assert' needs it.
4627 2008-03-18  Glenn Morris  <rgm@gnu.org>
4629         * calendar/calendar.el (initial-calendar-window-hook)
4630         (today-visible-calendar-hook): Doc fixes.
4632 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
4634         * net/tramp.el (tramp-root-regexp): Simplify.
4635         (tramp-completion-file-name-regexp-separate): Don't insist on
4636         leading "[".  This prevents method or user or host completion.
4637         (tramp-let-maybe): Autoload it.
4638         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
4639         is an alias for `identity'.
4640         (tramp-handle-write-region): Protect `last-coding-system-used'
4641         over the trailing statements.
4642         (tramp-completion-file-name-handler-post-function): Remove.
4643         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
4644         instead of calling `tramp-drop-volume-letter'.
4646         * net/tramp.el:
4647         * net/tramp-uu.el:
4648         * net/trampver.el: Move coding cookie at the end.
4650 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4652         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
4653         elements which may be something else than characters.
4655 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
4657         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
4658         New functions to implement vc-status support.
4660         * vc.el (vc-default-extra-status-menu)
4661         (vc-add-to-vc-status-buffer): New functions.
4663         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4664         for eldoc and ielm.
4666 2008-03-17  Glenn Morris  <rgm@gnu.org>
4668         * calendar/cal-x.el (diary-frame-parameters)
4669         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
4670         Fix custom type; add options.
4671         (calendar-frame, diary-frame): Doc fixes.
4672         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
4673         new functions.
4674         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
4675         Use calendar-frame-1 and calendar-dedicate-diary.
4676         (calendar-one-frame-setup): Also handle only-one-frame case.
4677         (calendar-only-one-frame-setup): Doc fix.  Just call
4678         calendar-one-frame-setup.
4680         * calendar/diary-lib.el: Re-order some definitions before their use.
4681         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
4682         (diary-list-entries): Doc fixes.
4683         (make-fancy-diary-display): Remove function.
4685         * calendar/calendar.el (calendar-today-marker)
4686         (initial-calendar-window-hook, today-visible-calendar-hook)
4687         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
4688         (calendar-star-date, calendar-mark-today): Doc fixes.
4689         (today-visible-calendar-hook): Add options.
4690         (calendar-in-read-only-buffer): New macro.
4691         (calendar-basic-setup): Adapt for change in calendar-read-date.
4692         Place holiday let inside if.
4693         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
4694         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
4695         (calendar-print-other-dates): Use one let rather than many.
4697         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
4698         (calendar-print-other-dates):
4699         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4700         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
4701         * calendar/holidays.el (calendar-list-holidays, list-holidays)
4702         (calendar-cursor-holidays):
4703         * calendar/lunar.el (calendar-phases-of-moon): Use
4704         calendar-in-read-only-buffer to replace previous code and disable undo.
4706 2008-03-16  Juri Linkov  <juri@jurta.org>
4708         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
4709         and regexp-search-ring-yank-pointer for the HISTPOS argument of
4710         read-from-minibuffer to provide the correct initial minibuffer
4711         history position in isearch-edit-string when it is called from
4712         isearch-ring-adjust.
4714         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
4715         to check if the current buffer is the minibuffer, and in this case
4716         call abort-recursive-edit to kill the minibuffer.  Doc fix.
4717         (kill-this-buffer-enabled-p): Allow this function to return non-nil
4718         when the current buffer is the minibuffer.
4720         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
4722 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
4724         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4725         Use non-nil PARENTS attribute of make-directory instead of
4726         explicitly checking existence the current cache directory.
4728 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
4730         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
4731         M-x epa-file-select-keys.
4733 2008-03-16  Kenichi Handa  <handa@m17n.org>
4735         * international/mule.el (auto-coding-alist):
4736         Use no-conversion-multibyte for archive files.
4738 2008-03-16  Glenn Morris  <rgm@gnu.org>
4740         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
4741         New functions.
4742         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
4743         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
4744         Use calendar-mark-1.
4745         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
4746         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
4747         Use calendar-mark-complex.
4748         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
4749         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
4750         Use calendar-mark-1.
4752         * calendar/calendar.el (calendar-mod): Remove.
4753         * calendar/cal-china.el (calendar-chinese-from-absolute)
4754         (calendar-chinese-date-string): Expand calendar-mod calls.
4755         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
4756         Expand calendar-mod calls.
4758         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
4759         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4760         (diary-bahai-insert-yearly-entry): Use let rather than let*.
4761         Move obsolete aliases after the functions that replaced them.
4763         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
4764         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
4765         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
4766         Use let rather than let*.
4767         (calendar-hebrew-prompt-for-date): New function.
4768         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
4769         (holiday-tisha-b-av-etc): Use unless, let.
4771         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
4772         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
4774         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
4776         * calendar/calendar.el (calendar-for-loop): Add indent spec.
4778         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
4779         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
4780         than concat.
4781         (diary): Remove un-needed let.
4782         (view-other-diary-entries): Rename argument.
4783         (diary-list-entries-2): New function.
4784         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
4785         (print-diary-entries): Use unless.
4786         (diary-mark-entries-1): Change argument order, make all but
4787         markfunc optional.  Handle the standard (Gregorian) case.
4788         Use match-string-no-properties.  Handle marks.
4789         (mark-diary-entries): Use diary-mark-entries-1.
4790         (diary-font-lock-keywords-1): New macro.
4791         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
4793 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
4795         * icalendar.el (icalendar-version): Increase to 0.18.
4796         (icalendar-export-hidden-diary-entries): New variable.
4797         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
4798         In case of error, insert full error-val.
4799         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
4800         Use calendar-day-of-week.  Return the day number.
4801         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
4803 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
4805         * icalendar.el (icalendar-recurring-start-year): New variable.
4806         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
4807         (icalendar-export-region): Ignore hidden diary entries.
4808         (icalendar--convert-ordinary-to-ical): Fix case where event
4809         spans across midnight boundary.
4810         (icalendar-first-weekday-of-year): New function.
4811         (icalendar--convert-weekly-to-ical): Allow user-selectable start
4812         year for recurring events (Mozilla calendars do not propagate
4813         recurring events forever, so year 2000 start date was not working).
4814         (icalendar--convert-yearly-to-ical): Remove extra spaces in
4815         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
4817 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
4819         * net/tramp.el (tramp-root-regexp): New defconst.
4820         (tramp-completion-file-name-regexp-unified)
4821         (tramp-completion-file-name-regexp-separate)
4822         (tramp-completion-file-name-regexp-url): Use it.
4823         (tramp-do-copy-or-rename-file-via-buffer):
4824         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
4825         t for `insert-file-contents-literally'.
4826         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
4827         Autoload it.
4828         (tramp-completion-file-name-handler-post-function): New defconst.
4829         (tramp-completion-file-name-handler): Use it.
4830         (tramp-maybe-open-connection): Update calls to
4831         `tramp-flush-connection-property' for removed 2nd argument.
4833 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
4836         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
4837         New functions.
4839 2008-03-15  Glenn Morris  <rgm@gnu.org>
4841         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
4842         New functions.
4843         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
4844         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4845         (diary-list-entries-1, diary-mark-entries-1): Autoload.
4846         (diary-bahai-list-entries): Use diary-list-entries-1.
4847         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
4848         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
4849         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4850         (diary-list-entries-1, diary-mark-entries-1): Autoload.
4851         (list-hebrew-diary-entries): Use diary-list-entries-1.
4852         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
4853         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
4854         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
4855         (diary-list-entries-1, diary-mark-entries-1): Autoload.
4856         (list-islamic-diary-entries): Use diary-list-entries-1.
4857         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
4859         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
4861         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
4863         * calendar/cal-china.el (number-chinese-months)
4864         (calendar-chinese-from-absolute): Use nth, caar.
4866         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
4868         * calendar/cal-french.el (french-calendar-accents): Doc fix.
4870         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
4871         (calendar-hebrew-month-name-array-leap-year)
4872         (hebrew-calendar-parashiot-names): Make constants.
4873         (diary-parasha): Move definition after constants it uses.
4875         * calendar/cal-html.el (cal-html-insert-link-yearpage)
4876         (cal-html-htmlify-list): Doc fix.
4877         (cal-html-htmlify-entry): Use nth.
4879         * calendar/cal-islam.el (calendar-islamic-month-name-array)
4880         (calendar-islamic-epoch): Make constants.
4881         (calendar-islamic-epoch): Doc fix.
4883         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
4885         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
4886         (cal-tex-month-name): Doc fix.
4887         (cal-tex-last-blank-p): Use zerop.
4889         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
4890         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
4891         (calendar-cursor-to-date): Doc fix.
4892         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
4893         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
4894         (calendar-day-number): Use when.
4895         (generate-calendar-month): Use dotimes.
4896         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
4897         (calendar-set-mark): Reverse conditional.
4898         (calendar-make-alist): Move definition before use.
4900         * calendar/diary-lib.el (diary-face-attrs)
4901         (diary-glob-file-regexp-prefix, diary-selective-display)
4902         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
4903         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
4904         (diary-anniversary, diary-cyclic)
4905         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
4906         (diary-header-line-format): Change wording.
4907         (diary-list-entries): Set `date-start' in let.
4908         (include-other-diary-files, mark-included-diary-files): Use format.
4909         (simple-diary-display, fancy-diary-display): Use cadr, unless.
4910         (mark-diary-entries): Use 1+.
4911         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
4912         (mark-calendar-month): Use dotimes.
4914         * calendar/holidays.el (displayed-month, displayed-year):
4915         Move declarations where needed.
4916         (calendar-list-holidays): Doc fix.
4918         * calendar/parse-time.el (parse-time-string): Simplify.
4920         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
4921         Make constants.
4922         (solar-sunrise-sunset): Rename some local variables for clarity.
4923         (sunrise-sunset): Use zerop.
4924         (solar-mean-equinoxes/solstices): Doc fix.
4926         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
4927         Use nth.
4928         (timeclock-completing-read, timeclock-generate-report): Use zerop.
4929         (timeclock-mean, timeclock-generate-report): Use dolist.
4931         * calendar/todo-mode.el (todo-add-category): Simplify.
4932         (todo-more-important-p, todo-delete-item, todo-file-item):
4933         Use unless, when.
4934         (todo-top-priorities): Use zerop.
4936 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
4938         * buff-menu.el (list-buffers-noselect): Display buffer name in
4939         tooltip instead of mouse binding when it doesn't fit in the list.
4941 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4943         * faces.el (xw-defined-colors):
4944         * simple.el (widget-convert, shell-mode): Declare as functions
4945         instead of autoloading.
4947         * abbrev.el:
4948         * button.el:
4949         * cus-face.el:
4950         * ediff-hook.el:
4951         * emacs-lisp/backquote.el:
4952         * emacs-lisp/timer.el:
4953         * facemenu.el:
4954         * faces.el:
4955         * menu-bar.el:
4956         * simple.el:
4957         * subr.el:
4958         * textmodes/fill.el:
4959         * textmodes/paragraphs.el: Remove autoloads, redundant when the
4960         files are preloaded.
4962 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4964         * desktop.el (desktop-create-buffer): Don't catch errors if
4965         debug-on-error is set.
4967 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
4969         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4970         ($(lisp)/calendar/diary-loaddefs.el)
4971         ($(lisp)/calendar/hol-loaddefs.el): New targets.
4972         (LOADDEFS): New macro.
4973         (autoloads): Depend on $(LOADDEFS).
4975 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
4977         * font-lock.el (featurep): Remove test, not useful anymore.
4978         (facemenu-keymap): Move key binding ...
4979         * facemenu.el (facemenu-keymap): ... here.
4981         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
4982         for each file in the list.
4983         (vc-bzr-log-view-mode): Recognize the file marker.
4985         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4986         for checkdoc and profiling.
4988 2008-03-14  Bastien Guerry  <bzg@altern.org>
4990         * textmodes/flyspell.el (nxml-mode): Add the right
4991         `flyspell-mode-predicate'.
4993         * wid-edit.el (link): Use 'mouse-face for :follow-link.
4995 2008-03-14  Glenn Morris  <rgm@gnu.org>
4997         * calendar/solar.el: Reorder so that functions are defined before use.
4998         (displayed-month, displayed-year): Move declarations where needed.
4999         (solar-get-number): Move definition before use.  Use unless.
5000         (solar-equatorial-coordinates): Simplify.
5001         (solar-sunrise-and-sunset): Use let rather than let*.
5002         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
5004         * startup.el (command-line-1): Rename -internal-script back to
5005         -scriptload (reverts previous change).
5007         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5008         (calendar-bahai-leap-base): Add doc strings.
5009         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
5010         Move definition before use.
5011         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
5012         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
5013         variables outside the loop.  Use dolist.
5014         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
5016         * calendar/cal-china.el: Re-order so that functions are defined before
5017         use.
5018         (displayed-month, displayed-year): Move declarations where needed.
5019         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
5020         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5021         Add doc strings.
5022         (chinese-year-cache): Recenter on 2010.  Doc fix.
5023         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
5024         Doc fix.  Simplify.
5025         (chinese-year-cache-init): New function.
5026         (compute-chinese-year, holiday-chinese-new-year)
5027         (calendar-chinese-date-string, calendar-goto-chinese-date)
5028         (make-chinese-month-assoc-list): Use cadr, nth.
5029         (chinese-months): Remove un-needed let.
5031         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
5032         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
5033         (coptic-prompt-for-date): Move definition before use.
5035         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
5036         (calendar-dst-find-data, calendar-daylight-time-offset)
5037         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5038         (calendar-daylight-savings-starts-time)
5039         (calendar-daylight-savings-ends-time): Use cadr, nth.
5041         * calendar/cal-french.el (french-calendar-epoch)
5042         (calendar-goto-french-date): Doc fix.
5043         (french-calendar-month-name-array)
5044         (french-calendar-multibyte-month-name-array)
5045         (french-calendar-day-name-array, french-calendar-special-days-array):
5046         Add doc strings.
5048         * calendar/cal-hebrew.el (displayed-month, displayed-year)
5049         (original-date): Move declarations where needed.
5050         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
5051         Doc fix.
5052         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
5053         constant variables outside the loop.  Use dolist.
5055         * calendar/cal-islam.el (displayed-month, displayed-year)
5056         (original-date): Move declarations where needed.
5057         (islamic-calendar-day-number): Remove unused local variable `day'.
5058         (calendar-goto-islamic-date): Doc fix.
5059         (holiday-islamic): Use unless.
5060         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
5061         constant variables outside the loop.  Use dolist.
5062         (mark-islamic-calendar-date-pattern): Move definition before use.
5063         Use unless.
5064         (mark-islamic-diary-entries): Doc fix.
5065         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
5066         (insert-yearly-islamic-diary-entry): Use let rather than let*.
5068         * calendar/cal-julian.el (calendar-absolute-from-julian):
5069         Move definition before use.  Remove un-needed local `day'.
5070         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
5072         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
5073         (calendar-mayan-tzolkin-names-array): Add doc strings.
5074         (calendar-mayan-long-count-from-absolute): Use a single let.
5075         (calendar-string-to-mayan-long-count): Simplify.
5076         (calendar-next-haab-date, calendar-previous-haab-date)
5077         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
5078         (calendar-previous-calendar-round-date)
5079         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
5080         Doc fix.
5081         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
5082         (calendar-mayan-date-string, calendar-print-mayan-date)
5083         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
5084         (calendar-mayan-long-count-common-era): Move definitions before use.
5086         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
5087         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
5088         Doc fix.
5089         (calendar-mouse-goto-date): Move definition before use.
5091         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
5092         Move definition before use.
5093         (calendar-cursor-to-visible-date): Move definition before use.
5094         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
5095         and place inside the conditional.
5096         (calendar-forward-day): Simplify.
5097         (calendar-end-of-month): Use unless.
5098         (calendar-goto-day-of-year): Doc fix.
5099         Relocate obsolete aliases after their replacements.
5101         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
5103         * calendar/diary-lib.el (mark-diary-entries): Move some constant
5104         variables outside the diary-date-forms loop.
5106         * calendar/calendar.el (diary-file): Doc fix.
5107         (calendar-buffer-list): Return buffers rather than strings (fixes
5108         previous change).
5109         (hebrew-holidays-4): Fix typo.
5111         * calendar/holidays.el (displayed-month, displayed-year):
5112         Move declarations where needed.
5113         (calendar-holiday-list, calendar-list-holidays)
5114         (holiday-filter-visible-calendar): Move definitions before use.
5115         (list-holidays): Use cadr.
5116         Relocate obsolete aliases after their replacements.
5118         * calendar/lunar.el (date, displayed-month, displayed-year):
5119         Move declarations where needed.
5120         (lunar-phase-list): Move definition after functions it uses.
5121         (calendar-phases-of-moon, diary-phases-of-moon)
5122         (lunar-new-moon-on-or-after): Use cadr, nth.
5123         (lunar-new-moon-on-or-after): Doc fix.
5125         * textmodes/org-irc.el (top-level): CL not required when compiling.
5126         (org-irc-visit-erc): Replace runtime CL functions.
5128         * textmodes/org-publish.el (declare-function): Add compatibility stub.
5129         (org-publish-delete-dups): Declare as function.
5131 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
5133         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
5134         (vc-bzr-show-log-entry): Make regexp match more cases.
5135         (vc-diff-switches-list): Remove autoload, not needed.
5137 2008-03-14  Juri Linkov  <juri@jurta.org>
5139         * isearch.el (isearch-edit-string): Remove one call to
5140         `isearch-push-state' not to push an inconsistent state,
5141         but keep another correct call to `isearch-push-state'.
5142         (isearch-ring-adjust): Call `isearch-push-state' only when
5143         `search-ring-update' is non-nil since `isearch-edit-string'
5144         already pushes its state.
5145         (isearch-message): Improve matching the failed part by checking
5146         if the original message starts with the last successful message.
5148         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
5149         (dired-perm-write): Rename from `dired-warn-writable'.
5150         Change parent face from `font-lock-warning-face' to
5151         `font-lock-comment-delimiter-face'.
5152         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
5153         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
5154         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
5155         with `dired-perm-write-face'.
5157 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
5159         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5160         Create cache dir only if it doesn't already exist.
5162 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5164         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
5165         of \ and '.
5167 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
5169         * net/browse-url.el (browse-url-text-xterm):
5170         Unquote browse-url-text-browser.
5172 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
5174         * textmodes/org-mouse.el: Version number change.
5176         * textmodes/org-publish.el (org-publish-expand-components):
5177         Remove null projects from the list of components.
5178         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
5179         Remove unused retrieval of the :publishing-directory property.
5180         (org-publish-file): Bugfix: when using a relative directory as the
5181         publishing directory, convert it to a directory filename.
5182         (org-publish-project): New alias.
5183         (org-publish-get-files): Protect against empty p.
5184         (org-publish-file): Send an error when file is not part of any project.
5185         (org-publish-file): Offer to refresh the list of files in known
5186         project when the current file is not part of any project.
5187         (org-publish-before-export-hook)
5188         (org-publish-after-export-hook): New hooks.
5189         (org-publish-org-to): Use new hooks and kill buffers.
5190         (org-publish-file): Remove the code for killing buffers.
5191         (org-publish-initialize-files-alist): Use interactive.
5192         (org-publish-file): If the publishing function creates a new
5193         buffer, kill it after publishing.
5194         (org-publish-timestamp-filename): Protect ":" in file name path
5195         under windows.
5197         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
5198         change that killed the LaTeX buffer.
5200         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
5201         in the decision tree.
5202         (org-select-remember-template): Clean the code.
5203         (org-prepare-dblock): Add the extra :content parameter.
5204         (org-write-agenda): New output type ".ics" files.
5205         (org-write-agenda): Call `org-icalendar-verify-function', both for
5206         time stamps and for TODO entries.
5207         (org-agenda-collect-markers, org-create-marker-find-array)
5208         (org-check-agenda-marker-table): New functions.
5209         (org-agenda-marker-table): New variable.
5210         (org-export-as-html): Revert the change that killed the html
5211         buffer.  Side effects first need to be studied carefully.
5212         (org-get-tags-at): Fix the structure of the condition-case statement.
5213         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
5214         (org-timestamp-change): Fix regulear expressions to swallow the
5215         extra character for repeat-shift control.
5216         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
5217         (org-get-legal-level): Alias to `org-get-valid-level'.
5218         (org-dblock-write:clocktable): Add a :link parameter, linking
5219         headlines to their location in the Org agenda files.
5220         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
5221         throwing an error when getting tags before headlines.
5222         (org-timestamp-change, org-modify-ts-extra)
5223         (org-ts-regexp1): Fix timestamp editing.
5224         (org-agenda-custom-commands-local-options): New constant.
5225         (org-agenda-custom-commands):
5226         Use `org-agenda-custom-commands-local-options' to improve customize
5227         type.  "htmlize": Removed hack to fix face problem with htmlize,
5228         it no longer seem necessary.
5229         (org-follow-link-hook): New hook.
5230         (org-agenda-custom-commands): Add "Component" as a tag for each
5231         item in a command serie.
5232         (org-open-at-point): Run `org-follow-link-hook'.
5233         (org-agenda-schedule): Bugfix: don't display marker type when it
5234         is nil.
5235         (org-store-link): org-irc required.
5236         (org-set-regexps-and-options): Parse the new logging options.
5237         (org-extract-log-state-settings): New function.
5238         (org-todo): Handle the new ways of recording state change stuff.
5239         (org-local-logging): New function.
5240         (org-columns-open-link): Fix bug with opening link in column view.
5241         (org-local-logging): New function
5242         (org-todo): Make sure that LOGGING properties are honoured.
5243         (org-todo-keywords): Improve docstring.
5244         (org-startup-options): Cleanup startup options.
5245         (org-set-regexps-and-options): Process the "!" markers.
5246         (org-todo): Respect the new logging stuff.
5247         (org-log-note-how): New variable.
5248         (org-add-log-maybe): New parameter HOW that defines how logging
5249         should be done and also overrides PURPOSE.  Add a docstring.
5250         (org-add-log-note): Check if we really need to ask for a note.
5251         (org-get-current-options): Digest the new keyword.
5252         (org-agenda-reset-markers): Rename from
5253         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
5254         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
5255         function, without force argument.
5256         (org-buffer-property-keys): Bind local variables s and p.
5257         (org-make-tags-matcher): Allow "" to match an empty or
5258         non-existent property value.
5259         (org-export-as-html): Join unsorted lists when they directly
5260         follow each other.  Such lists may be created by headlines that
5261         are converted to lists.
5262         (org-nofm-to-completion): New function.
5263         (org-export-as-html): Use :html-extension instead of
5264         org-export-html-extension.
5265         (org-store-link): Support for links from `rmail-summary-mode'.
5266         (org-columns-new, org-complete, org-set-property): Set the
5267         `include-columns' argument in the call to
5268         `org-buffer-property-keys'.
5269         (org-buffer-property-keys): New argument `include-columns', to
5270         include properties expected by any of the COLUMS formats in the
5271         current buffer.
5272         (org-cleaned-string-for-export): Get rid of drawers first, so that
5273         they will be removed also in the text before the first headline.
5274         (org-clock-report): Show the clocktable when found.
5275         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
5276         (org-version): With prefix argument, insert `org-version' at point.
5277         (org-agenda-goto): Recenter the window after finding the target
5278         location, to make sure the correct position will be displayed.
5279         (org-agenda-get-deadlines): Don't scale priority with the warning
5280         period.
5281         (org-insert-heading): Don't break line in the middle of the line.
5282         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
5283         be 0.
5284         (org-update-checkbox-count): Revamp to deal with hierarchical
5285         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
5286         (org-remove-timestamp-with-keyword): New function.
5287         (org-schedule, org-deadline):
5288         Use `org-remove-timestamp-with-keyword' to make sure all such time
5289         stamps are removed.
5290         (org-mode): Support for `align'.
5291         (org-agenda-get-deadlines): Make sure priorities increase as the
5292         due date approaches and is passed.
5293         (org-remember-apply-template): Fix problem with tags that
5294         contain "_" or "@".
5295         (org-make-link-regexps): Improve the regular expression for plain links.
5296         (org-agenda-get-closed): List each clocking entry.
5297         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
5298         (org-special-ctrl-k): New option.
5299         (org-kill-line): New function.
5300         (org-archive-all-done): Fix incorrect number of stars in regexp.
5301         (org-refile-get-location): New function.
5302         (org-refile-goto-last-stored): New function.
5303         (org-global-tags-completion-table): Add the value of org-tag-alist
5304         in each buffer, to make sure that also unused tags will be
5305         available for completion.
5306         (org-columns-edit-value)
5307         (org-columns-next-allowed-value): Only update if not in agenda.
5308         (org-clocktable-steps): New function.
5309         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
5310         (org-archive-subtree): Add the outline tree context as a property.
5311         (org-closest-date): New optional argument `prefer'.
5312         (org-goto-auto-isearch): New option.
5313         (org-goto-map, org-get-location): Implement auto-isearch.
5314         (org-goto-local-auto-isearch-map): New variable.
5315         (org-goto-local-search-forward-headings)
5316         (org-goto-local-auto-isearch): New functions.
5318 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
5320         * textmodes/org-irc.el: New file.
5322 2008-03-13  John Wiegley  <johnw@gnu.org>
5324         * textmodes/org-mac-message.el: New file.
5326 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
5328         * font-lock.el (font-lock-comment-face): Set the foreground for
5329         the light background 8 colors case.
5331 2008-03-13  Glenn Morris  <rgm@gnu.org>
5333         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
5334         generate-autoload-cookie patterns.
5336         * startup.el (command-line-1): Rename -scriptload to -internal-script.
5338         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
5339         (MH_E_SRC): Remove variable.
5340         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
5341         Simplify file header.  Use $@ for generated-autoload-file.
5343         * Makefile.in (LOADDEFS): New variable.
5344         (AUTOGENEL): Use $LOADDEFS.
5345         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
5346         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
5347         ($(lisp)/calendar/hol-loaddefs.el): New targets.
5348         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5349         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
5350         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
5351         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
5352         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
5353         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
5354         Add calendar-specific autoload cookies, and remove any setting of
5355         generated-autoload-file.
5356         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
5357         * calendar/diary-lib.el: Replace explicit autoloads with reading of
5358         diary-loaddefs.
5359         * calendar/holidays.el: Replace explicit autoloads with reading of
5360         hol-loaddefs.
5362         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
5363         (calendar-buffer-list): Simplify.
5364         (generate-calendar-window): Use calendar-mark-holidays rather than
5365         obsolete alias.
5367         * calendar/cal-hebrew.el (list-yahrzeit-dates):
5368         Use cal-hebrew-yahrzeit-buffer.
5370         * calendar/cal-x.el (calendar-only-one-frame-setup)
5371         (calendar-two-frame-setup): Doc fixes.
5372         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
5374         * calendar/appt.el (appt-mode-string): Mark as risky.
5375         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
5377         * calendar/cal-html.el (diary-list-entries):
5378         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
5379         (calendar-iso-from-absolute): Fix autoloads.
5381         * calendar/cal-iso.el (calendar-absolute-from-iso)
5382         (calendar-iso-read-args): Simplify.
5383         (calendar-iso-date-string, calendar-iso-read-args)
5384         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
5386         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
5387         (displayed-month, displayed-year): Move declarations where needed.
5388         (calendar-print-astro-day-number): Doc fix.
5390         * calendar/cal-persia.el (persian-calendar-month-name-array)
5391         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
5392         (persian-prompt-for-date): Remove local variable `today'.
5394         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
5396         * calendar/solar.el (solar-moment, solar-exact-local-noon)
5397         (solar-sunrise-sunset, solar-sunrise-sunset-string)
5398         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
5399         (diary-sabbath-candles, solar-equinoxes/solstices)
5400         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
5401         (solar-time-equation, solar-date-to-et): Simplify.
5403         * mail/supercite.el: Remove the `function' in `(function (lambda'.
5404         Replace `(car (cdr' with cadr'.
5406         * progmodes/f90.el (f90-font-lock-n): New function.
5407         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
5408         Use f90-font-lock-n.
5409         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
5411         * progmodes/f90.el (f90-mode-abbrev-table):
5412         * progmodes/fortran.el (fortran-mode-abbrev-table):
5413         Use newer form of define-abbrev, where supported.  No need to bind
5414         abbrevs-changed for system abbrevs.
5416 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
5419         delete-frame-functions.
5421         * bookmark.el (Info-current-node): Remove.
5423 2008-03-12  Juri Linkov  <juri@jurta.org>
5425         * help.el (describe-project): Remove defaliases for view-todo and
5426         describe-project that are now unnecessary after the merge from
5427         emacs--rel--22 that added define-obsolete-function-alias.
5429         * startup.el (inhibit-startup-screen): Revert incomplete
5430         2008-03-10 merge from emacs--rel--22 that partly reverted
5431         2008-02-28 change that added initial message to *scratch* buffer
5432         regardless of the value of `inhibit-startup-screen'.
5433         Now keep this change in the trunk, but not in the 22 branch.
5435 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5437         * international/quail.el (quail-setup-completion-buf, quail-help):
5438         * mail/binhex.el (binhex-decode-region-internal):
5439         * mail/uudecode.el (uudecode-decode-region-internal):
5440         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5441         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5442         setting default-enable-multibyte-characters.
5444         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
5446         * comint.el: Fix up indentation and comment style.  Remove `function'.
5448         * international/mule-cmds.el (reset-language-environment)
5449         (set-language-environment-nonascii-translation):
5450         Don't set-unibyte-charset.
5452         * doc-view.el: Remove all cb-args, use closures instead.
5453         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
5454         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
5455         doing an incorrect check).  Update all callers to use the new name.
5456         (doc-view-doc->txt): Add missing `txt' argument.
5458 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
5460         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
5461         md5 sum calculation to single-byte.
5463 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5465         * doc-view.el (doc-view-new-window-function): Add assertion.
5466         (doc-view-doc-type): New var.
5467         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
5468         (doc-view-intersection): New fun.
5469         (doc-view-mode): Use it to set the new var.
5471 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
5473         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
5474         (doc-view-already-converted-p): New functions.
5475         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
5476         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
5477         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5478         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5479         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
5480         (doc-view-convert-current-doc): Don't hardwire the functions the
5481         sentinels call.  Now they're provided by two args CALLBACK and
5482         CB-ARGS to the functions.
5483         (doc-view-search): Use doc-view-doc->txt.
5484         (doc-view-initiate-display): Use doc-view-already-converted-p.
5485         Mention new binding C-c C-t if doc-view-mode doesn't work.
5487 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
5489         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
5491 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5493         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5494         Mark " outside of tags as punctuation.
5496 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * menu-bar.el (minibuffer-local-map): Use the same command for the
5499         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
5500         Prefer RET over C-j for exit-minibuffer.
5502         * files.el (display-buffer-other-frame): Eliminate problematic code.
5504         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
5505         (menu-bar-select-buffer): Remove.
5506         (menu-bar-select-frame): Make non-interactive and take a frame arg.
5507         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
5509 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
5511         * icomplete.el (icomplete-completions): Remove obsolete code.
5513         * net/net-utils.el (iwconfig-program-options): Doc fix.
5514         (net-utils-run-program, run-network-program): Define as functions.
5516 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
5518         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
5520 2008-03-11  Glenn Morris  <rgm@gnu.org>
5522         * faces.el (mode-line-emphasis): New face.
5523         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
5525         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
5527 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
5529         * simple.el (set-mark-command): Doc fix.
5531 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5533         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
5535         * emacs-lisp/autoload.el (autoload-find-destination):
5536         Don't force raw-text.
5538         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
5539         * calendar/cal-loaddefs.el: Don't version control.
5541 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
5543         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
5544         entries and add :help to the existing ones.
5546 2008-03-10  Glenn Morris  <rgm@gnu.org>
5548         * calendar/cal-hebrew.el (date, entry, number): Move declarations
5549         to where they are needed.
5551         * calendar/calendar.el (diary-file, hebrew-holidays-1)
5552         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5553         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
5554         (calendar-version): Doc fixes.
5555         (calendar-absolute-from-gregorian): Use zerop.
5556         (calendar-mode-line-format): Make it a defcustom.
5558         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
5559         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
5560         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
5561         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
5562         (mark-included-diary-files, mark-calendar-days-named)
5563         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
5564         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
5565         (insert-monthly-diary-entry, insert-yearly-diary-entry)
5566         (insert-anniversary-diary-entry, insert-block-diary-entry)
5567         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
5568         (diary-font-lock-sexps): Doc fixes.
5569         (diary-remind-message, mark-calendar-month): Use zerop.
5570         (diary-attrtype-convert, diary-pull-attrs): Simplify.
5571         (diary-list-entries): Revert let to let* (previous change).
5573         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
5575 2008-03-10  Kim F. Storm  <storm@cua.dk>
5577         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
5578         function aliases for the old names.
5580 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
5582         * iswitchb.el (iswitchb-use-faces): Doc fix.
5583         (iswitchb-buffer-ignore, iswitchb-read-buffer):
5584         Fix typos in docstrings.
5586 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
5588         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
5589         Fix typo.
5590         (verilog-type-font-keywords): Reindent.
5592 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
5594         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
5595         grouping-keyword regular expression.
5596         (verilog-font-lock-keywords): Allow users to toggle special
5597         highlight of grouping-keywords.
5598         (verilog-highlight-grouping-keywords): The toggle for special
5599         highlighting of grouping keywords.
5601 2008-03-10  Juri Linkov  <juri@jurta.org>
5603         * startup.el: Revert 2008-02-28 change that adds initial message
5604         to *scratch* buffer regardless of the value of
5605         `inhibit-startup-screen'.
5607 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
5609         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
5610         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
5611         * progmodes/verilog-mode.el (verilog-mode):
5612         * net/socks.el (socks):
5613         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
5615 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5617         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
5618         (doc-view-bookmark-make-record): Use them.
5619         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
5620         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
5622         * bookmark.el (bookmark-make-record-function): Change expected return
5623         value to include a suggested bookmark name.
5624         (bookmark-make): Split into bookmark-make-record and bookmark-store.
5625         Fix reversed `overwrite' semantics.
5626         (bookmark-set): Call bookmark-make-record before prompting the user.
5627         Then pass the result to bookmark-store later on.
5628         (bookmark-make-name-function): Remove.
5629         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
5630         * info.el (bookmark-make-name-function): Remove.
5631         (Info-mode): Don't set it.
5632         (Info-bookmark-make-name): Remove.
5633         (Info-bookmark-make-record): Use Info-current-node as suggested default
5634         bookmark name.
5636         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
5637         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
5638         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
5639         (bookmark-annotation-buffer, bookmark-annotation-file)
5640         (bookmark-annotation-point, bookmark-send-annotation)
5641         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
5642         (bookmark-edit-annotation-text-func): Rename from
5643         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
5644         (bookmark-edit-annotation-mode-map): Move initialization into
5645         declaration.
5647         * bookmark.el: Remove spurious * in docstrings.
5648         (bookmark-minibuffer-read-name-map): New var.
5649         (bookmark-set): Use it.  Also pass the default value as it should.
5650         (bookmark-send-edited-annotation): Take no chances with text properties.
5651         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
5652         (bookmark-insert-buffer-name): Remove.
5653         (bookmark-buffer-file-name): Signal an error rather than returning nil.
5655 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
5657         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
5659 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
5661         * diff-mode.el (diff-mode-menu): Add :help.
5663 2008-03-09  Glenn Morris  <rgm@gnu.org>
5665         * calendar/calendar.el (general-holidays, oriental-holidays)
5666         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
5667         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
5668         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
5669         (calendar-holidays): Restore autoload cookies, because people are
5670         used to using these variables without loading calendar.el.
5672         * calendar/cal-islam.el (diary-islamic-date): Move to end.
5673         (date, number): Declare where needed.
5675         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
5676         (list-sexp-diary-entries): Doc fixes.
5677         (diary-list-entries): Doc fix.  Remove free variable `entry'.
5678         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
5679         Simplify setting of `date-holiday-list'.
5680         (mark-diary-entries): Remove free variable `entry'.
5681         (diary-list-entries, include-other-diary-files, fancy-diary-display):
5682         Use let where let* is not needed.
5684 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5686         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
5687         make-record function, instead paste it in afterwards.
5688         (bookmark-make-record-for-text-file):
5689         * doc-view.el (doc-view-bookmark-make-record):
5690         * info.el (Info-bookmark-make-record): Don't mess with annotations.
5692 2008-03-08  Glenn Morris  <rgm@gnu.org>
5694         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
5696 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5698         * calendar/diary-lib.el (diary-list-entries)
5699         (include-other-diary-files, mark-diary-entries)
5700         (mark-sexp-diary-entries, mark-included-diary-files)
5701         (diary-entry-time, list-sexp-diary-entries): Remove the special
5702         handling of ^M that dates back to the use of selective-display.
5703         (simple-diary-display): Obey setting of pop-up-frames.
5704         (body, entry): Remove unnecessary declarations.
5706         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
5707         (bookmark-get-annotation, bookmark-set-annotation)
5708         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5709         (bookmark-set-position, bookmark-get-front-context-string)
5710         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5711         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
5712         * info.el (Info-bookmark-make-record): Don't bother recording point.
5713         (bookmark-get-filename, bookmark-get-front-context-string)
5714         (bookmark-get-rear-context-string, bookmark-get-position):
5715         Don't declare any more.
5716         (bookmark-get-info-node): Remove.
5717         (bookmark-prop-get): Declare.
5718         (Info-bookmark-jump): Use it.
5720 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
5722         * subr.el (while-no-input): Don't splice BODY directly into the
5723         `or' form.
5725 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
5727         * diff-mode.el (diff-ignore-whitespace-hunk):
5728         Bind inhibit-read-only before trying to change the buffer.
5730 2008-03-08  Glenn Morris  <rgm@gnu.org>
5732         * calendar/appt.el (appt): Move custom group here from calendar.el.
5733         (appt-disp-window, appt-convert-time): Doc fixes.
5735         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
5736         (calendar-bahai-mark-date-pattern):
5737         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
5738         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
5739         * calendar/cal-julian.el (calendar-absolute-from-julian):
5740         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
5742         * calendar/cal-china.el (chinese-calendar): Move custom group here from
5743         calendar.el.
5744         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5745         Make constants.
5746         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
5747         (chinese-calendar-daylight-savings-starts)
5748         (chinese-calendar-daylight-savings-ends)
5749         (chinese-calendar-daylight-savings-starts-time)
5750         (chinese-calendar-daylight-savings-ends-time)
5751         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
5752         Doc fixes.
5754         * calendar/cal-coptic.el (coptic-name): Add doc string.
5756         * calendar/cal-french.el (french-calendar-month-name-array)
5757         (french-calendar-day-name-array, french-calendar-special-days-array):
5758         Add doc strings.
5760         * calendar/cal-bahai.el (diary-bahai-mark-entries)
5761         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5762         (diary-bahai-insert-yearly-entry):
5763         * calendar/cal-dst.el (calendar-next-time-zone-transition)
5764         (calendar-time-zone):
5765         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
5766         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
5767         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
5768         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
5769         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
5770         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
5771         (list-islamic-diary-entries, mark-islamic-diary-entries)
5772         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
5773         (insert-yearly-islamic-diary-entry):
5774         * calendar/cal-iso.el (calendar-iso-read-args):
5775         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
5776         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
5777         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
5778         (calendar-next-calendar-round-date)
5779         (calendar-mayan-long-count-common-era):
5780         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
5781         (cal-menu-x-popup-menu, calendar-mouse-holidays)
5782         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
5783         (calendar-mouse-goto-date):
5784         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5785         * calendar/holidays.el (holidays):
5786         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
5787         * calendar/time-date.el (date-to-time, time-subtract, time-add)
5788         (safe-date-to-time): Doc fixes.
5790         * calendar/cal-persia.el (persian-calendar-month-name-array)
5791         (persian-calendar-epoch): Make constants.
5793         * calendar/cal-tex.el (calendar-tex): Move custom group here from
5794         calendar.el.
5796         * calendar/cal-x.el (diary-frame-parameters)
5797         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
5798         (calendar-after-frame-setup-hooks): Make defcustoms.
5799         (calendar-one-frame-setup, calendar-only-one-frame-setup)
5800         (calendar-two-frame-setup): Doc fix.
5802         * calendar/cal-loaddefs.el: New file.
5804         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5805         * calendar/cal-french.el, calendar/cal-html.el:
5806         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
5807         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
5808         * calendar/cal-tex.el, calendar/cal-x.el:
5809         Unquote lambda functions.  Add autoload cookies to functions formerly
5810         autoloaded in calendar.el.  Set `generated-autoload-file' to
5811         "cal-loaddefs.el".
5813         * calendar/calendar.el: Move many autoloads to separate file,
5814         cal-loaddefs.el.  Move defcustoms to start and re-order.
5815         (calendar-month-name-array, calendar-starred-day): No need to
5816         declare for compiler.
5817         (cal-loaddefs): Require it.
5818         (appt, chinese-calendar, calendar-tex): Move custom groups to the
5819         appropriate file.
5820         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
5821         Reverse logic.
5822         (diary-face, diary-file-name-prefix-function, diary-include-string)
5823         (diary-glob-file-regexp-prefix, diary-face-attrs)
5824         (diary-file-name-prefix, sexp-diary-entry-symbol)
5825         (print-diary-entries-hook, list-diary-entries-hook)
5826         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5827         (nongregorian-diary-marking-hook, diary-list-include-blanks):
5828         Move to diary-lib.
5829         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5830         (all-bahai-calendar-holidays): Doc fix.
5831         (calendar-insert-indented): Doc fix.  Use when rather than if.
5832         (exit-calendar): Use mapc rather than mapcar.
5833         (calendar-cursor-to-date): Use zerop.
5834         (calendar-mark-ring): Add doc-string.
5835         (calendar-starred-day): Defvar it.
5836         (calendar-mode): Make calendar-starred-day local.
5837         (calendar-star-date): No need to make calendar-starred-day local.
5839         * calendar/diary-lib.el: Move defcustoms to start.
5840         (diary-include-string, diary-list-include-blanks)
5841         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
5842         (diary-file-name-prefix, diary-file-name-prefix-function)
5843         (sexp-diary-entry-symbol, list-diary-entries-hook)
5844         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
5845         (nongregorian-diary-marking-hook, print-diary-entries-hook):
5846         Move here from calendar.el.
5847         (diary-file-name-prefix-function): Use 'identity.
5848         (diary-face): Make it a defcustom, and mark as obsolete.
5849         (top-level): No need to require cal-hebrew, cal-islam when compiling.
5850         (calendar-hebrew-month-name-array-leap-year)
5851         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
5852         Define for compiler.
5853         (diary-font-lock-keywords): Use format rather than concat.
5854         Add bahai-diary-entry-symbol.
5856         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
5857         * calendar/solar.el: Unquote lambda functions.
5859         * calendar/solar.el (calendar-location-name, calendar-latitude)
5860         (calendar-longitude, solar-setup, solar-sin-degrees)
5861         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
5862         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
5863         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
5864         (solar-exact-local-noon, solar-julian-ut-centuries)
5865         (solar-ephemeris-time, solar-date-next-longitude)
5866         (solar-horizontal-coordinates, solar-equatorial-coordinates)
5867         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
5868         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
5869         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
5870         Doc fixes.
5871         (solar-horizontal-coordinates, solar-equatorial-coordinates)
5872         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
5873         (solar-ecliptic-coordinates): Use unless.
5874         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
5875         Use or.
5877         * calendar/timeclock.el: Add doc-strings to all functions.
5878         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
5879         (timeclock-entry-list-length, timeclock-entry-list-projects)
5880         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
5882         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
5884         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
5885         (org-get-entries-from-diary): Require diary-lib.
5887 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
5889         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
5890         Pacify byte-compiler.
5892 2008-03-07  Alan Mackenzie  <acm@muc.de>
5894         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
5895         paren/bracket pairs parsed, to solve performance problem.
5897 2008-03-07  Bastien Guerry  <bzg@altern.org>
5899         * bookmark.el (bookmark-set): Don't check for
5900         `bookmark-make-name-function' since `bookmark-buffer-file-name'
5901         already takes care of this.
5902         (bookmark-buffer-name, bookmark-buffer-file-name):
5903         Remove Info-mode specific code.
5905         * info.el (bookmark-get-info-node): Define this function in
5906         info.el, not in bookmark.el.
5907         (Info-mode): Set `bookmark-make-name-function' to
5908         `Info-bookmark-make-name' locally.
5909         (Info-bookmark-make-name): New function.
5911         * bookmark.el (bookmark-make-name-function): New variable.
5913 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5915         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
5916         buffer-local, not `bookmark-make-cell-function' (the old name).
5918 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
5920         * doc-view.el (doc-view-bookmark-make-record):
5921         * image-mode.el (image-bookmark-make-record):
5922         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
5924 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
5926         * vc.el (vc-status-menu-map-filter): Return orig-binding if
5927         boundp 'vc-ignore-menu-filter.
5928         (vc-status-tool-bar-map): Make it defvar.
5929         (vc-status-mode): vc-status-tool-bar-map now variable.
5930         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
5932 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5934         Give a better name to part of the bookmark interface.
5936         This was originally a much larger change, but halfway through I
5937         updated and discovered that Stefan Monnier had done the rest.
5938         It looks like he anticipated the new name too, because he used
5939         `the-record' instead of `the-cell' for some internal variable names.
5941         * bookmark.el (bookmark-make-record-function): Was
5942         `bookmark-make-cell-function'.
5943         (bookmark-make, bookmark-send-annotation): Update for above.
5944         (bookmark-make-record-for-text-file):
5945         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
5947         * info.el: Adjust accordingly.
5948         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
5950         * image-mode.el: Adjust accordingly.
5951         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
5953         * doc-view.el: Adjust accordingly.
5954         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
5956 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5958         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
5959         Move initialization into declaration.
5960         (bookmark-get-info-node, bookmark-set-info-node): Remove.
5961         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
5962         (bookmark-info-current-node): Remove.
5963         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
5964         Add relocation fallback.  Set bookmark-current-bookmark.
5965         (bookmark-default-handler): Rename from bookmark-jump-noselect.
5966         Remove relocation fallback.  Don't set bookmark-current-bookmark.
5967         (bookmark-set): Let it be used even if there's no buffer-file-name
5968         as long as there is a bookmark-make-cell-function.
5969         * info.el (Info-bookmark-jump): Remove relocation fallback.
5970         Don't set bookmark-current-bookmark.
5972 2008-03-07  Glenn Morris  <rgm@gnu.org>
5974         * calendar/appt.el (appt-issue-message)
5975         (appt-message-warning-time, appt-audible, appt-visible)
5976         (appt-msg-window, appt-display-mode-line, appt-display-duration)
5977         (appt-display-diary): Remove autoload cookies.
5979         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5980         Remove leading `*' from defcustom doc-strings.
5982         * calendar/cal-dst.el (calendar-dst): New custom group.
5983         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5984         (calendar-time-zone, calendar-daylight-time-offset)
5985         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5986         (calendar-daylight-savings-starts-time)
5987         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5988         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5989         Move to start.
5991         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5993         * calendar/calendar.el (calendar-version): Use emacs-version and
5994         make it obsolete.  Move to end.
5995         (calendar-offset, view-diary-entries-initially)
5996         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5997         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5998         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5999         (all-bahai-calendar-holidays, calendar-load-hook)
6000         (initial-calendar-window-hook, today-visible-calendar-hook)
6001         (today-invisible-calendar-hook, calendar-move-hook)
6002         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
6003         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
6004         (diary-include-string, sexp-diary-entry-symbol)
6005         (abbreviated-calendar-year, american-date-diary-pattern)
6006         (european-date-diary-pattern, european-calendar-display-form)
6007         (american-calendar-display-form, print-diary-entries-hook)
6008         (list-diary-entries-hook, diary-hook, diary-display-hook)
6009         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6010         (nongregorian-diary-marking-hook, diary-list-include-blanks)
6011         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
6012         (local-holidays, other-holidays, hebrew-holidays-1)
6013         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6014         (hebrew-holidays, christian-holidays, islamic-holidays)
6015         (bahai-holidays, solar-holidays, calendar-setup)
6016         (calendar-week-start-day): Remove autoload cookies.
6017         (diary-glob-file-regexp-prefix): Doc fix.
6018         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
6019         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
6020         (calendar-week-start-day, calendar-debug-sexp): Move to start.
6022         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
6023         (calendar-time-display-form, calendar-latitude)
6024         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
6025         cookies.
6026         (calendar-latitude, calendar-longitude): Move functions after
6027         variables.
6028         (diary-sabbath-candles-minutes): Move to start.
6029         (solar-setup): Use or rather than if.
6030         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
6031         Remove condition-case.
6032         (solar-atn2): Use zerop.
6033         (solar-equinoxes-solstices): Doc fix.
6035         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
6036         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
6038         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
6039         (calendar-longitude, calendar-latitude, calendar-location-name):
6040         Declare for compiler.
6042 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * arc-mode.el (archive-ar-file-header-re): New const.
6045         (archive-ar-summarize, archive-ar-extract): New funs.
6046         (archive-find-type): Recognize ar archives.
6048         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
6049         New functions.
6051         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
6053 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
6055         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6056         Replace :enable (mark-active) with :enable mark-active.
6058 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
6060         * vms-patch.el (make-legal-file-name): New obsolete alias.
6061         (make-valid-file-name): Rename from `make-legal-file-name'.
6062         (make-auto-save-file-name): Use it.
6064         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
6065         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
6066         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
6068         * textmodes/org.el (org-export-html-style): Doc fix.
6069         (org-get-legal-level): New obsolete alias.
6070         (org-get-valid-level): Rename from `org-get-legal-level'.
6071         (org-promote, org-demote, org-archive-subtree)
6072         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
6074 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
6076         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
6078         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
6079         (vc-status-toggle-mark): New functions.
6080         (vc-status-mode): Set tool bar map.
6082 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
6084         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
6085         Reported by Drew Adams <drew.adams@oracle.com>.
6087 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
6089         * subr.el (read-quoted-char): Resolve modifers of the character
6090         event.
6092         * comint.el (comint-exec-1): Don't change the coding-system for
6093         decoding to dos-like EOL.
6094         (comint-carriage-motion): Fully rewrite.
6096 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
6098         * epg.el (epg-context-include-certs): Reflow docstring.
6099         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
6100         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
6101         (epg-context-set-signers, epg-context-set-sig-notations)
6102         (epg-make-import-status, epg-make-import-result)
6103         (epg-start-delete-keys): Fix typos in docstrings.
6104         (epg-start-sign-keys, epg-sign-keys):
6105         Fix typos in obsolescence declarations.
6107         * iswitchb.el: Don't check for `cadr' and `last'.
6108         (iswitchb-define-mode-map, iswitchb-default-keybindings):
6109         Add obsolescence declaration and remove redundant info from docstring.
6110         (iswitchb-set-common-completion, iswitchb-set-matches)
6111         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
6112         (recentf-list, most-len, most-is-exact):
6113         Don't wrap defvars within `eval-when-compile'.
6115 2008-03-05  Glenn Morris  <rgm@gnu.org>
6117         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
6118         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
6119         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
6120         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
6121         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
6123         * ediff-hook.el (ediff-window-setup-function): Don't autoload
6124         declaration for compiler.
6125         (ediff-xemacs-init-menus): Use when rather than if.
6127         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
6128         if+and to just and.
6129         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
6130         (ediff-delete-overlay): Move the XEmacs test inside the definition.
6132         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
6134         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
6135         test inside XEmacs test.
6136         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
6137         since it was doing nothing on Emacs.
6138         (ediff-make-bullet-proof-overlay): Use when rather than if.
6140         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
6141         (ediff-setup-control-frame): Remove
6142         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
6143         a (featurep 'xemacs) test.
6145 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
6147         * calc/calc-ext.el (calc-extended-command-history): New variable.
6148         (calc-exectute-extended-command): Use `calc-extended-command-history'.
6150 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
6152         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
6153         (standard-mode-line-position): Add mouse-face.
6155         * progmodes/compile.el (compilation-menu-map):
6156         (compilation-mode-map):
6157         * progmodes/grep.el (grep-mode-map): Add :help.
6159         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
6160         initialize in one step.  Add :help.  Use :enable to activate menu
6161         items.  Show the key binding for edebug-defun.
6162         (lisp-interaction-mode-map): Add a menu.
6164         * term.el (term-mode-map): Define and initialize in one step.
6166         * ediff-init.el (ediff-color-display-p): Simplify.
6167         (Xor): Remove unused function.
6168         (ediff-with-syntax-table): Simplify for Emacs.
6170         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
6171         menu-bar being loaded, it always is.
6173 2008-03-05  Glenn Morris  <rgm@gnu.org>
6175         * textmodes/tex-mode.el (tex-mode): Suppress warning about
6176         multiple definitions when compiling.
6178 2008-03-04  Alan Mackenzie  <acm@muc.de>
6180         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
6182         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
6183         doc-string, "c-old-LEN" -> "c-old-END".
6185 2008-03-04  Jason Rumney  <jasonr@gnu.org>
6187         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
6188         namespaces.
6190 2008-03-04  Glenn Morris  <rgm@gnu.org>
6192         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
6194         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
6195         than mapcar.
6197 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6199         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6200         (byte-compile-nilconstp): Can't use recursion in a defsubst.
6202         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
6203         so that M-q can fill comments.
6204         (tex-executable-exists-p, tex-compile): Extend with special syntax for
6205         commands implemented in elisp.
6206         (tex-compile-commands): Add an entry to use doc-view for pdf files.
6207         (tex-format-cmd): New function.
6208         (tex-compile): Use it to let the user specify default arguments.
6209         (tex-cmd-bibtex-args): New var.
6210         (tex-cmd-doc-view): New function.
6212 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
6214         * faces.el (face-spec-set): Fix typos in docstring.
6216 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
6218         * bindings.el (mode-line-column-line-number-mode-map): New variable.
6219         (standard-mode-line-position): Use it to add a menu for toggling
6220         column number and line number display.
6222 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6224         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6225         Remove optimization that was working around the form-code-walker bug.
6227         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6228         Walk into the body of lambdas after byte-compile-unfold-lambda.
6230 2008-03-03  Glenn Morris  <rgm@gnu.org>
6232         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
6233         value, if set, over frame value.
6235         * simple.el (transient-mark-mode): Don't turn on by default.
6237         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
6238         accidentally removed by the 2007-12-05 merge from Gnus.
6240 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
6242         * progmodes/compile.el (compilation-menu-map): Add menu entries
6243         for useful options.
6245 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
6246             Glenn Morris  <rgm@gnu.org>
6248         * emacs-lisp/bytecomp.el (byte-recompile-directory)
6249         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
6250         Give a `bytecomp-' prefix to local variables with common names.
6252 2008-03-01  Glenn Morris  <rgm@gnu.org>
6254         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
6255         code commented out 2007-11-10.
6257         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
6259         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
6260         Delete macro.
6261         * emulation/viper-cmd.el, emulation/viper-ex.el:
6262         * emulation/viper-init.el, emulation/viper-keym.el:
6263         * emulation/viper-mous.el, emulation/viper-util.el:
6264         * emulation/viper.el:
6265         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
6266         featurep test.
6268         Replace obselete frame-local variables with frame-parameters.
6269         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
6270         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
6271         (viper-vi-state-cursor-color): Only call make-variable-frame-local
6272         on XEmacs.
6273         * emulation/viper-util.el (viper-frame-value): New macro.
6274         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
6275         (viper-R-state-post-command-sentinel)
6276         (viper-replace-state-post-command-sentinel)
6277         (viper-change-state-to-insert, viper-change-state-to-emacs):
6278         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
6279         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
6280         (viper-get-saved-cursor-color-in-insert-mode)
6281         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
6282         Use viper-frame-value for viper-replace-overlay-cursor-color,
6283         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
6284         viper-vi-state-cursor-color values.
6286         * emulation/viper-cmd.el (zmacs-region-stays):
6287         * emulation/viper-util.el (zmacs-region-stays): No need to define
6288         for compiler.
6290         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
6291         mapcar on Emacs.
6293         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
6294         on XEmacs.
6296         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
6297         rather than if.
6299 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6301         * whitespace.el: New version 9.3.  As the glyph code generation was
6302         fixed, it is possible now to use character code above ?\x1FFFF in the
6303         display table.  Fix `whitespace-indentation-regexp' to not include an
6304         extra ending character.  Reported by Michael Welsh Duggan
6305         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
6306         the original whitespace package had.  Suggested by Eric Cooper
6307         <ecc@cmu.edu>.  Doc fix.
6308         (whitespace-action): New option.
6309         (whitespace-display-mappings): Changed default newline visualization to
6310         display downwards arrow, as the glyph code generation was fixed.
6311         (whitespace-unload-function): Assure that all local whitespace mode is
6312         turned off.
6313         (whitespace-global-modes): Fix type customization.
6314         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
6315         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
6316         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
6317         Fix code.
6318         (whitespace-buffer): Command removed.
6319         (whitespace-trailing-regexp, whitespace-mark-x)
6320         (whitespace-display-window, whitespace-action-when-on)
6321         (whitespace-add-local-hook, whitespace-remove-local-hook)
6322         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
6323         (whitespace-action): New funs.
6324         (whitespace-report-list, whitespace-report-text)
6325         (whitespace-report-buffer-name): New consts.
6326         (whitespace-report, whitespace-report-region): New commands.
6328 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
6330         * disp-table.el (make-glyph-code): Don't test the result of
6331         `face-id', which already signals an error for invalid faces.
6332         (glyph-face): Simplify.
6334         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
6335         running `desktop-not-loaded-hook' to allow modifying it.
6336         Don't show warning message if `desktop-dirname' was modified.
6338 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6340         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
6341         we still expect more lines.
6343         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
6344         comment-paragraph filling if the commark doesn't match
6345         comment-start-skip.
6347 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
6349         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
6350         the `imap' variant.
6352 2008-03-01  Jason Rumney  <jasonr@gnu.org>
6354         * files.el (make-auto-save-file-name): Encode more characters in
6355         non-file buffer names.  Use url-encoding.
6357 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
6359         * net/net-utils.el (ftp-program): Fix typo in docstring.
6360         (ifconfig-program-options, netstat-program-options)
6361         (arp-program-options, route-program-options, nslookup-program-options)
6362         (ftp-program-options, smbclient-program-options)
6363         (dns-lookup-program-options, arp, route): Doc fixes.
6365         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
6366         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
6367         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
6368         Fix typos in docstrings.
6369         (gdb-pending-triggers): Reflow docstring.
6370         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
6372 2008-03-01  Alan Mackenzie  <acm@muc.de>
6374         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
6375         typing "#" at EOB.
6377 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
6379         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
6381 2008-02-29  Kim F. Storm  <storm@cua.dk>
6383         * emulation/cua-base.el (cua-remap-control-v)
6384         (cua-remap-control-z): New defcustoms.
6385         (cua-mode): Add them to set-after property.
6386         (cua--init-keymaps): Use them.
6387         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
6389         * help.el (view-emacs-todo): Rename from view-todo.
6390         (describe-gnu-project): Rename from describe-project.  Users changed.
6391         (view-help-file): New helper function.
6392         (describe-distribution, describe-copying, describe-gnu-project)
6393         (view-todo, view-order-manuals, view-emacs-problems): Use it.
6394         (view-emacs-debugging, view-external-packages): New commands.
6395         (help-map): Move describe-distribution to C-h C-o (ordering).
6396         Move view-emacs-problems to C-h C-p (problems).
6397         Bind view-emacs-debugging to C-h C-d (debugging).
6398         Bind view-external-packages to C-h C-e (extras).
6399         (help-for-help-internal): Cleanup and align descriptions.
6400         Remove command names to reduce clutter.
6402 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
6404         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
6405         and quieter face (not a warning).
6407 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
6409         * vc.el (vc-status-crt-marked): New variable.
6410         (vc-status-mode): Make it local.
6411         (vc-status-refresh): Use it to save the marked files.
6412         (vc-update-vc-status-buffer): Use it to restore the marked files.
6414         * vc-svn.el (vc-svn-after-dir-status):
6415         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
6417 2008-02-29  Glenn Morris  <rgm@gnu.org>
6419         * allout.el (allout-topic-encryption-bullet)
6420         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
6421         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
6422         from 22.0 to 22.1.
6424         * net/imap.el (imap-ping-server):
6425         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
6426         Change defcustom :version from 23.0 to 23.1.
6428 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
6430         * desktop.el (desktop-save): Save the buffer name if the
6431         uniquified base name is empty.
6433 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
6435         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
6436         correctly when user has "set print address off".
6438 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
6440         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
6441         version number of the next major Emacs release, not 23.0.
6443         * longlines.el (longlines-unload-function): New function.
6445 2008-02-28  Juri Linkov  <juri@jurta.org>
6447         * startup.el (normal-splash-screen): Add argument `concise'.
6448         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
6449         to the created buffer.  If `concise' is non-nil, call
6450         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
6451         (display-startup-screen): Add argument `concise' to the call to
6452         `normal-splash-screen'.
6454 2008-02-28  Kim F. Storm  <storm@cua.dk>
6456         * startup.el (startup-echo-area-message): Check for about-emacs.
6458 2008-02-28  Juri Linkov  <juri@jurta.org>
6460         * startup.el: Always add initial message to *scratch* buffer if
6461         `initial-scratch-message' is non-nil regardless of the value of
6462         `inhibit-startup-screen'.
6463         (inhibit-startup-screen, initial-scratch-message): Doc fix.
6464         (command-line-1): Move code that inserts `initial-scratch-message'
6465         up before the if-form that checks for `inhibit-startup-screen'.
6466         Suggested by Jonathan Rockway <jon@jrock.us>.
6468 2008-02-28  Juri Linkov  <juri@jurta.org>
6470         * cus-edit.el (custom-mode-map, custom-mode-link-map):
6471         Rename `custom-mode' to `Custom-mode' in docstrings.
6472         (custom-buffer-create-internal, customize-browse):
6473         Rename `custom-mode' to `Custom-mode'.
6474         (custom-mode-hook): Rename to `Custom-mode-hook'.
6475         (Custom-mode-hook): Renamed from `custom-mode-hook'.
6476         (custom-mode): Rename to `Custom-mode'.
6477         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
6478         (custom-mode): Add backward-compatible non-interactive variant of
6479         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
6480         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
6482         * info-look.el: Rename `custom-mode' to `Custom-mode'.
6484         * emulation/viper.el (viper-emacs-state-mode-list):
6485         Rename `custom-mode' to `Custom-mode'.
6487         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
6488         Capitalize "Tagged Files".
6489         (minibuffer-local-map): Add menu items for next/previous
6490         history elements and isearch history forward/backward.
6492         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
6493         `hs-isearch-open' with t instead of `comment' in :selected
6494         for "Code and Comment blocks" menu item.
6496 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6498         * uniquify.el (uniquify-buffer-base-name): Undo last change.
6499         Should be done in desktop.el instead.
6501 2008-02-28  Glenn Morris  <rgm@gnu.org>
6503         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
6505         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
6507         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
6508         (Info-menu, Info-goto-node): Remove declarations.
6509         (report-emacs-bug-info): Use info rather than Info-goto-node.
6511         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
6512         (idlwave-convert-xml-system-routine-info): Don't require xml.
6513         (idlwave-show-commentary, idlwave-shell-show-commentary):
6514         Don't require finder.
6515         (idlwave-info): Don't require info.  Use info rather than
6516         Info-goto-node.
6518         * textmodes/org.el (Info-goto-node): Remove declaration.
6519         (org-info): Use info rather than Info-goto-node.
6521         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
6522         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
6524 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
6526         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
6527         the menu.
6529         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
6530         (vc-finish-logentry): Check for vc-status-mode, not only for
6531         vc-dired-mode.
6533 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
6535         * isearch.el (isearch-printing-char): Don't check
6536         keyboard-coding-system.
6537         Call isearch-process-search-multibyte-characters only when
6538         current-input-method is non-nil.
6540 2008-02-27  Kim F. Storm  <storm@cua.dk>
6542         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
6543         (glyph-char, glyph-face): Handle cons encoding.
6545 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
6547         * uniquify.el (uniquify-buffer-base-name): If the base name is an
6548         empty string, return nil to allow the caller to default to the
6549         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
6551         * tool-bar.el (tool-bar-setup): Doc fix.
6553         * mail/supercite.el (sc-describe):
6554         Fix typos in obsolescence declaration.
6556 2008-02-27  Glenn Morris  <rgm@gnu.org>
6558         * autoinsert.el (auto-insert-alist): Change permission text to
6559         match FSF's GPLv3 form.
6561         * mail/supercite.el (sc-cite-original): Doc fix.
6562         (sc-version): Make obsolete.
6563         (sc-describe): Show the SC info page.  Make obsolete.
6565 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
6568         when using transient-mark-mode.
6569         (default-indicate-unused-lines): Remove unused var.
6571 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
6573         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
6574         and previous.
6576         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
6578 2008-02-26  Glenn Morris  <rgm@gnu.org>
6580         * net/net-utils.el (top-level): Don't require comint when compiling.
6581         (nslookup-font-lock-keywords): Don't require font-lock.
6582         Use font-lock faces rather than variables.
6583         (nslookup, ftp, smbclient, network-service-connection):
6584         Don't require comint.
6585         (comint-prompt-regexp, comint-input-autoexpand)
6586         (comint-input-ring): Declare for compiler.
6587         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
6588         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
6590         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
6591         doc-string.
6593 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6595         * doc-view.el (doc-view-current-page): Add a `win' argument.
6597 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6599         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
6600         Demote it to plain defvar.
6601         (doc-view-conversion-refresh-interval): Reduce interval.
6602         (doc-view-goto-page): Allow moving to pages not yet rendered.
6603         (doc-view-goto-page): Construct a file name rather than extracting it
6604         from doc-view-current-files.
6605         (doc-view-kill-proc): Ignore errors from kill-process.
6606         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
6607         (doc-view-insert-image): Use appropriate text if the page hasn't been
6608         rendered yet.  Adjust scrolling so the text is displayed.
6609         (doc-view-display): Detect not just that a page is available, but also
6610         that it wasn't available before, so as to avoid refreshing all pages
6611         repeatedly.
6612         (doc-view-mode): Make doc-view-cache-directory if needed.
6614 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6616         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
6617         toggle-read-only.
6619         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
6620         refering to a missing required field with the OPT prefix.
6621         Make unwindform more robust.
6623         * textmodes/bibtex.el: Remove support for hideshow minor mode as
6624         it duplicates the bibtex support in progmodes/hideshow.el.
6625         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
6626         entries that do not start at the beginning of a line.
6628 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
6630         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
6632 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
6634         * help-fns.el (describe-variable): Add phrases about
6635         initialization file with and without customization;
6636         use new button type help-info-variable.
6638         * help-mode.el (help-info-variable):
6639         New button able to read Info files for help-fns.el.
6641 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
6643         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
6644         (grep-mode): Use grep-mode-tool-bar-map.
6646         * progmodes/compile.el (tool-bar): Require tool-bar.
6647         (compilation-mode-tool-bar-map): New variable.
6648         (compilation-mode): Use compilation-mode-tool-bar-map.
6650         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
6652 2008-02-25  Glenn Morris  <rgm@gnu.org>
6654         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
6656 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6658         * diff-mode.el (diff-file-junk-re): New const.
6659         (diff-beginning-of-file-and-junk): Use it.
6660         (diff-file-kill): Make sure we were really inside a file diff.
6662         * diff-mode.el: Make it more robust in the presence of empty context
6663         lines in unified hunks.
6664         (diff-valid-unified-empty-line): New var.
6665         (diff-unified->context, diff-sanity-check-hunk): Obey it.
6666         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
6667         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
6668         (diff-hunk-header-re-unified): New const.
6669         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
6670         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
6671         (diff-sanity-check-hunk): Use it.
6673         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
6674         Index: line, don't search backward for the previous one.
6676 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
6678         * international/fontset.el (setup-default-fontset): Add non-OTF
6679         lao font for lao script.
6681         * language/tibetan.el: Register tibetan-composition-function in
6682         composition-function-table.
6684         * language/tibet-util.el (tibetan-composition-function):
6685         Adjust for the new calling way (argument changed).  Try font-shape-text
6686         if possible.
6688         * language/lao.el: Register lao-composition-function in
6689         composition-function-table.
6691         * language/lao-util.el (lao-composition-function): Adjust for the new
6692         calling way (argument changed).  Try font-shape-text if possible.
6694 2008-02-25  Jason Rumney  <jasonr@gnu.org>
6696         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
6698 2008-02-25  Juri Linkov  <juri@jurta.org>
6700         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
6701         background, "red4" for a dark background, "red" for 16 and
6702         8 colors, "grey" for grayscale, and inverse video otherwise.
6703         Add :version tag.
6704         (isearch-message): Keep the original isearch-message intact, and
6705         add text properties to it where necessary.  Add `isearch-error' to
6706         the condition that checks if isearch is unsuccessful.
6708 2008-02-24  Juri Linkov  <juri@jurta.org>
6710         * progmodes/compile.el (compilation-handle-exit):
6711         Use compilation-error face instead of font-lock-warning-face.
6712         Display the same message in the minibuffer as is inserted
6713         at the end of the compilation buffer.
6715 2008-02-24  Glenn Morris  <rgm@gnu.org>
6717         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
6718         multiple file case.
6720         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
6722         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
6723         multiple file case.  Use a single `let' rather than two.
6725 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
6727         * progmodes/compile.el (compilation-start): Specify a face for
6728         mode-line-process.
6729         (compilation-handle-exit): Specify a face and a tooltip for
6730         mode-line-process.
6732 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6734         * hilit-chg.el: Remove spurious * in defcustom docstrings.
6735         (hilit-chg-make-ov): Simplify.
6736         (hilit-chg-fixup): Use remove-overlays.
6737         (hilit-chg-set-face-on-change): Remove redundant call to
6738         `remove-text-properties'.
6740         * dired.el (dired-mark-prompt): Don't count/display the t element.
6741         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
6743 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
6745         * progmodes/verilog-mode.el (eval-when-compile): Don't define
6746         add-submenu.
6747         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
6748         Remove.  Move contents to the only use ...
6749         (verilog-menu): ... here.
6750         (verilog-statement-menu): Remove.  Move contents to the only use ...
6751         (verilog-stmt-menu): ... here.
6752         (verilog-mark-defun): Simply call mark-defun for emacs.
6753         (occur-pos-list): Declare for byte compiler.
6754         (mode-popup-menu): Don't defvar.
6755         (verilog-add-statement-menu): Remove.
6756         (verilog-mode-hook): Don't add verilog-add-statement-menu.
6757         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
6759 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
6761         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
6762         conditional.
6763         (verilog-font-grouping-keywords-face): Make the begin..end
6764         keywords standout more than other verilog keywords.
6765         (verilog-type-font-keywords): Move the begin..end out of this list
6766         to facilitate making them to (potentially) stand out more.
6767         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
6768         function & task blocks.
6769         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
6770         initial, function & task blocks.
6771         (verilog-forward-sexp): Handle the new "disable fork" statement of
6772         IEEE-1800 Verilog.
6773         (verilog-beg-block-re-ordered): Handle the new "disable fork"
6774         statement of IEEE-1800 Verilog.
6775         (verilog-calc-1): Handle the new "disable fork" statement of
6776         IEEE-1800 Verilog.
6777         (verilog-disable-fork-re): Add const to help handle the new
6778         "disable fork" statement of IEEE-1800 Verilog.
6779         (verilog-declaration-core-re): Add port directions by themselves,
6780         with no qualification, as base item of a declaration.
6781         (verilog-pretty-declarations): Add new flag to ask it to refrain
6782         from printing to the message buffer.
6783         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
6784         printing to the message buffer.  Improve handling of the many
6785         types of expression line up.
6786         (verilog-just-one-space): Remove printing of an empty message.
6787         (verilog-get-lineup-indent): Rework to support the better handling
6788         of expression lineup for verilog-pretty-expr.
6789         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6791 2008-02-24  Alan Mackenzie  <acm@muc.de>
6793         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
6794         yesterday's commit.
6796 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
6798         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
6799         to mouse-set-point in buffers that aren't associated with files.
6801         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
6803 2008-02-24  Alan Mackenzie  <acm@muc.de>
6805         Set of changes so that "obtrusive" syntactic elements in a
6806         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
6807         unmatched paren) don't interact syntactically with stuff outside
6808         the CPP line.
6810         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
6811         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
6812         off-by-one bug.
6813         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
6814         a bit of refactoring.
6815         (c-awk-extend-and-syntax-tablify-region): Takes some of the
6816         functionality of c-awk-advise-fl-for-awk-region, which has been
6817         refactored away.
6819         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
6820         (c-clear-char-property-with-value): New function and macro which
6821         remove text-properties `equal' to a supplied value.
6823         * progmodes/cc-engine.el: Comment about text properties amended.
6825         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
6826         parens around "error\\|warning".
6828         * progmodes/cc-langs.el (c-get-state-before-change-function)
6829         (c-before-font-lock-function, c-anchored-cpp-prefix):
6830         New language variables.
6831         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
6833         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
6834         syntax-table text properties.
6835         (c-common-init): Call language specific before/after-change
6836         functions at mode initialisation.
6837         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
6838         (c-extend-region-for-CPP, c-neutralize-CPP-line)
6839         (c-neutralize-syntax-in-CPP): New functions.
6840         (c-before-change, c-after-change): Call the new language specific
6841         change functions defined in cc-langs.el.
6842         (c-advise-fl-for-region): New macro.
6843         (awk-mode): Remove AWK specific stuff which has been refactored
6844         into language independent stuff.
6846 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
6848         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
6849         (gdb): (Re)set gdb-flush-pending-output to nil here...
6850         (gdb-init-1): ...instead of here (before gdb-prompt).
6852 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
6855         Recognize ''' just like any other char-constant.
6857 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6859         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
6860         careful enough.  Detect the uid-change all within the main loop.
6862 2008-02-24  Stefan Monnier  <monnier@pastel.home>
6864         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
6866 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6868         * hilit-chg.el (highlight-save-buffer-state): New macro.
6869         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
6870         (hilit-chg-clear): Use it to preserve the modified-p flag.
6871         (highlight-changes-rotate-faces): Don't mess with the undo-list.
6873 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6875         * font-lock.el (font-lock-set-defaults): Unset previously set variables
6876         when needed.
6878 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
6880         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
6881         from gnus-button-url-regexp.
6883 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
6885         * progmodes/compile.el (compilation-next-error): Doc fix.
6886         (compilation-find-file): Doc fix.
6888 2008-02-24  Glenn Morris  <rgm@gnu.org>
6890         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
6891         Add obsolete aliases to the old names.
6893 2008-02-24  Richard Stallman  <rms@gnu.org>
6895         * net/net-utils.el (ifconfig): Rename from ipconfig.
6896         (ipconfig): Alias to ifconfig.
6897         (ifconfig-program): Rename from ipconfig-program.
6898         (ifconfig-program-options): Rename from ipconfig-program-options.
6900 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
6902         * progmodes/verilog-mode.el (verilog-declaration-core-re):
6903         Add port directions by themselves, with no qualification, as base
6904         item of a declaration.
6905         (verilog-pretty-declarations): Add new flag that inhibits printing
6906         to the message buffer.
6907         (verilog-pretty-expr): Add new flag that inhibits printing to the
6908         message buffer.  Improve handling of the many types of expression
6909         line up.
6910         (verilog-just-one-space): Don't print an empty message.
6911         (verilog-get-lineup-indent): Rework to support the better handling
6912         of expression lineup for verilog-pretty-expr.
6913         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
6914         (verilog-mode-version, verilog-mode-release-date): Update.
6916 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6918         * subr.el (cancel-change-group): Don't move point.
6920 2008-02-23  Markus Triska  <markus.triska@gmx.at>
6922         * linum.el (linum-after-config): Update all visible windows.
6924 2008-02-23  Glenn Morris  <rgm@gnu.org>
6926         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
6927         Add :help for Solitaire and Tetris.
6929         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
6931         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
6932         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
6933         (smtpmail-queue-index-file): Make it a defcustom.
6934         (smtpmail-queue-index): Delete.
6935         (smtpmail-send-it, smtpmail-send-queued-mail):
6936         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
6937         smtpmail-queue-index.
6939         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6940         Add :version.
6942 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
6944         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
6945         New variables.
6946         (iwconfig): New function.
6948 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
6950         * vc.el (vc-find-revision): Make vc-parent-buffer local before
6951         setting it.
6952         (vc-status-menu-map): Do not define using easy-menu.
6953         (vc-status-menu-map): New defalias.
6954         (vc-status-mode-map): Hook up the menu.
6955         (top-level): Update TODO.
6957         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
6959         * vc-bzr.el (vc-bzr-init-version): Rename to ...
6960         (vc-bzr-init-revision): ... this.
6962 2008-02-23  Jason Rumney  <jasonr@gnu.org>
6964         * makefile.w32-in (WINS_ALMOST): Remove term.
6965         (WINS): Add term here.
6966         (custom-deps, finder-data): Use WINS_ALMOST.
6968 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
6970         * faces.el (font-weight-table): Fix value of `semi-light'.
6972 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6975         Make those tables bijective.
6977 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
6979         Finish pdbtrack integration cleanup, settling missing-functions
6980         byte compiler warnings appropriately.
6982         * progmodes/python.el (python-point): Remove this - beginning-of-line
6983         was all that was necessary for `python-pdbtrack-overlay-arrow'.
6984         (python-end-of-def-or-class, python-beginning-of-def-or-class)
6985         (python-goto-initial-line): Drop these - they were only needed for
6986         python-point.
6987         (python-comint-output-filter-function): Use condition-case and
6988         beginning-of-line directly, instead of python-mode.el functions
6989         which require all sorts of baggage.
6990         (point-safe): Unnecessary - we're using condition-case directly,
6991         instead.
6992         (python-execute-file): Include for python-shell, which I'm leaving
6993         in keeping despite it being unnecessary for pdb tracking.
6995 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
6997         * progmodes/scheme.el (scheme-font-lock-keywords-2):
6998         Add SRFI 11 support.
6999         (let-values, let*-values): Specify scheme-indent-function.
7001 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
7003         * vc.el (vc-exec-after): Move setting mode-line-process in the
7004         busy case ...
7005         (vc-set-mode-line-busy-indicator): ... in this new function.
7006         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
7007         (vc-update-vc-status-buffer): Reset mode-line-process.
7008         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
7009         mark/unmark all the files with the same state as the current one.
7010         With a prefix argument mark/unmark all files.
7011         (vc-status-mode-menu): Adjust strings.
7012         (vc-update-vc-status-buffer): Only do something when the argument
7013         is not nil.
7014         (vc-status-kill-dir-status-process): New function.
7015         (vc-status-mode-map): Bind it.
7016         (vc-status-process-buffer): New variable.
7017         (vc-status-mode): Make it local.
7018         (vc-status-refresh): Set it.
7020         * vc-hg.el (vc-hg-dir-status):
7021         * vc-git.el (vc-git-dir-status):
7022         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
7023         command is run.
7025 2008-02-22  Glenn Morris  <rgm@gnu.org>
7027         * json.el (top-level): No need to require thingatpt.
7028         (json-read-keyword): Use thing-at-point rather than word-at-point.
7030         * time.el (top-level): No need to require time-date when compiling.
7032         * emacs-lisp/copyright.el (copyright-update-year):
7033         Fix subexpression numbering for the case when years are split over
7034         lines, and for the replace case.
7036         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
7037         (tpu-caar, tpu-cadr): Delete functions.
7038         (zmacs-regions): No need to declare for compiler.
7039         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
7040         (tpu-spell-check): Rewrite, and handle mark after point.
7041         (tpu-special-insert): Use or rather than if.
7043         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
7044         rather than spell-region.
7046         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
7047         warnings about spell-region.
7049 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
7051         * ldefs-boot.el: Regenerated.
7053         * loadup.el: Don't load language/devanagari, language/kannanda,
7054         language/malayalam, and language/tamil.  Load language/sinhala.
7056         * language/indian.el (indian-font-foundry)
7057         (indian-script-language-alist, indian-font-char-index-table)
7058         (indian-font-char, indian-font-char-range, indian-script-table)
7059         (indian-default-script, indian-composable-pattern): Delete them.
7060         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
7061         language environments moved to here.
7062         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
7063         New language environments.
7065         * language/devanagari.el, language/devan-util.el,
7066         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
7067         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
7068         Delete them.
7070         * language/sinhala.el: New file.
7072 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
7074         Update Nick Robert's port of pdb tracking from python-mode.el.
7076         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
7077         Clarify docstring.
7078         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
7079         tracking is happening.
7080         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
7081         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
7082         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
7083         Tracking is plugged in to all comint buffers once python.el is loaded.
7084         (python-pdbtrack-overlay-arrow): Toggle activation of
7085         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
7086         (python-pdbtrack-track-stack-file): Use new
7087         `python-pdbtrack-get-source-buffer' for more flexible access to
7088         debugging source files.
7089         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
7090         according to pdb stack trace, optionally using new
7091         `python-pdbtrack-grub-for-buffer' if file is not locally available.
7092         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
7093         named buffer, or having function with indicated name.
7094         (python-shell): Remove comint-output-filter-functions hook
7095         addition, it's being done elsewhere.  Wrap long line.
7097 2008-02-21  Michael Olson  <mwolson@gnu.org>
7099         * json.el: Replace XEmacs compatibility code to get rid of
7100         compiler warnings.
7102         * time.el: Fix compiler warning.
7104 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
7106         * json.el: New file (JavaScript Object Notation parser / generator).
7108 2008-02-21  Dave Love  <fx@gnu.org>
7110         * progmodes/sym-comp.el: New file.
7112         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
7113         Require sym-comp.  Add Python buffer to same-window-buffer-names.
7114         Fixup whitespaces.
7115         (python-font-lock-keywords): Add highlighting for Python builtins.
7116         (python-font-lock-syntactic-keywords): Rewrite.
7117         (python-quote-syntax): Use syntax-ppss-context instead of parsing
7118         ppss directly.
7119         (python-mode-map): Add binding for python-find-function.
7120         (python-calculate-indentation): Clean up the logic.
7121         (python-beginning-of-defun): Explicitly set return value.
7122         (python-beginning-of-statement): Stop looping if we get stuck
7123         going backwards.
7124         (python-next-statement): Stop looping if we somehow end up inside
7125         a string while advancing.
7126         (python-preoutput-continuation, python-version-checked): New vars.
7127         (python-check-version): New function.
7128         (run-python): Set default command to python-command instead of
7129         python-python-command.
7130         (run-python): Use python-check-version.  Give PYTHONPATH
7131         precedence over data-directory in the process environment.
7132         Load function definitions in python process after.
7133         (python-check-comint-prompt): New function.
7134         (python-send-command, python-send-receive): Use it.
7135         (python-complete-symbol, python-try-complete): Functions deleted.
7136         Use symbol-complete instead of python-complete-symbol throughout.
7137         (python-fill-paragraph): Further refine the fenced-string regexp.
7138         (def-python-skeleton): Expand to the original abbrev instead if in
7139         a comment or string.  Tweak skeletons for `if', `while', `for',
7140         `try/except', `try/finally', `name'.
7141         (python-pea-hook, python-abbrev-pc-hook): New functions.
7142         (python-abbrev-syntax-table): New var.
7143         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
7144         Use symbol-completion-try-complete for hippie expansion.
7145         Turn on font lock unconditionally.
7146         (python-mode-hook): Defcustom it.  No need to use make-local
7147         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
7148         option, since it's buffer-local.
7150 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
7152         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
7154 2008-02-21  Drew Adams  <drew.adams@oracle.com>
7156         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
7157         "Turn off" and a "Help" entry when the minor mode has no menu.
7159 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
7161         * vc.el (vc-status-mark, vc-status-unmark): New functions.
7162         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
7163         vc-status-mark-file and vc-status-unmark-file.
7164         (vc-status-mark-unmark): New function.
7165         (vc-status-previous-line, vc-status-next-line): No longer interactive.
7167 2008-02-21  Glenn Morris  <rgm@gnu.org>
7169         * composite.el (encode-composition-rule): Fix typo in error message.
7170         (composition-function-table, auto-composition-mode): Doc fixes.
7172         * subr.el (sit-for): Fix obsolete form for nil second argument.
7174         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
7175         (spell-string): Make obsolete, in favor of ispell.
7177 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
7179         * language/devanagari.el: Don't setup composition-function-table
7180         here.
7181         ("Devanagari"): Change charset, coding-system, coding-priority to
7182         Unicode-based ones.  Don't require the feature devan-util.
7184         * composite.el (compose-chars-after): Fix arguments for a function
7185         in composition-function-table.
7186         (auto-compose-region): Likewise.
7188         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
7189         for Ethiopic.
7190         (ps-mule-plot-string): Ignore glyph-string based compositions.
7192 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         * doc-view.el: Allow different windows to show different pages.
7195         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
7196         (doc-view-current-image, doc-view-current-overlay): Remove variables,
7197         add them back as macros instead, using image-mode-winprops instead.
7198         Update all users of those variables.
7199         (doc-view-new-window-function): New function to create a new overlay
7200         for each new window.
7201         (doc-view-mode): Use it and image-mode-setup-winprops.
7202         (doc-view-clone-buffer-hook): Rewrite accordingly.
7204         * image-mode.el: Extend [hv]scroll support to per-window properties.
7205         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
7206         (image-mode-winprops-alist): New var to replace them.
7207         (image-mode-new-window-functions): New hook.
7208         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
7209         New funs.
7210         (image-set-window-vscroll, image-set-window-hscroll): Use them.
7211         Remove the `window' argument, update callers.
7212         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
7213         Use the new functions.
7214         (image-mode-reapply-winprops): New fun.
7215         (image-mode): Use it.
7217 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
7219         * calc/calc-math.el (math-sin-raw): Add optional argument
7220         to keep track of original argument.
7221         (math-cos-raw): Use optional argument when calling math-sin-raw.
7222         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
7223         with close to original precision.
7225 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7227         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
7228         args in calls of sit-for.
7230 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
7232         * vc-svn.el (vc-svn-program): Fix typo in docstring.
7233         (vc-svn-checkin): Fix typo in error message.
7235         * help-mode.el: Require easymenu when compiling.
7237 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
7239         * help-mode.el (help-mode-menu): New menu.
7241 2008-02-20  Glenn Morris  <rgm@gnu.org>
7243         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
7244         on Windows.
7246 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
7248         * ps-mule.el (ps-mule-encode-region): Return a single string.
7249         (ps-mule-plot-string): Adjust for the above change.
7250         (ps-mule-encode-header-string): Likewise.
7252         * international/latin1-disp.el (latin1-display): Don't use
7253         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
7254         standard-display-table.
7255         (latin1-display-identities): Adjust for the change of what is
7256         returned by (get-language-info charset 'charset).
7258         * international/mule-util.el (char-displayable-p): Fix for Latin-1
7259         characters and terminal case.
7261 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
7263         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
7265         * progmodes/python.el: Also require comint when loading.
7266         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
7267         Replace python-shell with run-python on menu bar.
7268         (python-shell-map): New map.
7269         (python-default-interpreter, python-python-command-args)
7270         (python-jython-command-args, python-pdbtrack-do-tracking-p):
7271         New options.
7272         (python-which-shell, python-which-args, python-which-bufname):
7273         New buffer local variables.
7274         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
7276         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
7277         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
7278         New constants.
7280         Pdbtrack features:
7282         (python-point, python-end-of-def-or-class)
7283         (python-beginning-of-def-or-class, python-goto-initial-line)
7284         (python-comint-output-filter-function)
7285         (python-pdbtrack-overlay-arrow)
7286         (python-pdbtrack-track-stack-file, python-toggle-shells)
7287         (python-shell, python-pdbtrack-toggle-stack-tracking)
7288         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
7289         New functions.
7291 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7293         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
7294         when the argument is nil.
7296 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
7298         * vc.el (dir-status): Add a brief description.
7300 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
7302         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
7303         If non-nil, reverse the sense of the check.
7305         * vc-rcs.el (vc-rcs-root): New func.
7306         * vc-cvs.el (vc-cvs-root): New func.
7307         * vc-svn.el (vc-svn-root): New func.
7308         * vc-sccs.el (vc-sccs-root): New func.
7310 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
7312         * language/japan-util.el (setup-japanese-environment-internal):
7313         Call use-cjk-char-width-table.
7315         * language/japanese.el ("Japanese"): Set exit-function to
7316         use-default-char-width-table.
7318         * international/characters.el: Delete occurrences of non-Unicode
7319         tibetan and ethiopic characters.
7320         (cjk-char-width-table): New variable.
7321         (use-cjk-char-width-table, use-default-char-width-table):
7322         New functions.
7324 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
7326         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
7327         (vc-status-mode-menu): Add a :filter.
7328         (vc-status-printer): Add faces.
7330         * vc-hg.el (vc-hg-extra-status-menu): New function.
7331         (vc-hg-dir-status): Clean up the buffer before using it.
7333 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7335         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
7336         (gdb): Initialize it here instead.
7338         * files.el (locate-dominating-file): Fix thinko in last change.
7339         Reported by Bruce Stephens <bruce.stephens@isode.com>.
7341 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
7343         * vc.el (vc-status-mode-menu): New menu for vc-status.
7345 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
7347         * progmodes/verilog-mode.el (customize): Fix typo in error message.
7348         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
7349         (verilog-mode-auto, verilog-indent-level-module)
7350         (verilog-minimum-comment-distance, verilog-library-flags)
7351         (verilog-library-directories, verilog-library-files)
7352         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
7353         (verilog-xemacs-menu, verilog-set-compile-command)
7354         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
7355         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
7356         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
7357         (verilog-batch-inject-auto, verilog-batch-indent)
7358         (verilog-continued-line, verilog-type-keywords)
7359         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
7360         (verilog-read-inst-pins, verilog-read-arg-pins)
7361         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
7362         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
7363         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
7364         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
7365         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
7366         (verilog-mode-version, verilog-mode-release-date)
7367         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
7368         (verilog-simulator, verilog-compiler)
7369         (verilog-auto-sense-defines-constant, verilog-company)
7370         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
7371         Fix typos in docstrings.
7372         (verilog-set-auto-endcomments, verilog-calculate-indent)
7373         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
7374         Reflow docstrings.
7375         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
7376         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
7377         (electric-verilog-forward-sexp, verilog-in-case-region-p)
7378         (verilog-in-struct-region-p, verilog-in-generate-region-p)
7379         (verilog-leap-to-head, verilog-current-indent-level)
7380         (verilog-case-indent-level, verilog-cpp-keywords)
7381         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
7382         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
7383         (verilog-signals-not-in, verilog-symbol-detick-text)
7384         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
7385         (verilog-forward-close-paren, verilog-backward-open-paren)
7386         (verilog-backward-open-bracket): Doc fixes.
7388         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
7389         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
7390         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
7391         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
7392         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
7393         Fix typos in docstrings.
7395         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
7397 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
7399         * info.el (Info-read-node-name): Removed unused `default' arg.
7401 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
7403         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
7405 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7407         * image-mode.el (image-get-display-property): New fun.
7408         (image-forward-hscroll, image-next-line, image-eol, image-eob)
7409         (image-mode, image-minor-mode, image-toggle-display-text)
7410         (image-toggle-display): Use it.
7412 2008-02-18  Jason Rumney  <jasonr@gnu.org>
7414         * international/mule.el (xml-find-file-coding-system): Don't warn
7415         about utf-16 with BOM.
7417         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
7419         * international/mule.el (sgml-xml-auto-coding-function): Detect and
7420         warn if file encoding is not utf-8 and encoding not specified.
7421         (xml-find-file-coding-system): New function.
7422         * international/mule-conf.el (file-coding-system-alist): Use it.
7424 2008-02-17  Glenn Morris  <rgm@gnu.org>
7426         * international/mule-cmds.el (set-locale-environment):
7427         Pass `frame' to getenv for LC_MESSAGES.
7429 2008-02-17  Juri Linkov  <juri@jurta.org>
7431         * time.el (emacs-init-time): Use format instead of format-seconds.
7433 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7435         * textmodes/bibtex.el (bibtex-search-entry): Rename from
7436         bibtex-find-entry.  Add autoload cookie.
7437         (bibtex-find-entry): Alias for bibtex-search-entry.
7438         (bibtex-search-crossref): Rename from bibtex-find-crossref.
7439         (bibtex-find-crossref): Alias for bibtex-search-crossref.
7440         (bibtex-clean-entry): atomic-change-group removed.
7441         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
7442         to locate buffer location where error occurred.
7443         Make error messages more specific.
7444         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
7446 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
7448         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
7449         top level.
7451         * simple.el (transient-mark-mode): Add an :init-value.
7453         * startup.el (command-line): Use custom-reevaluate-setting for
7454         transient-mark-mode.
7456 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
7458         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
7460 2008-02-16  Juri Linkov  <juri@jurta.org>
7462         * startup.el (after-init-time): New variable.
7463         (command-line): Set `after-init-time' to the current time.
7465         * time.el (emacs-init-time): New function.
7467 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7469         * files.el (locate-dominating-file): Remove initial loop because it's
7470         not careful enough.  Detect the uid-change all within the main loop.
7472 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
7474         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
7476 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
7478         * vc.el (vc-annotate): Add new argument.
7479         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
7481         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
7482         Move make-variable-buffer-local code after the corresponding defvar.
7483         (hs-minor-mode-map): Define and initialize in one step.
7484         (hs-minor-mode): Change from defun to define-minor-mode.
7486 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
7488         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
7489         (gdb-ready): Move declaration...
7491         * progmodes/gdb-ui.el (gdb-ready): ...to here.
7492         (gdb-early-user-input): New variable.
7493         (gdb): Reset gdb-flush-pending-output to nil and set
7494         comint-input-sender here (before gdb-prompt), instead of...
7495         (gdb-init-1): ...here.
7496         (gdb-send): If Emacs is not ready, defer user input to...
7497         (gdb-prompt): ...here.
7499 2008-02-16  Glenn Morris  <rgm@gnu.org>
7501         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
7503         * startup.el (emacs-startup-time): Rename to `before-init-time'.
7504         (before-init-time): New name for `emacs-startup-time'.
7505         (command-line): Use before-init-time rather than emacs-startup-time.
7506         * time.el (emacs-uptime): Use before-init-time rather than
7507         emacs-startup-time.
7509         * composite.el (composition-function-table): Doc fix.
7511         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
7512         in favor of `%z' specifier.
7513         (emacs-uptime): Move to time.el.
7514         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
7515         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
7516         argument of format-seconds.
7518 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
7520         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
7522 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
7524         * ielm.el (ielm-is-whitespace): Remove.
7525         (ielm-is-whitespace-or-comment): New function.
7526         (ielm-eval-input): Use it.
7528 2008-02-15  Jason Rumney  <jasonr@gnu.org>
7530         * term/mac-win.el: Fix coding tag.
7532 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
7534         * vc-hooks.el (vc-menu-map):
7535         * bindings.el (mode-line-mode-menu): Add tooltips.
7537         * bindings.el (help-echo): Add more tooltips.  Use a less
7538         telegraphic style for existing tooltips.
7540 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7542         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
7543         from the auto-generated one.
7545 2008-02-14  Glenn Morris  <rgm@gnu.org>
7547         * mail/rmail-spam-filter.el (rmail-spam-filter):
7548         Let-bind message-spam-status.
7550         * mail/smtpmail.el (password-cache-add): Declare as function.
7552 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
7554         * mail/smtpmail.el: Use password-cache.
7556 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
7558         * uniquify.el (uniquify-buffer-base-name): New function.
7559         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7561         * desktop.el (uniquify-managed): Don't defvar.
7562         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
7563         `uniquify-managed'.  Return also the buffer's base name.
7564         (desktop-save): When saving the buffer info, filter out the base name,
7565         and save it as buffer name if the buffer is managed by uniquify.
7566         (uniquify-item-base): Don't declare; not called anymore.
7568 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
7570         * vc.el (vc-annotate-find-revision-at-line): New function.
7571         (vc-annotate-mode-map): Bind it.
7572         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
7573         some entries.
7575 2008-02-14  Glenn Morris  <rgm@gnu.org>
7577         * calendar/time-date.el (format-seconds): New function.
7578         (emacs-uptime): Use format-seconds.
7580         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7581         Remove `LC_ALL=C', since it's included in $(emacs) now.
7583 2008-02-14  Zhang Wei  <id.brep@gmail.com>
7585         * textmodes/org-publish.el (org-publish-timestamp-filename):
7586         Replace colon characters in filename too.
7588 2008-02-13  Bastien Guerry  <bzg@altern.org>
7590         * mail/rmail.el (rmail-header-name): New face.
7591         (rmail-font-lock-keywords): Use rmail-header-name.
7593         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
7594         against X-Spam-Status header field.
7595         (rmail-spam-filter): Also check X-Spam-Status header field.
7597 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
7599         * progmodes/flymake.el (flymake-allowed-file-name-masks):
7600         Add support for .pm files and .php files.
7601         (flymake-err-line-patterns): Add pattern for PHP errors.
7602         (flymake-php-init): New function.  PHP support for flymake.
7604         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7605         Add regular expression for PHP errors.
7607 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
7609         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
7610         This DTRT even on w32 machines.
7611         (ange-ftp-cf1): Quote FILENAME.
7613 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7615         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
7616         (smerge-auto-combine): New fun.
7618 2008-02-12  Juri Linkov  <juri@jurta.org>
7620         * startup.el (fancy-startup-screen, normal-splash-screen):
7621         Set default-directory to command-line-default-directory.
7623         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
7624         after reading the desktop.
7626         * progmodes/compile.el (compilation-auto-jump):
7627         Call compile-goto-error only when compilation-auto-jump-to-first-error
7628         is non-nil.
7629         (compilation-scroll-output): Replace :type 'boolean with a choice
7630         that has three options including a third option `first-error'.
7631         Doc fix.
7632         (compilation-start, compilation-forget-errors): Add an alternate
7633         condition comparing compilation-scroll-output with `first-error'
7634         in addition to compilation-auto-jump-to-first-error (to call
7635         compilation-auto-jump in the proper place).
7637 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7639         * international/mule.el (sgml-html-meta-auto-coding-function):
7640         Make sure the search limit is ahead.
7642         * tar-mode.el: Fix broken indentation.
7643         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
7644         Use with-current-buffer.
7646 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
7648         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
7649         it is already automatically buffer-local.
7651 2008-02-11  Drew Adams  <drew.adams@oracle.com>
7653         * help.el (describe-key): Join some split lines to facilitate filling.
7654         * help-fns.el (describe-function-1): Fill text of overlong lines.
7656 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
7658         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
7659         Use unibyte-string instead of string-make-unibyte.
7661         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
7663 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7665         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
7666         works also for buffers w/o buffer-file-name.  Update callers.
7667         (doc-view-clone-buffer-hook): New fun.
7668         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
7669         the `doc-view' property so they can be recognized.
7671         * simple.el (clone-indirect-buffer-hook): New hook.
7672         (clone-indirect-buffer): Run it.
7674 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
7676         * epa.el (epa-menu-mode): Merge into epa-mode.
7677         (epa-menu-items): Rename the label "EasyPG Assistant" to
7678         "Encryption/Decryption".
7680         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
7681         (epa-dired-mode-map): Rename from epa-dired-map.
7682         (epa-global-dired-mode): Rename the global minor mode.
7684 2008-02-11 Drew Adams  <drew.adams@oracle.com>
7686         * isearch.el (isearch-fail): New face.
7687         (isearch-message): Highlight failure part of input.
7689 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7691         * ibuffer.el (ibuffer-header-line-format): New var.
7692         (ibuffer-mode): Set it instead of header-line-format.
7693         (ibuffer-update): Use it to set header-line-format.
7695         * international/mule-cmds.el (ucs-insert): Inherit surrounding
7696         properties like self-insert-command.
7698 2008-02-11  Drew Adams  <drew.adams@oracle.com>
7700         * progmodes/etags.el: Add many doc strings.
7702 2008-02-11  Jason Rumney  <jasonr@gnu.org>
7704         * ldefs-boot.el: Regenerated.
7706 2008-02-11  Glenn Morris  <rgm@gnu.org>
7708         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7709         Shorten some names.
7711         * ffap.el (ffap-rfc-directories): Add :version.
7713 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
7715         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
7716         files, and backup files of same.
7718 2008-02-11  Kevin Ryde  <user42@zip.com.au>
7720         * ffap.el (ffap-rfc-directories): New variable.
7721         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
7723         * info.el (Info-next-reference, Info-prev-reference)
7724         (Info-try-follow-nearest-node): Move to and follow https:// links too.
7726         * simple.el (completion-list-mode): Show full completion-list-mode-map
7727         in the docstring.
7729 2008-02-11  Sam Steingold  <sds@gnu.org>
7731         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
7733 2008-02-11  Glenn Morris  <rgm@gnu.org>
7735         * startup.el (emacs-startup-time): New variable.
7736         (command-line): Set emacs-startup-time.
7738         * calendar/time-date.el (emacs-uptime): New function.
7740 2008-02-10  Bastien Guerry  <bzg@altern.org>
7742         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
7743         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
7744         it is nil.
7746 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7748         * epg-config.el: Expand the contents of epg-package-info.el.
7749         (epg-package-name): New constant.
7750         (epg-version-number): New constant.
7751         (epg-bug-report-address): New constant.
7753         * epa-mail.el (epa-mail-mode): Add autoload cookie.
7754         (epa-global-mail-mode): New global minor mode.
7756         * epa-file.el (epa-file-mode): New global minor mode.
7758         * epa-dired.el (epa-dired-mode): New global minor mode.
7760         * epa.el (epa-menu): New variable.
7761         (epa-menu-items): New variable.
7762         (epa-menu-mode): New global minor mode.
7763         (epa-global-minor-modes): New user option.
7764         (epa-mode): New global minor mode.
7766 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
7768         * net/dbus.el: Remove `no-byte-compile' cookie.
7769         (dbus-call-method, dbus-register-signal, dbus-debug)
7770         (dbus-registered-functions-table): Declare them with
7771         `declare-function' or `defvar', respectively.
7772         (top): Don't assert any longer.  Require 'cl when compiling.
7773         Apply `ignore-errors' but `dbus-ignore-errors'.
7775 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
7777         * diff-mode.el (diff-add-change-log-entries-other-window):
7778         Use add-change-log-entry.
7780 2008-02-09  Jason Rumney  <jasonr@gnu.org>
7782         * button.el (button-map):
7783         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
7784         * ldefs-boot.el: Regenerate.
7786 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
7788         * epa.el (epa-faces, epa):
7789         * epa-file.el (epa-file):
7790         * epg-config.el (epg): Add :version.
7792 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
7794         * vc.el (vc-exec-after): Append CODE to previous fragments.
7795         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
7796         take MESSAGES instead of VERBOSE; use it when non-nil.
7797         (vc-diff-internal): Compute messages once; use them;
7798         update call to vc-diff-finish.
7800 2008-02-09  Michael Olson  <mwolson@gnu.org>
7802         * net/tramp.el (tramp-process-sentinel): Avoid error when process
7803         buffer has been killed, such as by
7804         `tramp-cleanup-all-connections'.
7806 2008-02-09  Miles Bader  <miles@gnu.org>
7808         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
7810 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7812         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
7813         splitter in context hunks.
7815 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
7817         * international/fontset.el (setup-default-fontset): Fix arabic otf
7818         font specification.
7820 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
7822         * epa-dired.el:
7823         * epa-file.el:
7824         * epa-mail.el:
7825         * epa-setup.el:
7826         * epa.el:
7827         * epg-config.el:
7828         * epg-package-info.el:
7829         * epg.el: Initial check-in of EasyPG.
7831 2008-02-08  Glenn Morris  <rgm@gnu.org>
7833         * woman.el (woman-locale): New defcustom.
7834         (woman-expand-locale, woman-manpath-add-locales): New functions.
7835         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
7837         * international/mule-cmds.el (locale-translate): New function,
7838         with old code extracted from set-locale-environment.
7839         (set-locale-environment): Use locale-translate.  Set woman-locale.
7841         * cus-start.el (selection-coding-system): Remove, since it's now
7842         defined in select.el rather than in xselect.c.
7843         * select.el (selection-coding-system): Make it a defcustom, and
7844         add the properties from cus-start.el.  Bump :version.
7846         * custom.el (custom-theme-set-variables): Sort symbols that are
7847         dependencies before symbols that depend on them.
7848         (custom-enabled-themes): Set after custom-theme-directory.
7850         * pcmpl-unix.el (top-level): Move provide statement to end.
7851         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
7852         `*' from doc-string.  Allow to be nil.
7853         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
7854         Allow to be nil.  Add :version.
7855         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
7856         without hostnames, and multiple hostnames per line.
7858         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
7860 2008-02-08  Phil Hagelberg  <phil@evri.com>
7862         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
7863         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
7865 2008-02-07  Timo Savola  <timo.savola@iki.fi>
7867         * startup.el (command-line-x-option-alist): Add --parent-id.
7869         * term/x-win.el (x-handle-parent-id): New function.
7871 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
7873         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
7874         "Font Menu".
7876 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
7878         * net/dbus.el (dbus-interface-peer): New defconst.
7879         (dbus-ping): New defun.
7881 2008-02-06  Sam Steingold  <sds@gnu.org>
7883         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
7885 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7887         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
7888         Just return nil and let the C code provide a fallback.
7890 2008-02-05  Glenn Morris  <rgm@gnu.org>
7892         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
7893         tramp-flush-connection-property for removed 2nd argument.
7895 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * diff-mode.el (diff-add-change-log-entries-other-window):
7898         Rename from diff-create-changelog.  Change users.
7899         Minor change to hopefully work with plain diffs.
7900         (diff-mode-map): Add binding for it.
7902 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
7904         * diff-mode.el: Add new TODO entry.
7905         (diff-create-changelog): New function.
7906         (diff-mode-menu): Bind it.
7908 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
7910         * international/mule-diag.el (print-fontset-element): Handle the
7911         case of inhibiting the fallback fonts.
7913 2008-02-04  Kim F. Storm  <storm@cua.dk>
7915         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7916         (ido-magic-delete-char): Use prefix arg.
7918 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
7920         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
7921         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
7922         of today, the most recent libpng is 1.2.24).
7924 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
7926         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
7928         * net/dbus.el (top): Check (featurep 'dbusbind).
7930         * net/tramp.el (tramp-process-sentinel): New defun.
7931         (tramp-do-copy-or-rename-file-out-of-band)
7932         (tramp-maybe-open-connection): Use it as process sentinel.
7933         (tramp-handle-delete-directory): Don't use the "-f" option; it
7934         isn't portable.
7935         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
7936         after the command.
7937         (tramp-handle-shell-command): Set `mode-line-process' in the
7938         asynchronous case.
7940         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
7942         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
7943         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7944         Use `tramp-process-sentinel' as process sentinel.
7946 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
7948         * whitespace.el (global-whitespace-mode): Revert last change.
7949         (whitespace-unload-function): Force `global-whitespace-mode'
7950         to deactivate local modes in a slightly less intrusive way.
7952 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
7954         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
7956 2008-02-02  Glenn Morris  <rgm@gnu.org>
7958         * international/latin1-disp.el (latin1-display):
7959         * progmodes/fortran.el (fortran-comment-indent-char):
7960         * progmodes/idlw-shell.el (top-level):
7961         * term/mac-win.el (mac-keyboard-translate-char):
7962         * whitespace.el (whitespace-char-valid-p):
7963         * wid-edit.el (widget-key-sequence-read-event):
7964         Use characterp rather than char-valid-p.
7966         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7967         to capitalized-find-word-boundary.  Doc fix.  Update callers.
7968         (capitalized-next-word-boundary-function-table): Rename to
7969         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
7971         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7972         string-to-int.
7974         * ps-def.el (declare-function): Add compatibility definition.
7975         (ps-plot-with-face, ps-plot-string): Declare as functions.
7976         (ps-bold-faces, ps-italic-faces): Declare variables.
7978         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7979         (ps-mule-end-job): Declare as functions.
7981         * wid-edit.el (widget-string-complete): Use assoc-string rather
7982         than assoc-ignore-case.
7984 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
7986         * progmodes/etags.el (next-file): Improve revert message.
7988 2008-02-01  Andreas Schwab  <schwab@suse.de>
7990         * loadup.el: Load language/burmese instead of language/myanmar.
7992 2008-02-01  Richard Stallman  <rms@gnu.org>
7994         * language/burmese.el: Rename from myanmar.el.
7995         ("Burmese"): Rename from "Myanmar".
7997 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
7999         * international/fontset.el (script-representative-chars): Add cham
8000         and tai-viet.
8001         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
8002         Add fontconfig spec for cjk-misc.  Explicitly specify font font
8003         for U+E000..U+F8FF.
8005         * international/characters.el (script-list): Add cham.
8007         * language/cham.el: New file.
8009 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
8011         * xml.el (xml-escape-string): Don't do any encoding changes on the
8012         string.
8014 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8016         * language/ind-util.el (in-is13194-post-read-conversion):
8017         Delete unnecessary call of indian-compose-region.
8019 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8021         * ps-print.el: Some face attributes (like :strike-through) were not
8022         being recognised.  Reported by Leo <sdl.web@gmail.com>.
8023         (ps-print-version): New version 7.3.2.
8024         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
8025         ps-face-overline-p and ps-face-box-p functions.
8027         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
8028         New functions.
8030 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8032         * international/fontset.el (font-encoding-alist): Add an entry for
8033         iso8859-16.
8034         (setup-default-fontset): Add iso8859-16 to latin.
8036         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
8037         hexadigit string.
8038         (describe-char): Adjust for the above change.
8040 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8042         * international/fontset.el (font-encoding-alist): Don't set the
8043         repertory of GB18030 fonts.
8045 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8047         * language/indian.el: Set font-shape-text for all Indic characters
8048         in composition-function-table.
8050         * language/khmer.el: New file.
8052         * language/myanmar.el: New file.
8054         * loadup.el: Load "language/khmer" and "language/myanmar".
8056 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8058         * international/fontset.el (setup-default-fontset): Fix lao OTF
8059         script name.
8061 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8063         * composite.el (terminal-composition-modification): Delete it.
8065 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8067         * international/fontset.el (x-complement-fontset-spec):
8068         Complement size too.
8070 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8072         * international/fontset.el (font-encoding-charset-alist):
8073         Initialize it.
8074         (otf-script-alist): Fix typo of canadian-aboriginal.
8075         (setup-default-fontset): Specify font-specs for many more scripts.
8076         (x-complement-fontset-spec): Change the first argument to a
8077         font-spec object.
8078         (create-fontset-from-fontset-spec): Adjust for the above change.
8080 2008-02-01  Kenichi Handa  <handa@m17n.org>
8082         * language/devanagari.el: Register font-shape-text in
8083         composition-function-table.
8085         * language/tibetan.el: Register font-shape-text in
8086         composition-function-table.
8088         * language/thai-util.el (thai-composition-function): Fix arguments.
8090         * language/tamil.el: Register font-shape-text in
8091         composition-function-table.
8093         * language/malayalam.el: Register font-shape-text in
8094         composition-function-table.
8096         * language/lao.el: Register font-shape-text in
8097         composition-function-table.
8099         * language/kannada.el: Register font-shape-text in
8100         composition-function-table.
8102         * language/european.el (diacritic-composition-function): Fix arguments.
8104         * language/ethio-util.el (ethio-composition-function): Fix arguments.
8106         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
8108         * composite.el (composition-function-table): Fix docstring.
8109         (terminal-composition-function): Fix arguments.
8110         (auto-compose-current-font): Delete it.
8111         (auto-compose-chars): Adjust for the change of
8112         composition-function-table.
8114 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8116         * international/fontset.el (font-encoding-alist): Add the entry of
8117         "unicode-bmp".
8119 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8121         * composite.el (auto-compose-chars): Be sure to calculate
8122         composition at least at POS.
8124 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8126         * printing.el: Fix pr-interface-map initialization code.
8127         (pr-version): New version 6.9.3.
8128         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
8129         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
8130         (pr-f-read-string): Replace by pr-read-string.
8131         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
8132         New function name.
8133         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
8135 2008-02-01  Kenichi Handa  <handa@m17n.org>
8137         * language/tv-util.el (tai-viet-re): Include '-'.
8138         (tai-viet-glyph-info): Handle '-'.
8140 2008-02-01  Kenichi Handa  <handa@m17n.org>
8142         * descr-text.el (describe-char): Handle a composition of the new
8143         format.  Show font name.
8145 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8147         * language/tibet-util.el (tibetan-composition-function): Use
8148         font-shape-text if auto-compose-current-font is non-nil.
8150         * language/tibetan.el: Fix the range for recording
8151         tibetan-composition-function in composition-function-table.
8153         * language/mlm-util.el (malayalam-composition-function): Use
8154         font-shape-text if auto-compose-current-font is non-nil.
8156         * international/mule-conf.el: Flag many charsets as supplementary.
8158         * international/mule.el (define-charset): Update the docstring for
8159         :supplementary-p.
8161         * international/fontset.el (setup-default-fontset): Add OpenType
8162         fonts for malayalam and tibetan.
8164 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8166         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
8168 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8170         * international/fontset.el (otf-script-alist): Make all otf tags
8171         4-letters.
8172         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
8174         * language/tml-util.el (tamil-composition-function): Use
8175         font-shape-text if auto-compose-current-font is non-nil.
8177         * language/devan-util.el (devanagari-composition-function): Use
8178         font-shape-text if auto-compose-current-font is non-nil.
8180         * composite.el (auto-compose-chars): Change argument font-object
8181         to window.
8183 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8185         * ps-print.el (ps-lpr-switches): Docstring fix.
8186         (ps-string-list): New function.
8187         (ps-do-despool): Code fix.
8189 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8191         * international/utf-7.el (utf-7-imap-post-read-conversion)
8192         (utf-7-imap-pre-write-conversion): New functions.
8194         * international/mule-conf.el (utf-7-imap): New coding system.
8196 2008-02-01  Kenichi Handa  <handa@m17n.org>
8198         * term/x-win.el (x-selection-value): If x-select-request-type is
8199         nil, try also STRING at last.
8200         (x-select-request-type): Doc fix for the change of x-selection-value.
8202         * select.el (selection-coding-system, next-selection-coding-system):
8203         Move declarations from xselect.c.
8204         (x-get-selection): Decode by selection-coding-system if it is non-nil.
8205         If it is nil, decode by a proper coding system.  Handle C_STRING.
8206         (ccl-check-utf-8, string-utf-8-p): Delete them.
8207         (xselect-convert-to-string): Fix determining data-type in the case
8208         that TEXT is requested.  Don't use selection-coding-system if it's
8209         not proper for the data-type.
8211 2008-02-01  Kenichi Handa  <handa@m17n.org>
8213         * term/x-win.el (x-selection-value): If x-select-request-type is
8214         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
8216 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8218         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
8219         to signify default fontset.
8221 2008-02-01  Kenichi Handa  <handa@m17n.org>
8223         * international/mule-cmds.el (describe-language-environment):
8224         Check if the specified input method exists or not.
8226 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8228         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
8229         (ps-face-background-name): Remove this function.  It's already defined
8230         in ps-def.el file.
8232 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8234         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
8235         Epoch emacsen.
8237 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8239         * ps-print.el: Now detect if text foreground and background colors are
8240         equals and replace the foreground color by another color, so the text
8241         becomes visible.  Doc fix.
8242         (ps-print-version): New version 7.3.
8243         (ps-default-fg, ps-default-bg): Docstring fix.
8244         (ps-fg-list, ps-fg-validate-p): New options.
8245         (ps-foreground-list): New variable.
8246         (ps-generate-header-line): Replace fboundp by functionp.
8247         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
8249 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8251         * printing.el: Pacify byte compiler, that is, no compiler warnings.
8252         Move (again) some variable definitions before use, define some
8253         function aliases, no code change.
8254         (pr-version): New version 6.9.2.
8255         (pr-path-style, pr-auto-region, pr-menu-char-height)
8256         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
8257         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
8258         via (defvar VAR).
8259         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
8260         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
8261         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
8262         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
8263         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
8264         (pr-menu-print-item, pr-ps-printer-menu-modified)
8265         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
8266         (pr-even-or-odd-alist): Move variable definitions.
8268 2008-02-01  Kenichi Handa  <handa@m17n.org>
8270         * language/chinese.el (cp936): Delete duplicated alias.
8272         * international/mule-diag.el (list-block-of-chars): Don't insert
8273         non-Unicode characters.
8275 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8277         * loadup.el [windows-nt]: Don't load code-pages and ccl.
8278         * term/w32-win.el: Don't require code-pages.
8280 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8282         Fix up multi-tty merge.
8284         * version.el (emacs-version): Bump to 23.0.60.
8286         * term/x-win.el (x-initialize-window-system): Don't try to create
8287         a fontset from a font-specification anymore.  This was removed on the
8288         unicode branch and mistakenly re-added by the multi-tty merge.
8290         * term/w32-win.el: Remove duplicate code that's now in
8291         w32-initialize-window-system.
8292         (w32-initialize-window-system): Don't try to create a fontset from
8293         a font-specification anymore.  This was removed on the unicode branch
8294         and mistakenly re-added by the multi-tty merge.
8296         * term/mac-win.el: Remove duplicate top-level code.
8298         * language/ethio-util.el:
8299         * international/characters.el: Use utf-8 rather than utf-8-emacs
8300         since it works as well and has the advantage of working with
8301         non-unicode versions of Emacs.
8303         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
8304         multi-tty code, which includes the previous local change.
8306 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8308         * ps-print.el (ps-print-version): New version 7.2.5.
8309         (ps-background, ps-begin-file, ps-build-reference-face-lists):
8310         Use `mapc' rather than `mapcar'.
8312 2008-02-01  Kenichi Handa  <handa@m17n.org>
8314         * skeleton.el (skeleton-internal-1): Use integerp and stringp
8315         instead of char-or-string-p to catch -1.
8317 2008-02-01  Kenichi Handa  <handa@m17n.org>
8319         * international/mule-cmds.el (inactivate-input-method):
8320         Set input-method-function to nil before calling
8321         inactivate-current-input-method-function.
8323 2008-02-01  Kenichi Handa  <handa@m17n.org>
8325         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
8326         height that doesn't exceed the requested height by rounding off.
8328 2008-02-01  Andreas Schwab  <schwab@suse.de>
8330         * international/mule-diag.el (print-fontset-element):
8331         Use fontp only if defined.
8333 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8335         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
8336         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
8337         (ps-mule-prologue-generated): Code fix.
8339 2008-02-01  Kenichi Handa  <handa@m17n.org>
8341         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
8342         with FIXEDCASE t.
8344 2008-02-01  Kenichi Handa  <handa@m17n.org>
8346         * international/mule-diag.el (print-fontset-element): Fix for the
8347         format change of a fontset element for font-backend feature.
8349 2008-02-01  Kenichi Handa  <handa@m17n.org>
8351         * descr-text.el (describe-char): Fix for the case that a component
8352         character is TAB.
8354 2008-02-01  Kenichi Handa  <handa@m17n.org>
8356         * international/mule-cmds.el (select-safe-coding-system-interactively):
8357         Fix printing of rejected and unsafe coding-systems.
8359         * international/fontset.el (setup-default-fontset): Add tai-viet.
8361         * international/characters.el: Setup syntax/category table for Tai Viet.
8362         (script-list): Add tai-viet.
8364         * loadup.el: Load "language/tai-viet".
8366         * language/tai-viet.el: New file.
8368         * language/tv-util.el: New file.
8370 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8372         * faces.el (font-weight-table): Use defaults on w32 that match
8373         LOGFONT.lfWeight.
8375         * term/w32-win.el: Don't create fontset from command-line font.
8377 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8379         * international/mule-cmds.el (toggle-enable-multibyte-characters)
8380         (sort-coding-systems, search-unencodable-char): Doc fixes.
8381         (default-input-method, input-method-verbose-flag)
8382         (input-method-highlight-flag): Remove * in defcustom's docstrings.
8383         (exit-language-environment-hook, set-default-coding-systems)
8384         (coding-system-change-eol-conversion, prefer-coding-system)
8385         (find-multibyte-characters, leim-list-entry-regexp)
8386         (set-input-method, input-method-exit-on-first-char, princ-list)
8387         (locale-language-names, locale-charset-language-names)
8388         (define-char-code-property): Fix typos in docstrings.
8390 2008-02-01  Kenichi Handa  <handa@m17n.org>
8392         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
8393         Fix for a new character code space (22-bit).
8395 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
8397         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
8399 2008-02-01  Kenichi Handa  <handa@m17n.org>
8401         * international/characters.el: Add more cases/syntaxes from Latin
8402         characters.
8404 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8406         * ps-def.el (installation-directory): Must be initialized when defining
8407         it in XEmacs.
8408         (coding-system-for-read): Eliminate duplicated definition.
8410 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8412         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
8414 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8416         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
8417         (ps-print-emacs-type): Eliminate variable.
8418         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
8419         running ps-print package.
8421         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
8422         (ps-frame-parameter): Replace defun by defalias.
8423         (mark-active): Eliminate defvar.
8425         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
8426         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
8427         (ps-jts-ps-setup): Replace macros by vector key definition.
8429 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8431         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
8432         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
8433         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
8434         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
8435         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
8436         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
8437         New command actions for EPS header and EPS footer.
8439         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
8440         footer.  Fix some problems with one-or-more, zero-or-more and
8441         alternative constructions generation.  Some implementation of log
8442         messages.  Doc fix.
8443         (ebnf-version): New version 4.4.
8444         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
8445         (ebnf-eps-footer, ebnf-log): New options.
8446         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
8447         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
8448         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
8449         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
8450         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
8451         (ebnf-style-custom-list, ebnf-style-database): Put new values.
8452         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
8453         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
8454         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
8455         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
8456         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
8457         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
8458         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
8459         (ebnf-non-terminal-dimension, ebnf-special-dimension)
8460         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
8461         (ebnf-except-dimension, ebnf-alternative-dimension)
8462         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
8463         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
8464         Insert log message function.
8465         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
8466         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
8467         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
8468         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
8469         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
8470         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
8471         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
8472         compatibility with Emacs 20 & 21.
8473         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
8474         (ebnf-eps-file-alist, ebnf-basic-width-extra)
8475         (ebnf-basic-empty-height): New variables.
8476         (ebnf-prologue): Fix PostScript code.
8477         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
8478         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
8479         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
8480         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
8482 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8484         * printing.el: Group together all XEmacs/Emacs definitions.
8485         (pr-version): New version 6.9.
8486         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
8487         New functions.
8488         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8489         (pr-menu-bind): Fix code.
8490         (pr-e-frame-char-height, pr-e-frame-char-width)
8491         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8492         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8493         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8494         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8495         (pr-x-event-y-pixel): Eliminate aliases.
8496         (pr-xemacs-global-menubar): Move macro.
8497         (current-menubar, current-mouse-event, zmacs-region-stays)
8498         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8499         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8500         Move variables.
8501         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8502         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8503         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8504         (pr-menu-set-utility-title, pr-even-or-odd-pages)
8505         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8506         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
8507         Move functions.
8509 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8511         * ps-print.el: The ps-print commands without face printing should not
8512         print background color.  Reported by Leo <sdl.web@gmail.com>.
8513         (ps-print-version): New version 7.2.2.
8514         (ps-begin-job): New arg.  Fix ps-default-background and
8515         ps-default-foreground initialization.
8516         (ps-face-attributes): Fix doc string.
8517         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
8519         * printing.el: Fix ps-print link.
8521 2008-02-01  Kenichi Handa  <handa@m17n.org>
8523         * international/mule-diag.el (list-character-sets-2): Don't print width.
8525 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8527         * ps-print.ps: Fix background height.
8528         (ps-print-version): New version 7.2.1.
8530 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8532         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
8533         into separate files.
8534         (ps-print-version): New version 7.2.
8535         (ps-postscript-code-directory): Fix XEmacs initialization.
8536         (ps-generate-postscript-with-faces):
8537         Call ps-generate-postscript-with-faces1 (new function).
8538         (ps-color-format, ps-float-format): Move variables to ps-def.el.
8539         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
8540         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
8541         (ps-face-background-name, ps-frame-parameter, ps-color-device)
8542         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
8543         Move functions to ps-def.el.
8544         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
8545         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8546         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8547         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8548         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8549         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8550         Move functions to ps-samp.el.
8552         * ps-bdf.el (installation-directory, coding-system-for-read):
8553         Move variables to ps-def.el.
8555         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
8556         (charset-bytes, charset-dimension, charset-id, charset-width)
8557         (find-charset-region, char-width, chars-in-region, forward-point)
8558         (decompose-composite-char, encode-coding-string, coding-system-p)
8559         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8560         (string-make-multibyte, encode-char): Move functions to ps-def.el.
8562         * ps-def.el: New file.  XEmacs/Emacs definitions.
8563         (ps-generate-postscript-with-faces1): New function.
8564         (ps-color-format, ps-float-format): Move variables from ps-print.el.
8565         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
8566         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
8567         (ps-face-background-name, ps-frame-parameter, ps-color-device)
8568         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
8569         Move functions from ps-print.el.
8570         (installation-directory, coding-system-for-read):
8571         Move variables from ps-bdf.el.
8572         (leading-code-private-22): Move variable from ps-mule.el.
8573         (charset-bytes, charset-dimension, charset-id, charset-width)
8574         (find-charset-region, char-width, chars-in-region, forward-point)
8575         (decompose-composite-char, encode-coding-string, coding-system-p)
8576         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
8577         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
8579         * ps-samp.el: New file.  Sample setup code.
8580         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
8581         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
8582         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
8583         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
8584         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
8585         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
8586         Move functions from ps-print.el.
8588 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8590         * ps-print.el: Handle frame parameters (background and/or foreground
8591         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
8592         (ps-print-version): New version 7.1.
8593         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
8594         (ps-frame-parameter): New function.
8595         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
8596         Fix doc and customization.
8597         (ps-begin-job): Get frame parameters (background and/or foreground
8598         colors).
8599         (ps-do-despool): Ensure ps-printer-name has a valid value.
8601 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8603         * progmodes/ebnf-abn.el:
8604         * progmodes/ebnf-bnf.el:
8605         * progmodes/ebnf-dtd.el:
8606         * progmodes/ebnf-ebx.el:
8607         * progmodes/ebnf-iso.el:
8608         * progmodes/ebnf-otz.el:
8609         * progmodes/ebnf-yac.el:
8610         * progmodes/ebnf2ps.el:
8611         * delim-col.el:
8612         * printing.el:
8613         * ps-bdf.el:
8614         * ps-mule.el:
8615         * ps-print.el: Remove 'Time-stamp' comment mark.
8617         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
8618         'easy-menu-add-item' when called in Emacs 21 or higher.
8620 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8622         * ps-print.el : Fix doc.
8623         (ps-print-version): New version 7.0.
8625 2008-02-01  Kenichi Handa  <handa@m17n.org>
8627         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
8628         XMODIFIERS.
8630 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8632         * ps-print.el: Fix maintainer email.  Eliminate function declaration
8633         that kept compatibility with older Emacs version.
8634         (ps-print-version): New version 6.7.
8636 2008-02-01  Kenichi Handa  <handa@m17n.org>
8638         * international/quail.el (quail-get-translations):
8639         Make quail-current-key multibyte if not yet done.
8641 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8643         * language/chinese.el ("Chinese-GBK"): Add tutorial.
8644         ("Chinese-GB18030"): Add sample-text and tutorial.
8646         * international/fontset.el (font-encoding-alist)
8647         (setup-default-fontset): Add gb18030.
8648         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
8649         (charset-script-alist): Add gbk and gb18030.
8651         * international/characters.el: Put property
8652         preferred-coding-system on gbk and gb18030.
8654         * international/mule-cmds.el (locale-language-names): Add an entry
8655         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
8657         * faces.el (face-font-registry-alternatives): Add gb18030.
8659 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8661         * ps-mule.el: Fix maintainer email.
8663 2008-02-01  Kenichi Handa  <handa@m17n.org>
8665         * international/quail.el (quail-insert-kbd-layout): Check the
8666         length of (cdr translation).
8667         (quail-get-current-str): Check the length of (cdr def).
8669 2008-02-01  Kenichi Handa  <handa@m17n.org>
8671         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
8673 2008-02-01  Kenichi Handa  <handa@m17n.org>
8675         * international/mule-cmds.el (ucs-insert): Re-implement.
8677 2008-02-01  Kenichi Handa  <handa@m17n.org>
8679         * composite.el (terminal-composition-modification): New function.
8680         (terminal-composition-function): Create composition with the above
8681         modification function.
8683 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8685         * international/characters.el: Add more full-width characters in
8686         char-width-table.
8688 2008-02-01  Kenichi Handa  <handa@m17n.org>
8690         * international/fontset.el (create-fontset-from-fontset-spec):
8691         Fix script name handling.
8693 2008-02-01  Kenichi Handa  <handa@m17n.org>
8695         * composite.el (terminal-composition-function): New function.
8696         (terminal-composition-function-table): New variable.
8697         (auto-compose-chars): If running on a terminal, use
8698         terminal-composition-function-table.
8700         * loadup.el: Load "composite" after "international/characters".
8702         * international/characters.el: Delete codes for setting up charset
8703         property nospace-between-words.  Fix setting up of
8704         char-width-table.  Don't make ethiopic and tibetan double column.
8706         * textmodes/fill.el (fill-find-break-point-function-table):
8707          Don't set it up in defvar.
8708         (fill-nospace-between-words-table): New variable.
8709         (fill-delete-newlines): Check fill-nospace-between-words-table
8710         instead of charset property nospcae-between-words.
8712 2008-02-01  Kenichi Handa  <handa@m17n.org>
8714         * composite.el (global-auto-composition-mode): Make the initial
8715         value not depend on emacs-basic-display.
8717         * textmodes/fill.el: Don't use charset property
8718         `fill-find-break-point-function'.
8719         (fill-find-break-point-function-table): New variable.
8720         (fill-find-break-point): Lookup fill-find-break-point-function-table.
8722 2008-02-01  Kenichi Handa  <handa@m17n.org>
8724         * international/mule.el (coding-system-list): Be sure to exclude
8725         subsidiary coding systems.
8727 2008-02-01  Kenichi Handa  <handa@m17n.org>
8729         * composite.el (auto-composition-after-change)
8730         (toggle-auto-composition): Remove `auto-composed' property instead
8731         of setting it to nil.
8733 2008-02-01  Kenichi Handa  <handa@m17n.org>
8735         * language/misc-lang.el (iso-8859-6): New coding system.
8737 2008-02-01  Kenichi Handa  <handa@m17n.org>
8739         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
8740         replace-regexp-in-string as replacement.
8742 2008-02-01  Kenichi Handa  <handa@m17n.org>
8744         * international/fontset.el (otf-script-alist): Add byzm, math,
8745         musc, and nko.
8747         * international/characters.el (script-list): Add nko,
8748         byzantine-musical-symbol, musical-symbol, and mathematical.
8750 2008-02-01  Kenichi Handa  <handa@m17n.org>
8752         * composite.el (auto-compose-current-font): New variable.
8753         (auto-compose-chars): New arg FONT-OBJECT.
8755 2008-02-01  Kenichi Handa  <handa@m17n.org>
8757         * international/characters.el: Modify category-table and
8758         script-table for new Ethiopic character range.
8760 2008-02-01  Kenichi Handa  <handa@m17n.org>
8762         * international/mule-cmds.el (set-language-environment-fontset):
8763         Delete it.
8765 2008-02-01  Kenichi Handa  <handa@m17n.org>
8767         * international/fontset.el (otf-script-alist): Set it.
8769 2008-02-01  Kenichi Handa  <handa@m17n.org>
8771         * international/fontset.el (font-encoding-alist):
8772         Fix for "ethiopic-unicode".
8774 2008-02-01  Kenichi Handa  <handa@m17n.org>
8776         * international/fontset.el (script-representative-chars):
8777         Add an entry for latin script.
8779 2008-02-01  Kenichi Handa  <handa@m17n.org>
8781         * faces.el (font-weight-table): Treat regular and normal as the
8782         same as medium.
8783         (font-slant-table): Add (roman . 100).
8785 2008-02-01  Kenichi Handa  <handa@m17n.org>
8787         These changes are for the new font handling codes.
8789         * faces.el (font-weight-table, font-slant-table)
8790         (font-swidth-table): New customizable variables.
8792         * international/fontset.el (font-encoding-alist): Add koi8-4.
8793         (script-representative-chars): Set the default value.
8794         (create-fontset-from-x-resource): Delete `message'.
8796 2008-02-01  Kenichi Handa  <handa@m17n.org>
8798         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
8799         Call set-buffer-multibyte with arg `to'.
8801 2008-02-01  Kenichi Handa  <handa@m17n.org>
8803         * info.el (Info-fontify-node): Check if already fontified or not
8804         by next-single-property-change.
8806 2008-02-01  Kenichi Handa  <handa@m17n.org>
8808         * international/mule.el (ctext-pre-write-conversion): Produce
8809         extra designation sequence for ASCII at the end off extended segment.
8811 2008-02-01  Kenichi Handa  <handa@m17n.org>
8813         * international/mule.el (ctext-non-standard-encodings-table):
8814         Reverse the returning list.
8815         (ctext-pre-write-conversion): Fix encoding with extended segments.
8817         * international/mule-conf.el (compound-text)
8818         (compound-text-with-extensions): Add long-form in :flags.
8820 2008-02-01  Kenichi Handa  <handa@m17n.org>
8822         * international/fontset.el (create-fontset-from-fontset-spec): Fix
8823         regexp for paring FONTSET-SPEC (allow spaces after `:').
8825 2008-02-01  Kenichi Handa  <handa@m17n.org>
8827         * international/fontset.el (create-fontset-from-fontset-spec): Fix
8828         for the case that a charset is specified as target.
8830 2008-02-01  Kenichi Handa  <handa@m17n.org>
8832         * international/ccl.el (ccl-embed-string): Check string length.
8833         Set special flag for multibyte character sequence.
8834         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
8835         str unibyte.
8836         (ccl-compile-write): If the character code doesn't fit in 22-bit
8837         (ccl-dump-write-const-string): Check special flag for multibyte
8838         character sequence.
8840 2008-02-01  Kenichi Handa  <handa@m17n.org>
8842         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
8843         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
8844         ps-mule-eight-bit-char.
8846 2008-02-01  Kenichi Handa  <handa@m17n.org>
8848         * language/chinese.el ("Chinese-BIG5"):
8849         Set ctext-non-standard-encodings property to "big5-0".
8851         * international/mule.el (ctext-non-standard-encodings):
8852         Initialize to nil.
8853         (ctext-non-standard-encodings-alist): Set charset `big5' in the
8854         entry for "big5-0".
8855         (ctext-non-standard-encodings-table): Return a list instead of
8856         char-table.
8857         (ctext-pre-write-conversion): Adjust for the above change.
8859 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8861         * international/mule.el (ctext-non-standard-encodings-alist):
8862         Add an entry for gbk-0.
8863         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
8864         a row 8-bit.
8866         * language/chinese.el ("Chinese-GBK"):
8867         Set ctext-non-standard-encodings property to "gbk-0".
8868         Add sample-text property.
8870 2008-02-01  Kenichi Handa  <handa@m17n.org>
8872         * international/kkc.el (kkc-region): Use
8873         this-single-command-raw-keys on pushing back an unhandled key sequence.
8875 2008-02-01  Kenichi Handa  <handa@m17n.org>
8877         * international/encoded-kb.el (encoded-kbd-mode):
8878         Check saved-input-mode on turning off Encoded Kbd mode.
8880         * composite.el (auto-composition-after-change): Use save-buffer-state.
8881         (turn-on-auto-composition-if-enabled): Don't turn on
8882         auto-composition-mode in a unibyte buffer.
8884 2008-02-01  Kenichi Handa  <handa@m17n.org>
8886         * startup.el (command-line): Use custom-reevaluate-setting for
8887         global-auto-composition-mode.
8889         * composite.el (auto-composition-function): Make it buffer local.
8890         (auto-composition-mode): New minor mode.
8891         (turn-on-auto-composition-if-enabled): New function.
8892         (global-auto-composition-mode): New global minor mode.
8894 2008-02-01  Kenichi Handa  <handa@m17n.org>
8896         * descr-text.el (describe-char): Use insert-text-button instead of
8897         widget-create for "customize what to show" button.
8899 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8901         * language/ethiopic.el: Fix copyright.
8902         (composition-function-table): Support a new character in Unicode 4.1.
8904         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
8905         (ethio-tex-to-fidel-buffer, ethio-composition-function)
8906         ("ethiopic-tex"): Support new characters in Unicode 4.1.
8908 2008-02-01  Kenichi Handa  <handa@m17n.org>
8910         * international/characters.el: Register characters in
8911         auto-fill-chars.  Put nospace-between-words to more charsets.
8913 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8915         * international/mule-cmds.el (locale-language-names): Add entries
8916         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
8917         (locale-preferred-coding-systems): Fix entries for Chinese locales.
8919 2008-02-01  Kenichi Handa  <handa@etlken>
8921         * international/utf-7.el: Delete the definition of utf-7.
8922         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
8923         Add autoload cookies.
8925 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8927         * term/mac-win.el: Delete the code to create a fontset from the X
8928         resource "Font".
8930 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8932         * international/robin.el (robin-define-package): Be sure to call
8933         put-char-code-property.
8935 2008-02-01  Kenichi Handa  <handa@m17n.org>
8937         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
8938         property to 1.
8940         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
8941         property to t.
8943         * international/mule.el (coding-system-get):
8944         Check `ascii-incompatible' for backward compatiblity.
8945         (set-file-name-coding-system): Signal an error for a coding system
8946         not suitable for file name.
8947         (set-keyboard-coding-system): Signal an error for a coding system
8948         not suitable for keyboard.
8950         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
8951         Set :suitable-for-keyboard property to 1.
8953         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8954         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
8956         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
8957         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
8959 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8961         * international/robin.el (robin-define-package): Delete redundant code.
8962         (robin-add-rule): Allow N-1 reverse conversion.
8964 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
8966         * international/robin.el (robin-define-package): Make the
8967         expanded form shorter.
8969 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8971         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8972         chiense-iso-8bit.
8974 2008-02-01  Kenichi Handa  <handa@m17n.org>
8976         * loadup.el: If we are byte-compiling unidata-gen.el or running
8977         unidata-ge-files, set purify-flag to nil.
8979 2008-02-01  Kenichi Handa  <handa@m17n.org>
8981         * loadup.el: Load international/charprop.el with NOERROR t.
8983         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8985 2008-02-01  Kenichi Handa  <handa@m17n.org>
8987         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8988         New charsets and coding systems.
8989         (mac-symbol, mac-dingbats): New charsets.
8991 2008-02-01  Kenichi Handa  <handa@m17n.org>
8993         * international/characters.el: Set syntax of NBSP to punctuation.
8995 2008-02-01  Kenichi Handa  <handa@m17n.org>
8997         * international/mule-cmds.el: Don't require wid-edit.
8999 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
9001         * international/robin.el: New file.
9003         * language/ethiopic.el: Change encoding to utf-8-emacs.
9004         Register ethio-composition-function in composition-function-table.
9005         ("Ethiopic"): Change coding-systems to utf-8-emacs.
9007         * language/ethio-util.el: Change encoding to utf-8-emacs.
9008         Rewrite all transliteration functions to use robin.el.
9009         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
9010         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
9011         (ethio-prefer-ascii-punctuation): Delete variables.
9012         (ethio-char-to-ethiocode, ethio-convert-digit)
9013         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
9014         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
9015         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
9016         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
9017         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
9018         (ethio-adjust-robin, ethio-composition-function)
9019         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
9020         (ethio-sera-to-fidel-region-ethio)
9021         (ethio-sera-to-fidel-region-noethio)
9022         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
9023         New functions.
9025 2008-02-01  Miles Bader  <miles@gnu.org>
9027         * international/mule.el (auto-coding-regexp-alist)
9028         (ctext-pre-write-conversion): Replace embedded control characters
9029         with octal escapes; this prevents diff from thinking the file is binary.
9031 2008-02-01  Miles Bader  <miles@gnu.org>
9033         * descr-text.el (describe-char-unidata-list):
9034         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
9035         (byte-compile-insert-header):
9036         * international/mule.el (charset-list, set-coding-priority)
9037         (ignore-relative-composition):
9038         * international/mule-util.el (detect-coding-with-priority):
9039         * international/mule-diag.el:
9040         * international/mule-cmds.el (language-info-custom-alist):
9041         * international/codepage.el (codepage-setup):
9042         Replace references to Emacs version "22" with "23".
9044 2008-02-01  Kenichi Handa  <handa@m17n.org>
9046         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
9048         * international/fontset.el (font-encoding-alist): Add an entry for
9049         microsoft-cp1251.
9050         (setup-default-fontset): Add entries for microsoft-cp1251 and
9051         koi8-r for cyrillic.
9053         * international/mule-cmds.el (char-code-property-alist): New variable.
9054         (define-char-code-property): New function.
9055         (get-char-code-property, put-char-code-property): Handle a
9056         char-table registerd in char-code-property-alist.
9057         (set-language-environment): Check :ascii-compatible-p property of
9058         nonascii charset instead of its dimension.
9060         * international/uni-bidi.el, international/uni-category.el:
9061         * international/uni-combining.el, international/uni-comment.el:
9062         * international/uni-decimal.el, international/uni-decomposition.el:
9063         * international/uni-digit.el, international/uni-lowercase.el:
9064         * international/uni-mirrored.el, international/uni-name.el:
9065         * international/uni-numeric.el, international/uni-old-name.el:
9066         * international/uni-titlecase.el, international/uni-uppercase.el:
9067         * international/charprop.el: New files automatically generated by
9068         admin/unidata/Makefile.
9070         * loadup.el: Load internationnal/charprop.el.
9072         * descr-text.el (describe-char-unidata-list): New variable.
9073         (describe-char-unicode-data): Use char-code-property-description.
9074         (describe-char): Add lines for describing Unicode-based character
9075         properties.
9077 2008-02-01  Kenichi Handa  <handa@m17n.org>
9079         * textmodes/ispell.el: These changes are to fix the code merged
9080         from trunk for the change on 2008-02-01.
9081         (ispell-unified-chars-table): Delete it.
9082         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
9084 2008-02-01  Kenichi Handa  <handa@m17n.org>
9086         * international/mule-util.el (char-displayable-p): Check
9087         :charset-list property of CODING.
9089 2008-02-01  Kenichi Handa  <handa@m17n.org>
9091         * international/mule-cmds.el (select-safe-coding-system-interactively):
9092         Change 'mime-charset to :mime-charset.
9093         (select-safe-coding-system): Use above.
9094         (set-language-environment): Delete unnecessary code for handling
9095         overriding-fontspec.
9097 2008-02-01  Kenichi Handa  <handa@m17n.org>
9099         * international/mule-conf.el: New coding system aliases unix, dos,
9100         and mac.
9102 2008-02-01  Kenichi Handa  <handa@m17n.org>
9104         * international/titdic-cnv.el (tit-process-header): Fix embedded
9105         coding tag.
9106         (titdic-convert): Bind coding-system-for-write to the coding
9107         system specfied in the map file.  Remove `charset' property after
9108         decoding.
9109         (miscdic-convert): Bind coding-system-for-write to the coding
9110         system specfied for the map file.  Fix LANGUAGE arg to
9111         quail-define-package.
9112         (batch-miscdic-convert): Check if a file is directory or not.
9114 2008-02-01  Kenichi Handa  <handa@m17n.org>
9116         * international/mule.el (coding-system-equal): Move from mule-util.el.
9118         * international/mule-util.el (coding-system-equal): Move to mule.el.
9120 2008-02-01  Kenichi Handa  <handa@m17n.org>
9122         * international/encoded-kb.el (encoded-kbd-decode-code-list):
9123         New function.
9124         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
9125         Support multibyte charsets.
9127 2008-02-01  Kenichi Handa  <handa@m17n.org>
9129         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
9130         to eight-bit chars.
9132         * international/mule-conf.el: Don't define coding system
9133         `undecided' here.
9135 2008-02-01  Kenichi Handa  <handa@m17n.org>
9137         * international/mule-cmds.el (locale-language-names): Fix for
9138         gb18030 and gdk.
9140 2008-02-01  Kenichi Handa  <handa@m17n.org>
9142         * international/fontset.el (font-encoding-alist): Add gbk.
9143         (charset-script-alist): Add chinese-gbk.
9145 2008-02-01  Kenichi Handa  <handa@m17n.org>
9147         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
9149 2008-02-01  Kenichi Handa  <handa@m17n.org>
9151         * language/japanese.el ("Japanese"): Fix ordering of charsets.
9153 2008-02-01  Kenichi Handa  <handa@m17n.org>
9155         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
9156         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
9157         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
9159 2008-02-01  Kenichi Handa  <handa@m17n.org>
9161         * descr-text.el (describe-char): Fix for the case CODE is a cons
9162         of integers.
9164 2008-02-01  Steven Tamm  <steventamm@mac.com>
9166         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
9167         (mac-standard-fontset-spec): Create.
9169 2008-02-01  Kenichi Handa  <handa@m17n.org>
9171         * international/mule-diag.el (unicode-data):
9172         Call find-file-noselect with NOWARN t.
9174 2008-02-01  Kenichi Handa  <handa@m17n.org>
9176         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
9178 2008-02-01  Kenichi Handa  <handa@m17n.org>
9180         * international/characters.el: Give more CJK characters the
9181         category `|'.
9183         * descr-text.el (describe-char): Make it work on *Help* buffer.
9184         Suppress auto-composition on a region describing about composition.
9186         * language/european.el (diacritic-compose-region)
9187         (diacritic-compose-string, diacritic-composition-function):
9188         Compose diacritical marks only with a character whose syntax is
9189         word constituent.
9190         (diacritic-post-read-conversion): Delete it.
9192 2008-02-01  Kenichi Handa  <handa@m17n.org>
9194         * composite.el (auto-compose-chars): Execute the main code in
9195         condition-case.
9197 2008-02-01  Kenichi Handa  <handa@m17n.org>
9199         * international/fontset.el (x-complement-fontset-spec):
9200         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
9202 2008-02-01  Kenichi Handa  <handa@m17n.org>
9204         * international/characters.el (next-word-boundary-kana):
9205         Handle half-width kana.
9207 2008-02-01  Kenichi Handa  <handa@m17n.org>
9209         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
9211 2008-02-01  Kenichi Handa  <handa@m17n.org>
9213         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
9215         * mail/rmail.el (rmail-decode-babyl-format):
9216         Use with-coding-priority instead of detect-coding-with-priority.
9218 2008-02-01  Kenichi Handa  <handa@m17n.org>
9220         * international/mule.el (make-translation-table)
9221         (make-translation-table-from-vector): Set the second extra slot of
9222         the char table to 1.
9223         (make-translation-table-from-alist): Fix handling of multiple entries.
9225 2008-02-01  Kenichi Handa  <handa@m17n.org>
9227         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
9228         New translation tables.
9230         * international/mule.el (make-translation-table-from-alist):
9231         New function.
9233 2008-02-01  Kenichi Handa  <handa@m17n.org>
9235         * international/mule.el (translate-region): Re-implement it here.
9236         Make it interactive.
9238 2008-02-01  Kenichi Handa  <handa@m17n.org>
9240         * ps-mule.el (ps-mule-font-info-database): Doc fix.
9242 2008-02-01  Kenichi Handa  <handa@m17n.org>
9244         * international/mule-conf.el (chinese-cns11643-15): New charset.
9246 2008-02-01  Kenichi Handa  <handa@m17n.org>
9248         * international/fontset.el (font-encoding-alist): Add entries for
9249         variations of cns11643 fonts.
9250         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
9252 2008-02-01  Kenichi Handa  <handa@m17n.org>
9254         * international/mule-diag.el (list-charset-chars): Put charset
9255         text property.
9257         * international/fontset.el (setup-default-fontset): Delete the
9258         entry for symbol script, add JISX0213 to kana script, specify
9259         fallback fonts.
9261 2008-02-01  Kenichi Handa  <handa@m17n.org>
9263         * international/fontset.el (setup-default-fontset)
9264         (font-encoding-alist): Register "JISX0213.2004-1".
9266         * international/mule-diag.el (list-character-sets): Fix the first
9267         line message.
9268         (sort-listed-character-sets): Adjust for the change of
9269         list-characters-sets-1.
9270         (list-character-sets-1): List supplementary character sets in a
9271         different section.
9272         (list-charset-chars): Validate charset at early stage.
9274         * international/characters.el: Fix `han' script range.
9276         * international/mule-conf.el (japanese-jisx0213.2004-1):
9277         Specify :code-space.
9278         (cp932-2-byte): Fix :code-space.
9279         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
9281 2008-02-01  Kenichi Handa  <handa@m17n.org>
9283         * international/mule-conf.el (japanese-jisx0213.2004-1):
9284         Specify :dimension 2.
9286         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
9287         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
9288         New coding systems.
9289         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
9290         aliases.
9291         ("Japanese"): Add new charsets and coding systems.
9293 2008-02-01  Kenichi Handa  <handa@m17n.org>
9295         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
9296         Rename from japanese-ucs-cp932-map.
9297         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
9298         (japanese-ucs-glibc-map): Delete this translation table.
9299         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
9300         New translation tables.
9302 2008-02-01  Kenichi Handa  <handa@m17n.org>
9304         * cus-start.el: Handle charset-map-path, not charset-map-directory.
9306 2008-02-01  Kenichi Handa  <handa@m17n.org>
9308         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9310 2008-02-01  Kenichi Handa  <handa@m17n.org>
9312         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
9313         tables japanese-ucs-*-map.
9315 2008-02-01  Kenichi Handa  <handa@m17n.org>
9317         * international/eucjp-ms.el: New file (automatically generated by
9318         admin/charsets/Makefile).
9320         * international/cp51932.el: New file (automatically generated by
9321         admin/charsets/Makefile).
9323         * language/japanese.el: Load cp51932 and eucjp-ms.
9324         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
9325         (japanese-ucs-glibc-map): New translation tables.
9326         (eucjp-ms): New coding system.
9328         * international/mule.el (coding-system-put): Delete it.
9329         It's implemented in C now.
9331         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
9332         (japanese-jisx0213-a): New supplementary charset.
9333         (japanese-jisx0213.2004-1): New charset.
9335 2008-02-01  Kenichi Handa  <handa@m17n.org>
9337         * language/japanese.el (japanese-cp932): New coding system.
9338         (cp932): New alias of it.
9340         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
9341         (cp932): New charsets.
9343         * international/mule.el (define-charset): If :code-space is not
9344         given, generate it from :dimension.
9346 2008-02-01  Kenichi Handa  <handa@m17n.org>
9348         * composite.el (reference-point-alist): Doc fix.
9349         (encode-composition-rule, decode-composition-rule):
9350         Handle a rule (GREF NREF XOFF YOFF).
9352 2008-02-01  Kenichi Handa  <handa@m17n.org>
9354         * language/european.el (diacritic-composition-function): Fix for
9355         the case that POS is at the head.  Allow combining with more characters.
9357 2008-02-01  Kenichi Handa  <handa@m17n.org>
9359         * descr-text.el (describe-char): Check `charset' property.
9360         Show the code point in the charset in hexadigits.
9362         * international/mule-diag.el (stretches-for-character-list):
9363         Delete it.
9364         (list-block-of-chars): Use tabs instead of `display' property for
9365         aligning characters.
9366         (print-fontset-element): Fix the printing of XLFD.
9368 2008-02-01  Kenichi Handa  <handa@m17n.org>
9370         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9371         New function.
9372         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
9373         handling utf-8.
9375 2008-02-01  Kenichi Handa  <handa@m17n.org>
9377         * faces.el (read-face-font): Include fontsets in the completion list.
9379         * international/mule-cmds.el (set-locale-environment):
9380         Insert locale-translation-file-name in a unibyte buffer.
9382         * international/characters.el: Fix setting of category `|'.
9384 2008-02-01  Kenichi Handa  <handa@m17n.org>
9386         * language/chinese.el (chinese-gb18030): Fix :charset-list.
9388 2008-02-01  Kenichi Handa  <handa@m17n.org>
9390         * international/mule-cmds.el (select-safe-coding-system): Fix for
9391         the case that the first element of default-coding-system is t.
9392         Fix a message when some coding systems are rejected.
9394 2008-02-01  Kenichi Handa  <handa@m17n.org>
9396         * international/mule-cmds.el (set-language-environment): Put
9397         higher priority to charsets listed in `charset' property of the
9398         language environment.
9400 2008-02-01  Kenichi Handa  <handa@m17n.org>
9402         * composite.el (auto-compose-chars): Don't do unnecessary
9403         save-exclusion and save-restriction.
9405 2008-02-01  Kenichi Handa  <handa@m17n.org>
9407         * international/mule-conf.el (ctext-no-compositions):
9408         Remove garbage arguments.
9410         * international/mule.el (make-coding-system): Fix generation of
9411         properties.
9413         * international/fontset.el (setup-default-fontset): Specify fonts
9414         for `symbol' script.
9416         * international/characters.el (script-list): Include `currency'
9417         in `symbol'.
9419 2008-02-01  Alex Schroeder  <alex@gnu.org>
9421         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
9422         8601 format (a capital T between the date and the time).
9424 2008-02-01  Kenichi Handa  <handa@m17n.org>
9426         * international/mule.el (private-char-area-1-min)
9427         (private-char-area-1-max, private-char-area-2-min)
9428         (private-char-area-2-max, emacs-mule-charset-table): New variables.
9429         (convert-define-charset-argument): New function.
9430         (define-charset): Handle the old calling style.
9431         Update emacs-mule-charset-table.
9432         (make-char-internal): New function.
9434 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9436         * w32-charset-info-alist: Define iso10646-1 always.
9438 2008-02-01  Kenichi Handa  <handa@m17n.org>
9440         * composite.el (compose-region): Doc fix (delete duplicated line).
9442 2008-02-01  Kenichi Handa  <handa@m17n.org>
9444         * international/characters.el: Fix syntax for Ethiopic.
9446 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9448         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
9450         * makefile.w32-in (DONTCOMPILE): Remove old languages.
9451         Add international/latin1-disp.el.
9452         (LC_ALL): Define as C.
9454 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9456         * term/w32-win.el: Don't set fontsets to use sjis.
9458 2008-02-01  Kenichi Handa  <handa@m17n.org>
9460         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
9461         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
9463 2008-02-01  Kenichi Handa  <handa@m17n.org>
9465         * composite.el (auto-composition-chunk-size): Delete variable.
9466         (auto-compose-chars): Always stop after processing a newline.
9468 2008-02-01  Kenichi Handa  <handa@m17n.org>
9470         * international/mule.el (define-coding-system): Fix attribute
9471         name :for-unibyte.
9473 2008-02-01  Kenichi Handa  <handa@m17n.org>
9475         * ps-bdf.el: Largely re-write.
9477         * ps-mule.el: Largely re-write.
9479         * ps-print.el (ps-generate-string-list): Delete function.
9480         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
9481         (ps-header-footer-string): Delete function.
9482         (ps-encode-header-string-function): New variable.
9483         (ps-generate-header-line): Call ps-encode-header-string-function.
9484         (ps-basic-plot-string-function): New variable
9485         (ps-begin-job): Set ps-basic-plot-string-function and
9486         ps-encode-header-string-function.  For setting up headers and
9487         footers, don't use caches such as ps-rh-cache.  Don't call
9488         ps-mule-begin-page.
9489         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
9490         Don't call ps-mule-prepare-ascii-font.
9491         (ps-plot-region): Don't pay attention to composition and
9492         non-ASCII characters.
9493         (ps-generate): Call ps-mule-end-job.
9494         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
9495         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
9496         (ps-mule-end-job): Declare autoload.
9498         * composite.el (auto-compose-region): New function.
9500 2008-02-01  Dave Love  <fx@gnu.org>
9502         * international/mule-util.el
9503         (detect-coding-with-language-environment): Doc fix.
9505         * composite.el: Doc fixes.
9506         (auto-compose-chars): Use functionp, not fboundp.
9508         * international/mule-diag.el (list-charset-chars): Set buffer file
9509         coding system.
9511         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
9512         cookie.  Doc fix.
9514 2008-02-01  Dave Love  <fx@gnu.org>
9516         * international/mule-diag.el (list-charset-chars): Set buffer file
9517         coding system.
9519         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
9520         cookie.  Doc fix.
9522         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9523         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
9524         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9525         * eshell/esh-opt.el (eshell-process-option):
9526         * emulation/keypad.el (keypad-setup):
9527         * emacs-lisp/lisp-mode.el (prin1-char):
9528         * emacs-lisp/generic.el (generic-mode-set-comments):
9529         * edmacro.el (edmacro-parse-keys):
9530         * disp-table.el (standard-display-default): Use characterp.
9532 2008-02-01  Kenichi Handa  <handa@m17n.org>
9534         * international/mule-conf.el (utf-16-be): Make it an alias of
9535         utf-16be-with-signature.
9536         (utf-16-le): Make it an alias of utf-16le-with-signature.
9537         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
9538         coding system aliases.
9540         * international/utf-7.el (utf-7-decode, utf-7-encode):
9541         Use utf-16be, not utf-16-be.
9543 2008-02-01  Kenichi Handa  <handa@m17n.org>
9545         * international/mule.el (coding-system-category): New function.
9546         (set-coding-priority): Re-write.
9547         (make-translation-table): Re-write.
9549         * international/mule-cmds.el (universal-coding-system-argument):
9550         Check the coding system type `undecided', not `t'.
9551         (sort-coding-systems): Fix for iso-2022 coding systems.
9552         (find-multibyte-characters): Fix for eight-bit chars.
9553         (set-language-environment): Set charset priorities according to
9554         the charsets supported by the coding systems of higher priorities.
9556 2008-02-01  Kenichi Handa  <handa@m17n.org>
9558         * font-lock.el
9559         (font-lock-match-c-style-declaration-item-and-skip-to-next):
9560         Check (match-end 2) before going there.
9562 2008-02-01  Kenichi Handa  <handa@m17n.org>
9564         * international/mule.el (ctext-non-standard-designations-alist):
9565         Exclude entries for iso8859-1[03456].  Fix docstring.
9566         (ctext-pre-write-conversion): Make it work for the case that FROM
9567         is a string.  Don't do unnecessary save-restriction and
9568         narrow-to-region.
9570 2008-02-01  Kenichi Handa  <handa@m17n.org>
9572         * international/mule.el (ctext-non-standard-encodings-alist):
9573         Rename from non-standard-icccm-encodings-alist.
9574         (ctext-non-standard-encodings-regexp): New variable
9575         (ctext-post-read-conversion): Full rewrite.
9576         (ctext-non-standard-designations-alist): Rename from
9577         non-standard-designations-alist.
9578         (ctext-pre-write-conversion): Full rewrite.
9579         (define-coding-system): Doc fix (escape '"' by '\').
9581 2008-02-01  Dave Love  <fx@gnu.org>
9583         * international/mule-conf.el (utf-16le, utf-16be-16be)
9584         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
9585         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
9586         `-16-{b,l}e-' and define aliases for the old names.
9588         * international/mule.el (define-coding-system): Doc fix.
9590 2008-02-01  Dave Love  <fx@gnu.org>
9592         * international/utf-7.el: New file.
9594         * international/mule-conf.el (utf-7): New.
9596 2008-02-01  Kenichi Handa  <handa@m17n.org>
9598         * international/mule-conf.el (utf-16): Add :endian 'big.
9600         * international/mule.el (define-coding-system): Fix docstring
9601         about :bom and :endian.
9603 2008-02-01  Dave Love  <fx@gnu.org>
9605         * international/mule-diag.el (describe-character-set):
9606         Fix printing dimensions.  Use `×', not `x'.
9608 2008-02-01  Kenichi Handa  <handa@m17n.org>
9610         * international/fontset.el: Register CDAC fonts in
9611         face-font-rescale-alist instead of face-resizing-fonts.
9613 2008-02-01  Kenichi Handa  <handa@m17n.org>
9615         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
9616         (utf-16-be): Rename from utf-16-be-nosig.
9617         (utf-16-le-with-signature): Rename from utf-16-le.
9618         (utf-16-be-with-signature): Rename from utf-16-be.
9619         (utf-16): Set :bom to (utf-16-le-with-signature .
9620         utf-16-be-with-signature).
9622 2008-02-01  Dave Love  <fx@gnu.org>
9624         * language/georgian.el (georgian-ps, georgian-academy): New coding
9625         system.
9627         * language/chinese.el (chinese-big5-hkscs): New coding system.
9628         (big5-hkscs, cn-big5-hkscs): New aliases.
9630         * international/mule-conf.el (big5-hkscs, georgian-academy):
9631         New charset.
9632         (ibm1047): Doc fix.
9633         (pt154): Add mime-charset.
9634         (ptcp154, cp154): New aliases.
9636 2008-02-01  Dave Love  <fx@gnu.org>
9638         * international/mule.el (charset-iso-final-char, define-coding-system):
9639         Doc fix.
9641 2008-02-01  Kenichi Handa  <handa@m17n.org>
9643         * international/ccl.el (define-ccl-program): Fset charset-id
9644         to charset-id-internal temporarily.
9646 2008-02-01  Kenichi Handa  <handa@m17n.org>
9648         * international/mule-diag.el (list-block-of-chars):
9649         Use decode-char instead of make-char.
9651 2008-02-01  Kenichi Handa  <handa@m17n.org>
9653         * international/fontset.el: Enable the default fontset to use
9654         unicode fonts for ASCII characters.
9655         (x-decompose-font-name): Don't try to resolve PATTERN by
9656         x-resolve-font-name.
9657         (x-complement-fontset-spec): Never prepend an ASCII font.
9658         (create-fontset-from-fontset-spec): If a fontset of the same name
9659         already exists, override it instead of signalling an error.  Don't
9660         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
9662         * international/mule-conf.el (unicode-bmp): Delete duplicated
9663         definition.  Give it :code-offset 0.
9665         * international/mule-diag.el (print-fontset-element): New function.
9666         (print-fontset): Use print-fontset-element to print the elements
9667         of a fontset.  Use it also to print fonts fallen back to the
9668         default fontsets.
9670         * term/x-win.el: Delete the code to create a fontset from the X
9671         resource "Font".
9673 2008-02-01  Kenichi Handa  <handa@m17n.org>
9675         * international/mule-diag.el (print-fontset): Insert proper
9676         newline and indentation spaces.
9678 2008-02-01  Dave Love  <fx@gnu.org>
9680         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
9681         multibyte-char-to-unibyte.
9683         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
9685         * international/mule-cmds.el (find-coding-systems-for-charsets):
9686         Use coding-system-type, coding-system-charset-list.
9687         (standard-keyboard-coding-systems): Delete.
9688         (set-locale-environment): Maybe set keyboard coding system.
9689         Avoid typical warning about codeset in C locale.
9691 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9693         * international/fontset.el (x-complement-fontset-spec): If a
9694         fontname doesn't conform to XLFD format, try to get XLFD name by
9695         x-list-fonts.
9697 2008-02-01  Dave Love  <fx@gnu.org>
9699         * international/mule-conf.el (mik, pt154): New charsets.
9701         * language/cyrillic.el (mik, pt154): New coding systems.
9703 2008-02-01  Dave Love  <fx@gnu.org>
9705         * international/characters.el: Move parts around so that syntax
9706         definitions aren't overwritten wrongly.
9708         * international/mule-diag.el (unicode-data): Fix treatment of
9709         numeric-value fields.
9711 2008-02-01  Dave Love  <fx@gnu.org>
9713         * progmodes/cap-words.el: New file.
9715 2008-02-01  Kenichi Handa  <handa@m17n.org>
9717         The following changes are to make character composition happen
9718         automatically on displaying.
9720         * composite.el: Remove all autoload cookies.
9721         (composition-function-table): Move variable declaration from
9722         composite.c.  Change format.
9723         (save-buffer-state): Copy from font-lock.el.
9724         (auto-composition-chunk-size): New variable.
9725         (auto-compose-chars): New function.  Set
9726         auto-composition-function to it.
9727         (toggle-auto-composition): New function.
9729         * international/characters.el: Make all chararacters in the
9730         charset tibetan to tibetan script.
9732         * international/mule-conf.el (tibetan): Fix :code-space property.
9733         (tibetan-1-column): Delete :superset property, add :code-offset
9734         property.
9736         * international/quail.el (quail-input-string-to-events): Don't
9737         generate compose-chars-after events.
9739         * language/devanagari.el: Register devanagari-composable-function
9740         in composition-function-table for Devanagari characters.
9742         * language/devan-util.el: Register devanagari-composable-pattern
9743         in indian-composable-pattern.
9744         (devanagari-composition-function): Add autoload cookie.  Change
9745         arguments to conform to composition-function-table.
9747         * language/european.el: Register combining characters in
9748         composition-function-table.
9749         (diacritic-composition-function): Change arguments to conform to
9750         composition-function-table.
9752         * language/indian.el (indian-composable-pattern): New variable.
9754         * language/ind-util.el (indian-compose-region): Don't call
9755         compose-chars-after, instead call a function registered in
9756         composition-function-table.
9758         * language/lao.el: Register lao-composition-function in
9759         composition-function-table for Lao vowels and tones.
9760         (lao): Don't use lao-post-read-conversion.
9762         * language/lao-util.el (lao-post-read-conversion): Delete this function.
9763         (lao-composition-function): Change arguments to conform to
9764         composition-function-table.
9766         * language/thai.el: Register thai-composition-function in
9767         composition-function-table for Thai vowels and tones.
9768         (thai-tis620): Don't use thai-post-read-conversion.
9770         * language/thai-util.el (thai-post-read-conversion): Delete function.
9771         (thai-composition-function): Change arguments to conform to
9772         composition-function-table.
9774         * language/tibetan.el: Register tibetan-composition-function in
9775         composition-function-table for Tibetan characters.
9777         * language/tibet-util.el (tibetan-composition-function):
9778         Change arguments to conform to composition-function-table.
9780         * loadup.el: Load composite.
9782 2008-02-01  Dave Love  <fx@gnu.org>
9784         * international/mule-diag.el (unicode-data): Find unicodedata-file
9785         literally.
9787 2008-02-01  Dave Love  <fx@gnu.org>
9789         * international/fontset.el: Doc fixes.
9790         ("fontset-default"): Add iso8859-15.
9792 2008-02-01  Kenichi Handa  <handa@m17n.org>
9794         * international/fontset.el ("fontset-default"): Add an entry for
9795         `indian-is13194' charset.
9797         * international/mule-conf.el (indian-is13194): Delete :unify-map
9798         property.  Don't unify this charset.
9799         (indian-2-column): Delete :superset property, add :code-offset property.
9801         * language/devan-util.el: Delete the superfluous autoload cookie
9802         near the head of the file.
9803         (devanagari-compose-region): Add autoload cookie.
9805         * language/ind-util.el (indian-2-column-to-ucs-region):
9806         Add autoload cookie.
9808 2008-02-01  Kenichi Handa  <handa@m17n.org>
9810         * international/fontset.el ("fontset-default"): Add an entry for
9811         `devanagari' script and `malayalam-glyph' charset.
9812         (face-resizing-fonts): Register CDAC fonts.
9814         * international/mule-conf.el (malayalam-glyph): New charset.
9816 2008-02-01  Dave Love  <fx@gnu.org>
9818         * term/x-win.el: Fix typo in loop setting x-keysym-table.
9820 2008-02-01  Dave Love  <fx@gnu.org>
9822         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
9824         * term/x-win.el: Remove some ancient compatibility code.  Populate
9825         x-keysym-table.
9827         * international/mule-cmds.el (wid-edit): Require when compiling.
9828         (set-locale-environment): Check locale against coding system
9829         aliases too.
9831 2008-02-01  Kenichi Handa  <handa@m17n.org>
9833         * language/indian.el (in-is13194-devanagari):
9834         Fix :post-read-conversion and :pre-write-conversion.
9836 2008-02-01  Dave Love  <fx@gnu.org>
9838         * international/mule-cmds.el (charset): Supply doc, :tag.
9840 2008-02-01  Kenichi Handa  <handa@m17n.org>
9842         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
9843         return a unibyte string.
9845 2008-02-01  Kenichi Handa  <handa@m17n.org>
9847         * international/mule-cmds.el (set-locale-environment):
9848         Delete superfluous ')'s at the tail.
9850 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9852         * international/mule.el (define-coding-system): Fix typo;
9853         "docode" -> "decode".
9855 2008-02-01  Dave Love  <fx@gnu.org>
9857         * emacs-lisp/byte-opt.el (side-effect-free-fns):
9858          Add string-make-unibyte string-make-multibyte string-to-multibyte
9859          string-as-multibyte string-as-unibyte.
9861 2008-02-01  Dave Love  <fx@gnu.org>
9863         * language/english.el (ibm1047, cp1047): New.
9865         * international/mule-conf.el (alternativnyj): Use new table.
9866         (cp866): Define standalone, not as alias.
9867         (ibm866): Change alias.
9868         (ibm1047): New.
9870         * language/cyrillic.el (cyrillic-alternativnyj):
9871         Remove mime-charset.  Use alternativnj charset.
9872         (cp866): Remove alias.  Define standalone.
9874 2008-02-01  Dave Love  <fx@gnu.org>
9876         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
9878         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
9879         ("Tajik", "Belarusian"): Fix charset.
9881         * international/mule-cmds.el (describe-language-environment):
9882         Be case-insensitive when looking for input methods.
9883         (locale-name-match): Doc fix.
9884         (locale-charset-match-p): New.
9885         (set-locale-environment): Warn if coding system doesn't agree
9886         with system locale.
9888 2008-02-01  Kenichi Handa  <handa@m17n.org>
9890         * international/mule-cmds.el (select-safe-coding-system): If
9891         :mime-charset property of a coding system is not equal to that
9892         coding system, don't show that :mime-charset name.
9894 2008-02-01  Dave Love  <fx@gnu.org>
9896         * international/quail.el (quail-help): Fix underlining.
9898         * language/chinese.el (chinese-gb18030, gb18030)
9899         ("Chinese-GB18030"): New.
9901         * international/mule-cmds.el (locale-language-names): Add GB18030.
9903         * international/swedish.el: Don't require latin-1.
9905 2008-02-01  Dave Love  <fx@gnu.org>
9907         * language/czech.el ("Czech"):
9908         * language/slovak.el ("Slovak"):
9909         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
9911         * language/greek.el ("Greek"): Remove unibyte-syntax property.
9912         (cp737): New coding system.
9914         * language/european.el: Remove unibyte-syntax properties.
9915         Augment some coding-system properties.
9917         * international/mule-cmds.el (set-language-environment):
9918         Check for charset property of environment.
9919         (language-info-alist): Doc fix.
9921         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
9923         * international/characters.el: Add Latin-1.
9925         * international/latin-1.el, international/latin-2.el,
9926         * international/latin-3.el, international/latin-4.el,
9927         * international/latin-5.el, international/latin-8.el,
9928         * international/latin-9.el: Delete.
9930         * loadup.el: Remove international/latin-N.el.
9932         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
9933         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9934         Undo last changes.
9936         * international/mule-diag.el (unicode-data): Check that
9937         `unicodedata-file' exists.
9939 2008-02-01  Kenichi Handa  <handa@m17n.org>
9941         * international/fontset.el (charset-script-alist): Fix script names.
9943 2008-02-01  Kenichi Handa  <handa@m17n.org>
9945         * international/latin-1.el: Bind set-case-syntax-charset to
9946         iso-8859-1.  Never provide latin-1.
9948         * international/latin-2.el: Bind set-case-syntax-charset to
9949         iso-8859-2.  Never provide latin-2.
9951         * international/latin-3.el: Bind set-case-syntax-charset to
9952         iso-8859-3.  Never provide latin-3.
9954         * international/latin-4.el: Bind set-case-syntax-charset to
9955         iso-8859-4.  Never provide latin-4.
9957         * international/latin-5.el: Bind set-case-syntax-charset to
9958         iso-8859-9.  Never provide latin-5.
9960         * international/latin-8.el: Bind set-case-syntax-charset to
9961         iso-8859-14.  Never provide latin-8.
9963         * international/latin-9.el: Bind set-case-syntax-charset to
9964         iso-8859-15.  Never provide latin-9.
9966         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9967         (set-case-syntax-charset): New variable.
9968         (set-case-syntax-1): New function.
9969         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9970         Call set-case-syntax-1 on arguments.
9972         * international/mule-cmds.el (set-language-environment): Delete
9973         unnecessary setup of syntax/case for unibyte case.
9975 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
9977         * international/fontset.el (generate-fontset-menu): Exclude the
9978         default fontset.
9980         * faces.el (describe-face): Describe :fontset property too.
9982 2008-02-01  Dave Love  <fx@gnu.org>
9984         * international/characters.el: Don't set char width of CJK
9985         charsets generally.  Add some non-word syntax cases.
9986         (korean-ksc5601): Fix ranges with symbol syntax.
9988 2008-02-01  Dave Love  <fx@gnu.org>
9990         * Makefile.in (DONTCOMPILE): Add indian.el.
9992         * language/ind-util.el:
9993         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9994         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9995         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9996         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9997         Remove declarations and let-bind them in re-written top-level loop
9998         over scripts, including ucs-devanagari-to-is13194-alist.
10000 2008-02-01  Dave Love  <fx@gnu.org>
10002         * international/mule-cmds.el (charset): Move.
10003         (language-info-custom-alist): Move.  Alter :set.
10004         (find-coding-systems-for-charsets): Check charset type before
10005         getting :charset-list.
10007         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
10009 2008-02-01  Dave Love  <fx@gnu.org>
10011         * wid-edit.el (widget-string-complete): New.
10012         (widget-coding-system-prompt-value-history): Delete.
10013         (coding-system): Use coding-system-value-history.
10015         * international/mule-cmds.el (charset): New widget.
10016         (language-info-custom-alist): Use it.
10017         (default-input-method): Modify :type.
10019 2008-02-01  Dave Love  <fx@gnu.org>
10021         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
10022         (indian-glyph-char, indian-char-glyph): Delete.
10023         (is13194-default-repertory): Rename from is13194-default-repartory.
10024         (iscii-to-ucs-region): Hoist evals from loop.
10026         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
10028         * language/indian.el (indian-script-table)
10029         (ccl-encode-indian-glyph-font): Delete.
10031         * international/mule-cmds.el (language-info-custom-alist): New.
10032         (input-method-activate-hook, input-method-inactivate-hook)
10033         (input-method-after-insert-chunk-hook)
10034         (input-method-use-echo-area, set-language-environment-hook)
10035         (exit-language-environment-hook): Customize.
10036         (find-coding-systems-for-charsets): Rewrite.
10037         (default-input-method): Add :link.
10039 2008-02-01  Dave Love  <fx@gnu.org>
10041         * international/mule-conf.el (eight-bit): Add :docstring,
10042         :short-name properties.
10043         (cp851): Doc fix.
10044         (unicode-bmp): New.
10046         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
10048         * language/european.el (cp858): New.
10049         ("Turkish"): Add special case rules.
10051 2008-02-01  Dave Love  <fx@gnu.org>
10053         * international/characters.el: Make Ÿ and ÿ a case pair.
10055 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10057         * international/mule-conf.el: Don't define the charset iso-8859-1
10058         here, just setup its properties.
10060 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10062         * international/mule-conf.el (utf-8): Give :mime-charset property.
10064 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10066         * international/characters.el: Remove duplicated case setting for
10067         Cyrillic and Greek letters.  Don't setup printable-chars here.
10069         * case-table.el (describe-buffer-case-table): Handle the case
10070         that KEY is a cons within map-char-table.
10072 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10074         * international/characters.el: Fix categories ?A and ?C.
10075         Treat ASCII characters as `latin' script.
10077 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10079         * international/fontset.el (fontset-plain-name): If the fontset
10080         name doesn't ends with "-fontset-*", use family name as the first
10081         part of the plain name.
10082         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
10083         created, use that name for the fontset.  Fix arguments to
10084         subst-char-in-string.
10086 2008-02-01  Dave Love  <fx@gnu.org>
10088         * term.el (term-char-mode): Remove generic-character-list code.
10090         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
10092         * wid-edit.el (character): Use characterp.
10094         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
10096         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
10098         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
10099         Add charset.
10100         ("Ukrainian"): New.
10102         * language/georgian.el (georgian-ps): New coding system.
10104 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10106         * international/mule-cmds.el (reset-language-environment):
10107         Don't set nonascii-translation-table and nonascii-insert-offset.
10108         Call set-unibyte-charset, not set-primary-charset.
10109         (nonascii-translation-table, nonascii-insert-offset):
10110         Declare these variable as obsolete ones.
10111         (set-language-environment): Call set-unibyte-charset, not
10112         set-primary-charset.  Call set-charset-priority with `charset'
10113         info of the language environment.
10115 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10117         * international/characters.el (next-word-boundary-han):
10118         Don't treat katakana following han characters as a part of a word.
10120 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10122         * international/characters.el: Call map-charset-chars on big5 (not
10123         chinese-big5-1/2) to set categories `c', `C', and `|'.
10124         (next-word-boundary-han, next-word-boundary-kana): New function.
10125         Register it in next-word-boundary-function-table.
10127 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10129         * arc-mode.el (archive-file-name-coding-system): New variable.
10130         Make it permanent-local.
10131         (byte-after, bref, insert-unibyte): New function.  Change most of
10132         char-after, aref, insert to them respectively.
10133         (archive-mode): Set archive-file-name-coding-system.
10134         (archive-summarize): Don't change the buffer's multibyteness.
10135         (archive-extract): Inherit archive-file-name-coding-system from
10136         archive-superior-buffer.  Bind coding-system-for-write to
10137         archive-file-name-coding-system.
10138         (archive-*-write-file-member): Encode ENAME by
10139         archive-file-name-coding-system.  Bind coding-system-for-write to
10140         no-conversion.
10141         (archive-rename-entry): Encode the filename by
10142         archive-file-name-coding-system.
10143         (archive-mode-revert): Don't change the buffer's multibyteness.
10144         (archive-arc-summarize, archive-lzh-summarize)
10145         (archive-zoo-summarize): Don't change the buffer's multibyteness.
10146         Decode filenames by archive-file-name-coding-system.
10147         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
10148         the buffer's multibyteness.
10150         * tar-mode.el (tar-file-name-coding-system): New variable.
10151         Make it permanent-local.
10152         (tar-header-block-tokenize): Decode filename and linkname by
10153         tar-file-name-coding-system.
10154         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
10155         the byte value of eight-bit chars.
10156         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
10157         `to'.  Delete unnecessary call of position-bytes.
10158         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
10159         call of position-bytes.
10160         (tar-extract): Simplify by calling decode-coding-region with
10161         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
10162         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
10163         (tar-clear-modification-flags): Delete unnecessary call of
10164         position-bytes.
10165         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
10166         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
10167         Convert new-data-string by string-to-multibyte before inserting it.
10168         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
10169         buffer.  Simplify by calling encoding-coding-region with
10170         DESTINATION argument.
10171         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
10173 2008-02-01  Dave Love  <fx@gnu.org>
10175         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
10177         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
10179 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10181         * international/characters.el: Setup char-script-table.
10183         * international/fontset.el: Setup the default fontset by the new
10184         script-based way.
10185         (x-complement-fontset-spec): Change the format of arg FONTLIST to
10186         an alist of charsets vs font name lists.
10187         (charset-script-alist): New variable.
10188         (create-fontset-from-fontset-spec): Allow script name in
10189         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
10190         to the corresponding script name.
10191         (create-fontset-from-ascii-font): Slight tuning.
10193         * international/mule-conf.el (devanagari-glyph): New charset.
10194         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
10195         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
10196         japanese-jisx0213-2.
10198         * international/mule-diag.el (print-fontset): Use describe-vector
10199         to handle a char table returned by fontset-info.
10201         * language/indian.el: Don't register ccl-encode-indian-glyph-font
10202         and ccl-encode-unicode-font in font-ccl-encoder-alist.
10204 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10206         * international/mule-util.el (detect-coding-with-priority):
10207         Fix the place of using `,' marker in backquote form.
10209 2008-02-01  Dave Love  <fx@gnu.org>
10211         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
10213         * international/mule-util.el (with-coding-priority): Fix.
10215         * international/mule.el (set-coding-priority): Fix obsolete spec.
10217 2008-02-01  Dave Love  <fx@gnu.org>
10219         * international/mule-cmds.el (leim-list-header): Add coding tag.
10221 2008-02-01  Dave Love  <fx@gnu.org>
10223         * international/mule-cmds.el (find-coding-systems-region)
10224         (language-info-alist, reset-language-environment, princ-list): Doc fix.
10225         (input-method-verbose-flag): Fix :type.
10227 2008-02-01  Dave Love  <fx@gnu.org>
10229         * international/mule.el (set-char-table-default): Make obsolete.
10231 2008-02-01  Dave Love  <fx@gnu.org>
10233         * language/devanagari.el ("Devanagari"): Fix coding-system,
10234         coding-priority.
10236         * international/mule-diag.el (describe-char-after): Modify display
10237         list processing.
10238         (unicodedata-file, unicodedata-find): New.
10240 2008-02-01  Dave Love  <fx@gnu.org>
10242         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
10243         autoload cookie.
10245         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
10247 2008-02-01  Dave Love  <fx@gnu.org>
10249         * international/mule-util.el (detect-coding-with-priority): Rewrite.
10251 2008-02-01  Dave Love  <fx@gnu.org>
10253         * composite.el (compose-string): Doc fix.
10255         * language/georgian.el ("Georgian"): Delete code-pages feature,
10256         add nonascii-translation.
10258         * language/european.el ("German", "French", "Spanish"):
10259         Add latin-9 as alternative coding system.
10260         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
10261         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
10262         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
10263         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
10264         system.
10266         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
10267         encode-coding-char.
10268         (side-effect-and-error-free-fns): Add charsetp, max-char,
10269         primary-charset.
10271         * simple.el: Don't require cl when compiling.
10273         * Makefile.in (DONTCOMPILE): Fix duplicates.
10275         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
10277         * international/mule.el: Doc fixes.
10278         (load-with-code-conversion): Fix coding-system-type test.
10280         * international/mule-cmds.el (sort-coding-systems): Comment out
10281         iso-2022 case.
10282         (encoded-string-description): Fix coding-system-type test.
10284 2008-02-01  Dave Love  <fx@gnu.org>
10286         * international/characters.el: Make korean-ksc5601 double-width.
10288         * international/mule.el (auto-coding-regexp-alist):
10289         Recognize Emacs 20/1 byte-compiled files.
10291         * international/mule-conf.el (file-coding-system-alist):
10292         Change .elc to utf-8-emacs.
10294         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
10295         of utf-8-emacs.
10296         (byte-compile-insert-header): Update magic number.  Add ballast.
10297         (map-char-table): Use byte-compile-funarg-2.
10299 2008-02-01  Dave Love  <fx@gnu.org>
10301         * language/cyrillic.el ("Belarusian"): Doc fix.
10302         (cp1125, koi8-t): Doc fix.
10304         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
10305         (find-multibyte-characters): Don't test for charset `unknown'.
10306         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
10307         ru, sr_YU, tg, wa, zh.gbk.
10308         (locale-language-names): Change sp to Cyrillic.
10309         (locale-charset-language-names): Match @euro after utf-8.
10311 2008-02-01  Dave Love  <fx@gnu.org>
10313         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
10314         New coding systems.
10315         ("Chinese-GBK"): New environment.
10317         * language/thai-util.el: Remove redundant unicodes in category-setting.
10319         * language/lao-util.el: Remove redundant unicodes in category-setting.
10321         * international/mule-conf.el (japanese-jisx0213-1)
10322         (japanese-jisx0213-2): Add unify-map.
10324 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10326         * international/quail.el (quail-update-leim-list-file):
10327         Force writing the file by iso-2022-7bit.
10329         * international/titdic-cnv.el (miscdic-convert): Force writing the
10330         file by iso-2022-7bit.
10332         * international/mule.el (define-charset): Change the attribute
10333         :parents to :subset or :superset.
10335         * international/mule-conf.el: Adjust for the change of
10336         define-charset (:parent -> :subset or :superset).
10338         * international/characters.el: Fix the last change.
10340 2008-02-01  Dave Love  <fx@gnu.org>
10342         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
10343         (cyrillic-encode-alternativnyj-char): Fix.
10344         (standard-display-cyrillic-translit): Remove redundant unicodes.
10346 2008-02-01  Dave Love  <fx@gnu.org>
10348         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
10349         New environments.
10351         * international/mule-conf.el (control-1): New charset.
10352         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
10353         (korean-ksc5601): Redefine to use code-offset and unify-map.
10355 2008-02-01  Dave Love  <fx@gnu.org>
10357         * international/mule-conf.el (tcvn-5712): New charset.
10359         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
10360         ("Vietnamese"): Doc fix.
10362 2008-02-01  Dave Love  <fx@gnu.org>
10364         * international/mule-conf.el (windows-936): New alias.
10366         * cus-start.el: Add scalable-fonts-allowed.
10368         * international/characters.el: Reinstate various CJK syntax and
10369         category setup.  Remove obsolete syntax setting in Greek section.
10370         Optimize the char tables.
10372         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
10374         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
10376         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
10377         coding systems.
10379         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
10381 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10383         * international/characters.el (printable-chars): Setup correctly.
10385 2008-02-01  Dave Love  <fx@gnu.org>
10387         * cus-start.el: Add selection-coding-system.
10389         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
10391         * language/china-util.el (post-read-decode-hz)
10392         (pre-write-encode-hz): Move from chinese.el.
10393         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
10394         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
10396         * language/chinese.el (post-read-decode-hz)
10397         (pre-write-encode-hz): Move to china-util.el.
10399         * case-table.el (set-case-syntax-pair): Test again for equal byte
10400         lengths of the pair.
10402         * international/characters.el: Add Vietnamese category to
10403         equivalent unicodes.
10405 2008-02-01  Dave Love  <fx@gnu.org>
10407         * international/mule-conf.el (chinese-sisheng, ipa)
10408         (indian-is13194, tibetan, ethiopic): Add :unify-map.
10410         * international/mule-diag.el (describe-character-set): Account for
10411         more than two dimensions of possibly different size.
10412         (describe-current-coding-system): Add selection-coding-system.
10414         * international/mule-cmds.el (unify-8859-on-encoding-mode)
10415         (unify-8859-on-decoding-mode): Move from mule.el.
10417         * international/mule.el (unify-8859-on-encoding-mode)
10418         (unify-8859-on-decoding-mode): Remove :init-value.
10419         (charset-chars): Add optional dimension arg.
10420         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
10421         Move to mule-cmds.el.
10423 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10425         * international/fontset.el: Change registry for japanese-jisx0208
10426         to "JISX0208*" in the default fontset.
10427         (font-encoding-alist): Add an entry for "JISX0208.1983" and
10428         "ISO10646.indian-1".
10430 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10432         * language/japanese.el (japanese-iso-7bit-1978-irv):
10433         Add `designation' to :flags, `ascii' to :charset-list.
10435         * international/mule.el (define-charset): New args :min-code and
10436         :max-code.
10437         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
10439         * international/mule-conf.el (chinese-gbk): Change :code-offset to
10440         #x160000.
10441         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
10442         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
10444 2008-02-01  Dave Love  <fx@gnu.org>
10446         * language/thai.el (iso-8859-11): New coding system.
10448         * international/mule-conf.el: Doc fixes.
10449         (iso-8859-11): New.
10451 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
10453         * cus-start.el (scalable-fonts-allowed): Add.
10455 2008-02-01  Dave Love  <fx@gnu.org>
10457         * international/mule.el (unify-8859-on-encoding-mode)
10458         (unify-8859-on-decoding-mode): Dummy versions.
10460         * international/ucs-tables.el: Remove.
10462         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
10463         language/japanese.el.
10465         * international/mule-conf.el: Doc fixes.
10466         (cp936): New alias.
10467         (cp720, cp858): New charsets.
10469         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
10470         coding system, not emacs-mule.
10472         * files.el (revert-buffer, recover-file): Likewise.
10474         * desktop.el (desktop-save): Likewise.
10476 2008-02-01  Dave Love  <fx@gnu.org>
10478         * international/mule.el (with-category-table): Use make-symbol.
10479         (coding-system-list): Use coding-system-aliases.
10480         (make-translation-table): Don't deal with generic characters.
10482         * international/mule-util.el (coding-system-post-read-conversion)
10483         (coding-system-pre-write-conversion)
10484         (coding-system-translation-table-for-decode)
10485         (coding-system-translation-table-for-encode): Get the right properties.
10486         (with-coding-priority): New macro.
10487         (detect-coding-with-language-environment): Use it.
10488         (coding-system-equal): Use coding-system-plist.
10490         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
10491         Use :valid property.
10493         * international/mule-cmds.el (encode-coding-char):
10494         Use find-coding-systems-string.  Don't use make-char.
10495         (describe-language-environment): Use coding-system-aliases.
10496         (prefer-coding-system): Doc fix.
10498         * international/mule-diag.el (describe-current-coding-system):
10499         Fix aliases listing.
10500         (print-iso-2022-flags): Delete.
10501         (print-designation): Partial re-write.
10502         (describe-coding-system): Deal with iso-2022 designations, flags.
10503         Fix shift_jis case.
10504         (describe-char-after): Use characterp.  Print explicit unicode.
10505         Remove some obsolete code.
10506         (print-coding-system-briefly): Fix printing aliases.
10507         (print-coding-system): Use coding-system-aliases.
10508         (mule-diag): Don't list coding categories.
10510         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
10511         Re-order charset priorities.
10512         (binary): New alias.
10513         (iso-8859-16): Fix nickname.
10514         (define-iso-single-byte-charset): Un-define after use.
10516 2008-02-01  Dave Love  <fx@gnu.org>
10518         * international/characters.el: Additional double width specifications.
10520         * international/mule-diag.el (print-coding-system): Incomplete updates.
10521         (describe-character-set): List more properties.
10522         (print-fontset): Fix case of vector font-spec.
10523         (describe-current-coding-system): Fix iso-7, iso-7-else.
10525         * international/mule-conf.el (ibm866): Fix alias.
10526         (iso-8859-16): Fix nickname.
10528 2008-02-01  Dave Love  <fx@gnu.org>
10530         * language/ind-util.el: Avoid decode-char.
10531         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
10532         Use characterp, not char-valid-p.
10534         * language/devan-util.el: Add coding tag, avoid decode-char.
10536         * international/titdic-cnv.el: Add coding tag.
10537         (tit-process-header): Add coding tag to output.
10539         * language/thai.el (cp874, ibm874): New coding systems.
10541         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
10542         Add character-p.
10544         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
10545         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
10546         New coding systems.
10547         <set-language-info-alist>: Avoid decode-char.
10549         * language/hebrew.el (cp862, ibm862): New coding systems.
10551         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
10553         * language/cyrillic.el (cp855, ibm855): New coding systems.
10555         * international/mule-conf.el: Avoid decode-char in top-level code
10556         for self-inserting multibyte chars.
10557         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
10558         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
10559         New charsets.
10561         * international/characters.el: Various simplifications and additions.
10563 2008-02-01  Dave Love  <fx@gnu.org>
10565         * international/mule-conf.el (code-pages): Provide, for compatibility.
10567         * international/code-pages.el: Remove.
10569 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10571         * Makefile.in: Cancel the 2008-02-01 change of mine.
10573         * international/fontset.el: Add setting for unicode font at the
10574         end of the default fontset.
10576 2008-02-01  Dave Love  <fx@gnu.org>
10578         * international/mule-conf.el (adobe-standard-encoding, symbol):
10579         Adjust :code-space.
10580         (ibm850): Add :ascii-compatible-p.
10582 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10584         * international/mule-conf.el (vietnamese-viscii-lower)
10585         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
10586         mapping table.
10588 2008-02-01  Dave Love  <fx@gnu.org>
10590         * cus-start.el: Add charset-map-directory.
10592         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
10594         * format.el (format-alist): Remove ibm, mac, hp entries (available
10595         natively).
10597         * language/romanian.el (iso-latin-10): Add :mime-charset.
10598         ("Romanian"): Add doc.
10600         * international/mule-conf.el (iso-8859-10, symbol)
10601         (adobe-standard-encoding, ibm850): New charsets.
10602         (iso-8859-13): Fix IR number, final char.
10603         (file-coding-system-alist): Add .xml.
10605         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
10606         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
10607         (adobe-standard-encoding, cp850, ibm850): New coding systems.
10608         ("Latin-6", "Latin-7"): New language environments.
10610 2008-02-01  Dave Love  <fx@gnu.org>
10612         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
10613         utf-8-subst; add vietnamese, cyrillic, czech.
10615         * language/romanian.el (iso-latin-10): New coding system.
10617         * international/mule-conf.el (emacs-mule): Set :charset-list,
10618         consistent with coding-system-charset-list doc.
10619         (iso-8859-16): New charset.
10621         * international/mule-diag.el (describe-coding-system): Avoid error
10622         for iso-2022, emacs-mule.
10624 2008-02-01  Dave Love  <fx@gnu.org>
10626         * international/codepage.el: Remove or comment out most of code.
10627         (codepage-setup): Re-write as trivial, obsolete function.
10629         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
10630         Remove setup function.
10632         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
10634         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
10635         language/cyrillic.el, language/czech.el.
10637         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
10638         (font-ccl-encoder-alist): Remove viscii, vscii.
10640         * language/hebrew.el (windows-1255, cp1255): New coding systems.
10642         * language/european.el (windows-1254, cp1254, windows-1257)
10643         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
10644         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
10646         * language/greek.el (windows-1253, cp1253): New coding systems.
10648         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
10649         file name.
10650         (windows-1253, windows-1254, windows-1255, windows-1256)
10651         (windows-1257, windows-1258, next): New charsets.
10653         * international/utf-8.el, international/utf-8-subst.el: Remove.
10655         * international/mule.el: Doc fixes.
10656         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
10657         (coding-system-get): Try to convert old-style symbol to keyword.
10658         (define-charset): Purecopy strings in property list.
10659         (define-coding-system): Purecopy docstring.
10661         * international/mule-diag.el (list-character-sets-2): Avoid
10662         charset-bytes.
10663         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
10664         (list-block-of-chars): Re-write.
10665         (describe-character-set): Show more properties.
10666         (describe-char-after): Correct codepoint display.
10667         (print-coding-system): Use symbolic types.
10669 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10671         * Makefile.in: Be sure also to run emacs with LANG=C.
10673 2008-02-01  Dave Love  <fx@gnu.org>
10675         * international/mule-diag.el: Doc fixes.
10676         (sort-charset-list, charset-multibyte-form-string): Remove.
10677         (list-character-sets, list-character-sets-1)
10678         (list-character-sets-2): Re-write.
10679         (non-iso-charset-alist): Set to nil and made obsolete.
10680         (decode-codepage-char): Re-write and made obsolete.
10681         (read-charset): Don't use non-iso-charset-alist.
10682         (describe-coding-system): Use keyword properties.
10683         (describe-character-set): Re-write.
10685         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
10686         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
10687         (ebcdic-uk): New charsets.
10689         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
10690         New coding systems.
10692         * language/european.el (windows-1252): New coding system.
10694 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10696         * Makefile.in: By sure to run emacs with LC_ALL=C.
10698         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
10699         encoded-kbd-self-insert-iso2022-8bit with argument 1.
10700         (encoded-kbd-self-insert-charset): New function.
10701         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
10702         coding-system of type charset.
10704 2008-02-01  Dave Love  <fx@gnu.org>
10706         * international/mule-cmds.el (set-locale-environment): Comment out
10707         set-keyboard-coding-system stuff.
10709 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10711         * international/mule.el (define-coding-system): Doc fix;
10712         sjis->shift-jis.
10714         * international/mule-conf.el: Use decode-char instead of make-char.
10716         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
10717         New arg ARG.  Directly call self-insert-command.  This is a
10718         temporary workaround to make it work with latin-1.
10719         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
10721         * international/characters.el: Setup char-width-table for CJK
10722         characters.
10724 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10726         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10727         Fix the initial value to specify character range of
10728         japanese-jisx0208, not unicode.
10730         * international/characters.el: Set syntax/category for
10731         japanese-jisx0208.
10733 2008-02-01  Dave Love  <fx@gnu.org>
10735         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
10736         mime-charset.
10738         * language/vietnamese.el, language/korean.el, language/japanese.el:
10739         * language/hebrew.el, language/greek.el, language/chinese.el:
10740         Fix :mime-charset properties.
10742         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
10743         (cyrillic-alternativnyj): Fix :mime-charset.
10744         (cp878, cp866): New alias.
10746         * language/european.el: Fix mime-charset properties.
10748         * international/mule-cmds.el (sort-coding-systems)
10749         (select-safe-coding-system, select-message-coding-system): Use
10750         :mime-charset, not 'mime-charset.
10752         * international/mule-conf.el: Add various :mime-charset properties.
10754 2008-02-01  Dave Love  <fx@gnu.org>
10756         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
10757         getting decoder.
10758         (encoded-kbd-mode): Fix code for coding system type and designations.
10760         * international/mule-conf.el: Spelling fixes.
10762 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10764         * international/fontset.el (fontset-plain-name): Handle the case
10765         that size, weight, slant are not specified in the fontset name.
10767 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
10769         * language/greek.el (greek-iso-8bit): Fix typo.
10771 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10773         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
10775 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10777         * international/characters.el: Change encoding to utf-8-emacs.
10778         Remove apparent duplicate codes.
10780 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10782         * international/fontset.el: Change the registry for
10783         chinese-gb2312 and add the registry for chinese-gbk.
10785         * international/mule.el (charset-chars): Fix typo.
10787         * international/mule-conf.el (chinese-gbk): New charset.
10789         * international/titdic-cnv.el (titdic-convert): Read into a
10790         unibyte buffer then make the buffer multibyte.
10792 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10794         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
10795         instead of :signature.
10797 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10799         * language/czech.el ("Czech"): Set `iso-8859-2' for
10800         `nonascii-translation'.
10802         * language/romanian.el ("Romanian"): Likewise.
10804         * language/slovak.el ("Slovak"): Likewise.
10806         * international/characters.el: Optimize calls of modify-category-entry.
10808 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10810         * bindings.el: Don't bind multibyte characters to
10811         self-insert-command here.  It's done in mule-conf.el.
10813         * case-table.el (set-case-syntax-offset): Delete variable.
10814         (set-case-syntax-1): Delete function.  Change callers.
10815         (set-case-syntax-delims): Don't check byte length of characters.
10817         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
10818         characters to isearch-printing-char.
10820         * loadup.el: Don't load "international/utf-8".  Don't call
10821         update-coding-systems-internal.  Bind coding-system-for-write to
10822         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
10823         dumping.
10825         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
10826         change of map-char-table.
10828         * eshell/esh-mode.el: Adjust for the change of map-char-table.
10830         * international/characters.el: Adjust for the deletion of
10831         generic characters.
10833         * international/code-pages.el (cp-make-translation-table)
10834         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
10835         (cp-make-coding-system): Call define-coding-system.
10837         * international/fontset.el: Rewrite most code.
10839         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
10840         Call encode-char instead of split-char.
10842         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
10843         Change value.
10844         (skkdic-lookup-key): Call encode-char instead of split-char.
10846         * international/titdic-cnv.el (titdic-convert): Bind
10847         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
10848         buffer.
10850         * international/latin-1.el: Don't bind set-case-syntax-offset.
10852         * international/latin-2.el: Don't bind set-case-syntax-offset.
10854         * international/latin-3.el: Don't bind set-case-syntax-offset.
10856         * international/latin-4.el: Don't bind set-case-syntax-offset.
10858         * international/latin-5.el: Don't bind set-case-syntax-offset.
10860         * international/latin-8.el: Don't bind set-case-syntax-offset.
10862         * international/latin-9.el: Don't bind set-case-syntax-offset.
10864         * international/mule-cmds.el: Don't use coding category.
10865         Call set-coding-system-priority instead of set-coding-priority.
10866         (sort-coding-systems, select-safe-coding-system):
10867         Call coding-system-priority-list to get the most preferred one.
10868         (reset-language-environment): Order of coding system priority
10869         changed.  Set primary charset to iso-8859-1.
10870         (set-language-environment-coding-systems):
10871         Call set-coding-system-priority instead of set-coding-priority.
10872         (get-charset-property, put-charset-property): Move to mule.el.
10874         * international/mule-conf.el: Ful re-write.
10876         * international/mule-diag.el (print-designation): Change arguments.
10877         (print-iso-2022-flags): New function.
10878         (describe-coding-system, describe-current-coding-system):
10879         Adjust for the new structure of coding system.
10881         * international/mule.el (char-valid-p): Make it an alias of characterp.
10882         (define-charset): Full re-design.
10883         (charset-quoted-standard-p): Delete.
10884         (charsetp): Move to charset.c.
10885         (charset-info, charset-id, charset-bytes, charset-width)
10886         (charset-directioin, charset-iso-graphic-plane)
10887         (charset-reverse-charset): Delete.
10888         (charset-dimension, charset-chars, charset-iso-final-char)
10889         (charset-description, charset-short-name, charset-long-name):
10890         Call charset-plist instead of charset-info.
10891         (charset-plist, set-charset-plist): Move to charset.c.
10892         (get-charset-property, put-charset-property): Move from
10893         mule-cmds.el.  Call charset-plist and set-charset-plist.
10894         (make-char): Delete.
10895         (generic-char-p): Make it always return nil.
10896         (decode-char, encode-char): Move to charset.c.
10897         (coding-spec-XXX-idx): Delete variables.
10898         (coding-system-iso-2022-flags): New variable.
10899         (define-coding-system): New function.
10900         (transform-make-coding-system-args, make-coding-system): Delete.
10901         (set-coding-priority): Make it obsolete.
10902         (after-insert-file-set-buffer-file-coding-system)
10903         (find-new-buffer-file-coding-system): Adjust for the new coding
10904         system structure.
10906         * language/chinese.el, language/cyrillic.el, language/european.el:
10907         * language/greek.el, language/hebrew.el, language/indian.el:
10908         * language/japanese.el, language/korean.el, language/lao.el:
10909         * language/thai.el, language/tibetan.el, language/vietnamese.el:
10910         Call define-coding-system instead of make-coding-system.
10911         Delete all CCL program.
10913         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
10914         of make-char.
10915         (sgml-char-names-table): Fix iteration limit.
10917         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
10918         (ccl-encode-mac-roman-font): Delete.
10920         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
10921         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
10922         currently.  This is just a temporary workaround.
10924 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10926         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
10927         of `find-file-hooks'.
10928         (global-whitespace-toggle-options): Doc fix.
10930 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
10932         * whitespace.el (whitespace): Set :version tag to 23.1.
10933         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
10934         (whitespace-style, whitespace-chars, whitespace-space)
10935         (whitespace-hspace, whitespace-tab, whitespace-newline)
10936         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
10937         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
10938         (whitespace-hspace-regexp, whitespace-space-regexp)
10939         (whitespace-tab-regexp, whitespace-trailing-regexp)
10940         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10941         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
10942         (whitespace-space-after-tab-regexp, whitespace-line-column)
10943         (whitespace-display-mappings, global-whitespace-toggle-options)
10944         (whitespace-cleanup, whitespace-cleanup-region)
10945         (whitespace-interactive-char): Doc fixes.
10947 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
10949         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
10950         When turning off the global mode, turn off the local modes too
10951         if whitespace is being unloaded.
10952         (whitespace-unload-function): New function.
10954 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
10956         * vc.el (vc-update): Fix bug: Specify branch tip as
10957         vc-checkout REVISION.  Reported by Dan Nicolaescu.
10959 2008-02-01  Glenn Morris  <rgm@gnu.org>
10961         * info.el (bookmark-make-cell-function, bookmark-search-size)
10962         (bookmark-current-bookmark): Declare variables for compiler.
10963         (bookmark-buffer-file-name, bookmark-get-filename)
10964         (bookmark-get-front-context-string)
10965         (bookmark-get-rear-context-string, bookmark-get-position)
10966         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10967         (bookmark-jump-noselect): Declare functions for compiler.
10968         (Info-bookmark-make-cell): Fix argument list to match example of
10969         `bookmark-make-cell-for-text-file'.
10970         (Info-bookmark-jump): Don't require info inside info.el.
10972 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
10974         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10975         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10976         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10977         (verilog-sk-state-machine): Quote all calls to
10978         "auxiliary skeleton"s to prevent infloops.
10980 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10982         * w32-fns.el: Partially revert 2007-11-10 change.
10984 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
10986         * mail/rmail.el (rmail-highlight): Fix specification.
10987         Reported by pod <pod@herald.ox.ac.uk>.
10989 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10991         * image-mode.el (image-mode-current-vscroll)
10992         (image-mode-current-hscroll): Make buffer-local.
10993         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10994         (image-reset-current-vhscroll): Use the latest setting when displaying
10995         for the first time in a window.  Apply to all windows in the frame.
10996         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10998         * progmodes/grep.el (grep-compute-defaults):
10999         Don't mix up defaults for different connections to the same host.
11001 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11003         * blank-mode.el: Rename to whitespace.el.
11005         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
11007 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11009         * net/rcompile.el (remote-compile): Remove broken code.
11011 2008-01-31  Jason Rumney  <jasonr@gnu.org>
11013         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
11015 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
11017         * linum.el (linum-unload-function): New function.
11019 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
11021         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
11022         (gdb-var-set-format-handler): New function.
11023         (gdb-var-set-format): Use it.
11025 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
11027         * emacs-lisp/check-declare.el (check-declare-directory):
11028         * emacs-lisp/authors.el (authors): Use `find-program' and
11029         `grep-program' instead of hardcoded program names.
11031         * emacs-lisp/cl-loaddefs.el: Update.
11033 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
11035         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
11036         Implement bookmark support the new make-cell/handler way.
11037         (Info-mode): Bind bookmark-make-cell-function to
11038         Info-bookmark-make-cell buffer locally.
11040 2008-01-30  Richard Stallman  <rms@gnu.org>
11042         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
11043         Doc fix.
11045         * files.el (hack-local-variables): Don't query about fake variables.
11047 2008-01-30  Markus Triska  <markus.triska@gmx.at>
11049         * linum.el: New file.
11051 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
11053         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
11054         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
11055         a single element in "plinkx".
11056         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
11057         "*Shell Command Output*" buffers.  Check, whether there is already
11058         an asynchronous process running.  Display always the buffer of the
11059         asynchronous process.
11060         (tramp-compute-multi-hops): Adapt error message.
11062 2008-01-29  Alan Mackenzie  <acm@muc.de>
11064         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
11065         from this regexp; part of same fix as next change to cc-engine.el.
11067         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
11068         Anchor the "{" of a template function correctly on "template", not the
11069         following "<".
11071         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
11073 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
11075         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
11076         and image-mode-current-hscroll being alists now.
11078         * image-mode.el (image-mode-current-vscroll)
11079         (image-mode-current-hscroll): Add doc strings.
11080         (image-set-window-vscroll, image-set-window-hscroll)
11081         (image-reset-current-vhscroll, image-mode): Adapt to
11082         image-mode-current-vscroll and image-mode-current-hscroll being
11083         alists now.
11085 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
11087         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11088         Strip extension from .emacs.el to make sure symbol is searched
11089         in .emacs too.
11091 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
11093         * doc-view.el (doc-view-mode): Use facilities below to
11094         restore [vh]scroll when switching buffers.
11096         * image-mode.el (image-mode-current-vscroll)
11097         (image-mode-current-hscroll): New variables.
11098         (image-set-window-hscroll, image-set-window-vscroll): New functions.
11099         (image-forward-hscroll, image-next-line, image-bol, image-eol)
11100         (image-bob, image-eob): Use them.
11101         (image-reset-current-vhscroll): New function.
11102         (image-mode): Make new variables buffer-local and reset [vh]scroll
11103         on window configuration changes.
11105 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
11107         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
11108         gdb-cpp-define-alist-program if file is nil (currently only
11109         " *partial-output-...").
11111 2008-01-27  Richard Stallman  <rms@gnu.org>
11113         * allout.el: Many doc fixes.
11114         (allout-encrypt-string): Fix error message.
11116 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
11118         * progmodes/etags.el (tags-query-replace): Doc fix.
11120 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
11122         * allout.el (allout-unload-function): New function.
11124 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
11126         * allout.el (allout-prefix-data): Doc fix.
11127         (allout-show-current-subtree): Reflow docstring.
11128         (allout-use-mode-specific-leader, allout-use-hanging-indents)
11129         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
11130         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
11131         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
11132         (allout-copy-topic-as-kill, allout-listify-exposed)
11133         (allout-process-exposed, allout-encrypted-key-info)
11134         (allout-update-passphrase-mnemonic-aids)
11135         (allout-next-topic-pending-encryption)
11136         (allout-tests-globally-true): Fix typos in docstrings.
11138 2008-01-23  Jason Rumney  <jasonr@gnu.org>
11140         * lpr.el (printer-name): Do not set on MS Windows.
11142 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
11144         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
11145         the command.
11147 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11149         * whitespace.el: Moved to obsolete dir.
11151         * blank-mode.el: New version 9.2.  Replace whitespace functions by
11152         aliases in blank-mode.
11153         (whitespace-buffer): New fun.
11154         (whitespace-region): Alias for whitespace-buffer, because there is no
11155         blank-region fun.
11156         (whitespace-cleanup): Alias for blank-cleanup.
11157         (whitespace-cleanup-region): Alias for blank-cleanup-region.
11159 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
11161         * server.el (server-log-time-function): Doc fix.
11162         (server-buffer): Fix typo in docstring.
11164 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
11166         * view.el (view-buffer): Explain in doc-string why exit-action
11167         should not be set to kill-buffer.
11169         * arc-mode.el (archive-extract):
11170         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
11171         exit-action when viewing the buffer.
11173 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
11175         * add-log.el (change-log-search-file-name): Work harder to find
11176         the correct file name.
11177         (change-log-find-file): Fix typo.
11178         (change-log-start-entry-re): Move definition earlier.
11180 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11182         * add-log.el (change-log-search-file-name, change-log-find-file):
11183         New function.
11184         (change-log-font-lock-keywords): Move file name matching ...
11185         (change-log-file-names-re): ... here.  New defconst.
11186         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
11188 2008-01-27  Alan Mackenzie  <acm@muc.de>
11190         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
11191         enhance comments.
11193 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
11195         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
11196         methods, the host name must be a local host.
11198 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
11200         * vc.el: Add TODO item about not defaulting to RCS.
11202         * server.el (server-process-filter): Check for non-nil before
11203         calling file-directory-p.
11205 2008-01-27  Alan Mackenzie  <acm@muc.de>
11207         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
11208         arglist-cont-nonempty.
11210         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
11211         for a brace with syntax arglist-cont-nonempty.
11213         * progmodes/cc-styles.el (c-style-alist): Add elements for
11214         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
11216 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
11218         * button.el (define-button-type): Clarify type of NAME in docstring.
11220 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11222         * server.el (server-buffer): New const.
11223         (server-log): New var.
11224         (server-log): Use them.
11225         (server-process-filter): (Try to) run the continuation in the same cwd
11226         as the client's.
11228 2008-01-26  Alan Mackenzie  <acm@muc.de>
11230         * progmodes/cc-defs.el (c-save-buffer-state):
11231         Bind buffer-file-name and buffer-file-truename to nil, to prevent
11232         primitives generating "buffer is read only" messages.
11234 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
11236         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
11237         (icalendar-import-format): Doc fix.  Allow function type.
11238         (icalendar--read-element): Doc fix.
11239         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
11240         type icalendar-import-format.  Make regexps non-greedy.
11241         (icalendar--format-ical-event): Handle function type
11242         icalendar-import-format.
11243         (icalendar-import-format-sample): New function.
11245 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
11247         * vc.el (vc-exec-after): For mode-line-process highlighting, if
11248         `compile' is not available, fall back to font-lock-warning-face.
11250 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
11252         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
11253         that the filename end is found even when the filename is empty.
11254         Fixes error and spurious newlines when marking files for deletion.
11256 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
11258         * subr.el (find-tag-default): Simplify using exclusively
11259         skip-syntax-backward/-forward.
11261 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
11263         * vc.el (vc-directory, vc-update-change-log): Remove check for
11264         Tramp.  Both functions work for it, though pretty slow
11265         (`vc-directory').  Maybe the implementation can be optimized.
11267         * net/tramp.el (tramp-dissect-file-name): Raise an error when
11268         Tramp 2.0 syntax is used.
11269         Suggested by Trent W. Buck <trentbuck@gmail.com>.
11271 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
11273         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
11274         invoke directory-files-and-attributes with last argument `integer'
11275         instead of `string'.
11276         (insert-directory): Add -n to the list of supported switches
11277         mentioned in the doc string.
11279 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11281         * blank-mode.el: New version 9.1.  Handle "long" line tail
11282         visualization.  Doc fix.
11283         (blank-line-length): Rename to blank-line-column.
11284         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
11285         Initialization fix.
11286         (blank-replace-spaces-by-tabs): New fun.
11287         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
11289 2008-01-25  Richard Stallman  <rms@gnu.org>
11291         * subr.el (add-hook): Implement `permanent-local-hook' property.
11293         * loadhist.el (file-provides, file-requires): Push the filename right.
11295 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
11297         * emacs-lisp/find-func.el (find-library): Wrap search for
11298         library name in condition-case to avoid reporting a scan-error.
11300 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
11302         * server.el (server-process-filter): Don't force
11303         the authentication string to be followed by "\n".
11305 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11307         * blank-mode.el: New version 9.0.  New commands to clean up some blank
11308         problems like trailing blanks.  New faces and regexp for visualizing
11309         the blank problems.  Doc fix.
11310         (blank-chars, blank-global-modes, blank-chars-value-list)
11311         (blank-toggle-option-alist, blank-help-text): Initialization fix.
11312         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
11313         (blank-indentation, blank-empty, blank-space-after-tab)
11314         (blank-indentation-regexp, blank-empty-at-bob-regexp)
11315         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
11316         (blank-cleanup, blank-cleanup-region): New commands.
11317         (blank-color-on): Code fix.
11319 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
11321         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
11322         file name.
11323         (ibuffer-mode-map): Add binding to sort by file name.
11324         (ibuffer-filename/process-header-map): New variable.
11325         (filename-and-process): Add a header that sorts by file name.
11326         (ibuffer-mode): Mention sorting by file name.
11328         * ibuf-ext.el (filename/process): New sorter.
11330 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
11332         * view.el (kill-buffer-if-not-modified): Don't pass t to
11333         buffer-modified-p.
11335 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
11337         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
11338         the source file in case of `rename'.
11339         Reported by Pete Forman <pete.forman@westerngeco.com>.
11341 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
11343         * allout.el (allout-keybindings-list): In initial setting, express
11344         meta-prefixed allout keys as vectors instead of strings, since the
11345         string form is interpreted in some cases as composed key
11346         modifiers, eg, accented keys.
11348         (allout-line-boundary-regexp): Clarify description.
11350         (set-allout-regexp): Repair the expressions so that the formfeed
11351         part is identified as one of the top-level groups, and is
11352         included in all the forms, not just the -line-boundary-regexp one.
11354         (allout-prefix-data): Incorporate information from the various
11355         allout regexp's formfeed alternative group, when present.
11357         (allout-write-file-hook-handler): Rectify mangling of the error
11358         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
11359         condition-case handler was apparently reformatted as if it was a
11360         call to the error function.  An apparent repair attempt in version
11361         1.101 situated the original body of the error handling code as
11362         bogus condition-case handlers.  I've returned to just about the
11363         working code that was originally there, removing an unnecessary -
11364         but benign - enclosing 'progn'.  (Automated or cursory code fixes
11365         often aren't.)
11367         (allout-region-active-p): Fallback to value of mark-active if
11368         neither use-region-p nor region-active-p are present, for
11369         compatability with current and recent emacs major releases.
11371 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
11373         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
11374         (reftex-toc-restore-region):
11375         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
11376         (reftex-index-phrases-apply-to-region):
11377         * textmodes/ispell.el (ispell-word):
11378         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
11379         * progmodes/pascal.el (pascal-mark-defun):
11380         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
11381         (f90-fill-region):
11382         * emulation/tpu-edt.el (tpu-set-mark):
11383         * emulation/crisp.el (crisp-region-active):
11384         * winner.el (winner-active-region):
11385         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
11386         of bound tests in order to resolve conditionals at compile time.
11388 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
11390         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
11391         not autoloaded, and we wouldn't want to load CL just to unload
11392         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
11394 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
11396         * delsel.el (delete-selection-pre-hook): Avoid clearing out
11397         pre-command-hook when text is read-only.
11399 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
11401         * vc.el (vc-process-filter): Do nothing if buffer not live.
11402         (vc-diff-finish): Rename from vc-diff-sentinel.
11403         No longer take REV1-NAME and REV2-NAME.
11404         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
11405         Don't do window resize if no window displays buffer.
11406         (vc-diff-internal): Use vc-diff-finish.
11408         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
11409         In both cases, convert single call to one wrapped in dolist.
11411 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
11413         * vc.el: Add a TODO item about missing files.
11414         (vc-exec-after): Add a tooltip to the new mode-line item.
11416 2008-01-24  Glenn Morris  <rgm@gnu.org>
11418         * t-mouse.el (gpm-mouse-start): Declare as a function.
11420 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
11422         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
11423         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
11424         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11425         Don't send `tramp-rsh-end-of-line' additionally, when setting the
11426         prompt.
11427         (tramp-wait-for-output): Distinguish different prompt formats.
11428         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
11429         (tramp-local-host-p): Check whether temp directory is writable.
11431 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
11433         * vc.el: Add TODO items.
11435 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
11437         * replace.el (occur-mode-find-occurrence-hook): New hook that can
11438         be used to reveal or highlight the location of a match.
11439         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
11440         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
11442 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
11444         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
11445         for defcustom.
11446         (hide-ifdef-shadow): Add version number for defface.
11448 2008-01-23  Glenn Morris  <rgm@gnu.org>
11450         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
11452 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
11454         * progmodes/sh-script.el (sh-basic-offset):
11455         * progmodes/cc-vars.el (c-syntactic-indentation)
11456         (c-syntactic-indentation-in-macros): Mark as safe.
11458 2008-01-23  Richard Stallman  <rms@gnu.org>
11460         * icomplete.el (icomplete-get-keys):
11461         Look up KEYS using all maps in proper buffer.
11463 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
11465         * frame.el (display-mm-height, display-mm-width):
11466         * whitespace.el (whitespace-check-leading-whitespace)
11467         (whitespace-check-trailing-whitespace)
11468         (whitespace-check-spacetab-whitespace)
11469         (whitespace-check-indent-whitespace)
11470         (whitespace-check-ateol-whitespace):
11471         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
11473 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
11475         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
11476         after-save-hook so that it is not called multiple times.
11478         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
11480 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
11482         * view.el (view-file-other-window, view-file-other-frame):
11483         Don't kill the buffer if it is modified.  Doc fixes.
11484         (kill-buffer-if-not-modified): New function.
11485         (view-file): Don't kill the buffer if it is modified.
11487         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
11488         (ebrowse-view/find-file-and-search-pattern):
11489         Call view-file-other-window instead of ebrowse-view-file-other-window.
11490         (ebrowse-view-file-other-frame): Don't call
11491         current-window-configuration.  Fix second argument in the call to
11492         view-mode-enter.  Doc fix.
11494 2008-01-23  Richard Stallman  <rms@gnu.org>
11496         * subr.el (atomic-change-group): Prevent undo list truncation.
11498 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
11500         * files.el (safe-local-eval-forms):
11501         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
11503 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
11505         * comint.el (comint-insert-input): Set point first.
11507         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
11508         session doesn't hang because gdb-pending-triggers is non-nil.
11509         (gdb-frame-handler): Use buffer-file-name instead of
11510         buffer-name in case of duplicate file names.
11512 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
11514         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
11515         C-M-e and C-M-h for emacs, they work by default.
11516         (verilog-emacs-features): Remove.
11517         (verilog-setup-dual-comments, verilog-populate-syntax-table):
11518         Remove.  Move syntax table initialization ...
11519         (verilog-mode-syntax-table): ... here.
11520         (verilog-mode): Don't initialize the syntax table here.
11521         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
11522         does not need it.
11524 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
11526         * progmodes/verilog-mode.el (verilog-booleanp): New function for
11527         backward compatibility.  Replace all uses of booleanp with
11528         verilog-booleanp.
11530 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
11532         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
11534 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
11536         * progmodes/verilog-mode.el (top-level): Fix spacing.
11537         (verilog-mode-version, verilog-mode-release-date):
11538         Update version number.
11539         (verilog-mode-release-emacs): New variable.
11540         (compile-command, reporter-prompt-for-summary-p):
11541         Define for byte compiler.
11542         (verilog-startup-message-lines, verilog-startup-message-displayed)
11543         (verilog-display-startup-message): Remove.
11544         (verilog-highlight-p1800-keywords): Improve docstring.
11545         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
11546         (vector-skip-list): Only defvar at compile time.
11547         (verilog-highlight-translate-off, verilog-indent-level)
11548         (verilog-indent-level-module, verilog-indent-level-declaration)
11549         (verilog-indent-declaration-macros, verilog-indent-lists)
11550         (verilog-indent-level-behavioral, verilog-indent-level-directive)
11551         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
11552         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
11553         (verilog-tab-to-comment, verilog-indent-begin-after-if)
11554         (verilog-align-ifelse, verilog-minimum-comment-distance)
11555         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
11556         (verilog-auto-endcomments, verilog-auto-read-includes)
11557         (verilog-auto-star-expand, verilog-auto-star-save)
11558         (verilog-library-flags, verilog-library-directories)
11559         (verilog-library-files, verilog-library-extensions)
11560         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
11561         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
11562         (verilog-assignment-delay, verilog-auto-inst-vector)
11563         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
11564         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
11565         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11566         Add safe-local-variable properties.
11567         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
11568         (verilog-re-search-backward, verilog-error-regexp-add)
11569         (verilog-end-block-re, verilog-emacs-features)
11570         (verilog-populate-syntax-table, verilog-setup-dual-comments)
11571         (verilog-type-font-keywords, verilog-inside-comment-p)
11572         (electric-verilog-backward-sexp, verilog-backward-sexp)
11573         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
11574         (electric-verilog-terminate-line, electric-verilog-semi)
11575         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
11576         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
11577         (verilog-beg-of-statement, verilog-in-case-region-p)
11578         (verilog-in-struct-region-p, verilog-in-generate-region-p)
11579         (verilog-in-fork-region-p, verilog-backward-case-item)
11580         (verilog-set-auto-endcomments, verilog-get-expr)
11581         (verilog-expand-vector-internal, verilog-surelint-off)
11582         (verilog-batch-execute-func, verilog-calculate-indent)
11583         (verilog-calc-1, verilog-calculate-indent-directive)
11584         (verilog-leap-to-head, verilog-continued-line)
11585         (verilog-backward-token, verilog-backward-syntactic-ws)
11586         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
11587         (verilog-forward-ws&directives, verilog-at-constraint-p)
11588         (verilog-skip-backward-comments, verilog-indent-line-relative)
11589         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
11590         (verilog-pretty-declarations, verilog-pretty-expr)
11591         (verilog-just-one-space, verilog-indent-declaration)
11592         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
11593         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
11594         (verilog-read-always-signals-recurse, verilog-read-instants)
11595         (verilog-read-auto-template, verilog-set-define)
11596         (verilog-read-defines, verilog-read-signals, verilog-getopt)
11597         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
11598         (verilog-modi-cache-results, verilog-insert-one-definition)
11599         (verilog-make-width-expression, verilog-delete-autos-lined)
11600         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
11601         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
11602         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
11603         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
11604         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
11605         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
11606         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
11607         (verilog-load-file-at-mouse, verilog-load-file-at-point)
11608         (verilog-library-files): Cleanup spacing of )'s they should not be
11609         on unique lines.  Fix checkdoc warnings.
11611 2008-01-22  Glenn Morris  <rgm@gnu.org>
11613         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
11614         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
11615         from defcustoms.
11616         (hide-ifdef-shadow): Remove autoload cookie from defface.
11618         * vc.el (vc-diff-sentinel): Do not write a footer if there were
11619         differences.
11621 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
11623         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
11624         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
11625         manual entry.
11627 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
11629         * net/dbus.el (dbus-ignore-errors): New macro.
11630         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
11631         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
11632         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
11633         (dbus-get-signatures): Apply `dbus-ignore-errors'.
11635 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
11637         * outline.el (outline-up-heading): Fix check for top level to
11638         avoid infinite looping in hide-other.
11640 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11642         * vc.el (vc-process-sentinel): After calling the previous
11643         sentinel, do nothing if the process' buffer is not live.
11645 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11647         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
11648         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
11649         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
11650         blank-mode faces.  Doc fix.  New version 8.1.
11651         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
11652         CONDITION BODY).
11653         (blank-space-face): Face/option name replaced by blank-space.
11654         (blank-hspace-face): Face/option name replaced by blank-hspace.
11655         (blank-tab-face): Face/option name replaced by blank-tab.
11656         (blank-newline-face): Face/option name replaced by blank-newline.
11657         (blank-trailing-face): Face/option name replaced by blank-trailing.
11658         (blank-line-face): Face/option name replaced by blank-line.
11659         (blank-space-before-tab-face): Face/option name replaced by
11660         blank-space-before-tab.
11661         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
11663 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
11665         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
11666         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
11667         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
11668         (global-blank-mode): Doc fixes.
11669         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
11670         (blank-newline-face, blank-trailing-face, blank-line-face)
11671         (blank-space-before-tab-face, blank-display-mappings)
11672         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
11673         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
11674         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
11675         Fix typos in docstrings.
11677 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
11679         * server.el (server-log-time-function): New variable.
11680         (server-log): Use it.
11682 2008-01-21  Glenn Morris  <rgm@gnu.org>
11684         * progmodes/hideif.el: Move defcustoms and defface to start of file.
11686         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
11688 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
11690         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
11691         (org-descriptive-links, org-link-file-path-type)
11692         (org-remember-use-refile-when-interactive)
11693         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
11694         (org-export-ascii-bullets, org-agenda-deadline-faces)
11695         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
11696         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
11697         (org-kill-note-or-show-branches): Fix typos in docstrings.
11699 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
11701         * vc.el (vc-process-sentinel): Set mode-line-process.
11702         (vc-exec-after): Likewise, for the `run' process status.
11704 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11706         * ibuffer.el (ibuffer-mode): Fix last change.
11708 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
11710         * vc-hg.el (vc-hg-registered):
11711         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
11713 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
11715         * repeat.el (repeat-undo-count): New variable.
11716         (repeat): For self-insertions make undo boundary only after 20
11717         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
11719 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11721         * net/imap.el (imap-ping-server): New variable.
11722         (imap-opened): On add extra ping if imap-ping-server is non-nil.
11723         (imap-ping-server): Minor doc string fixes.
11725 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11727         * net/imap.el (imap-ping-server): New function.
11728         (imap-opened): Call imap-ping-server.
11730 2008-01-20  Glenn Morris  <rgm@gnu.org>
11732         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
11733         prevent infloops.
11735 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
11737         * progmodes/python.el (python-imports): Default to "None".
11739 2008-01-19  Tom Tromey  <tromey@redhat.com>
11741         * vc-svn.el (vc-svn-after-dir-status): New function.
11742         (vc-svn-dir-status): Run svn asynchronously.
11744 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
11746         * progmodes/hideif.el (hide-ifdef-shadow): New option.
11747         (hide-ifdef-shadow): New face.
11748         (hide-ifdef-toggle-shadowing): New function to toggle between
11749         shadowing and making code invisible.
11750         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
11751         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
11752         (hide-ifdef-region-internal): Give new overlay hide-ifdef
11753         property.  Shadow text when hide-ifdef-shadow is non-nil.
11754         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
11755         (hif-hide-line): Use when instead of if.
11756         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
11757         Remove unneeded * from doc-strings.
11759 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11761         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
11762         the hscroll behavior was fixed.
11763         (doc-view-mode): Disable auto-hscroll-mode.
11765 2008-01-18  Tom Tromey  <tromey@redhat.com>
11767         * vc-svn.el (vc-svn-dir-status): New function.
11769 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
11771         * vc.el: Make vc-status asynchronous.
11772         (vc-update-vc-status-buffer): New function broken out of ...
11773         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
11774         the dir-status backend function.
11776         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
11777         Move the output processing to ...
11778         (vc-hg-after-dir-status): ... here.  Call the function passed as
11779         an argument with the results.
11781 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
11784         (doc-view-insert-image): Do something if the image is missing.
11785         (doc-view-mode): Don't use file-remote-p.
11787 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
11789         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
11790         (org-export-latex-special-chars): Convert "..." in \ldots
11791         and skip tables.
11792         (org-export-latex-fontify-headline): Change parameter name.
11793         (org-export-as-latex): Handle export of subtrees.
11794         (org-export-latex-make-header): New argument TITLE.
11795         (org-export-latex-content): New argument EXCLUDE-LIST.
11796         (org-list-parse-list): New name for org-export-latex-parse-list.
11797         (org-export-latex-make-header): New name for
11798         org-export-latex-make-preamble.
11799         (org-list-to-generic): New name of org-export-list-to-generic.
11800         (org-list-to-latex): New name of org-export-list-to-latex.
11801         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
11802         (org-list-send-list, org-list-to-texinfo)
11803         (org-list-to-html): New functions.
11804         (org-export-latex-tables-column-borders)
11805         (org-export-latex-default-class, org-export-latex-classes)
11806         (org-export-latex-classes-sectioning)
11807         (org-list-radio-list-templates): New options.
11808         (org-export-latex-header): New variable.
11809         (org-latex-entities): New constant.
11810         (org-export-latex-default-sectioning, org-export-latex-preamble)
11811         (org-export-latex-prepare-text-option)
11812         (org-export-latex-get-sectioning): Remove.
11814 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
11816         * textmodes/org-publish.el (org-publish-current-project):
11817         Fix bug with forcing publication.
11819         * textmodes/org.el (org-export-with-special-strings): New option.
11820         (org-export-html-convert-special-strings): New function.
11821         (org-html-do-expand): `org-export-html-convert-special-strings'
11822         added to the list of conversion.
11823         (org-infile-export-plist, org-get-current-options): Add support
11824         for "-" in the #+OPTION line to let user switch on/off special
11825         strings conversion.
11826         (org-export-plist-vars): New :html-table-tag property.
11827         (org-export-as-html, org-format-org-table-html)
11828         (org-format-table-table-html) Use the :html-table-tag property
11829         instead of the `org-export-html-table-tag' global value.
11830         (org-additional-option-like-keywords): Add "TBLFM".
11831         (org-entry-properties): Include the CLOCKSUM special property.
11832         (org-columns-edit-value): Do not allow to edit the special
11833         CLOCKSUM property.
11834         (org-flag-drawer): Use the original value of `outline-regexp'.
11835         (org-remember-handler): Add invisible-ok flag to call to
11836         `org-end-of-subtree'.
11837         (org-agenda-highlight-todo): Respect
11838         `org-agenda-todo-keyword-format'.
11839         (org-agenda-todo-keyword-format): New option.
11840         (org-infile-export-plist): No restriction while searching for options.
11841         (org-remember-handler): Remove comments at the end of the buffer.
11842         (org-remember-use-refile-when-interactive): New option.
11843         (org-table-sort-lines): Make sure sorting works on link
11844         descritions only, and ignores the link.
11845         (org-sort-entries-or-items): Make sure the end of the subtree is
11846         included.
11847         (org-refile-use-outline-path): New allowed values `file' and
11848         `full-file-path'.
11849         (org-get-refile-targets): Respect new values for
11850         `org-refile-use-outline-path'.
11851         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
11852         (org-export-as-xoxo): Restore point when done.
11853         (org-open-file): Allow multiple %s in command.
11854         (org-clock-in-switch-to-state): New option.
11855         (org-first-list-item-p): New function.
11856         (org-last-remember-storage-locations): New variable.
11857         (org-get-refile-targets): Interpret the new maxlevel setting.
11858         (org-refile-targets): New option `:maxlevel'.
11859         (org-copy-subtree): Include empty lines before but not after subtree.
11860         (org-back-over-empty-lines, org-skip-whitespace): New functions.
11861         (org-move-item-down, org-move-item-up): Include empty lines before
11862         but not after item.
11863         (org-first-sibling-p): New function.
11864         (org-remember-apply-template): Defaults, completions and history
11865         for template prompts.  Also, interpret new `%!' escape.
11866         (org-context-choices): New constant.
11867         (org-bound-and-true-p): New macro.
11868         (org-imenu-depth): New option.
11869         (org-imenu-markers): New variable.
11870         (org-imenu-new-marker, org-imenu-get-tree)
11871         (org-speedbar-set-agenda-restriction): New functions.
11872         (org-agenda-set-restriction-lock)
11873         (org-agenda-remove-restriction-lock)
11874         (org-agenda-maybe-redo): New functions.
11875         (org-agenda-restriction-lock): New face.
11876         (org-agenda-restriction-lock-overlay)
11877         (org-speedbar-restriction-lock-overlay): New variables.
11878         (org-open-at-point): Remove obsolete way to do redirection in
11879         shell links.
11880         (org-imenu-and-speedbar): New customization group.
11881         (org-entry-properties): Return keyword-less time strings.
11882         (org-clock-heading-function): New option.
11883         (org-clock-in): Use `org-clock-heading-function'.
11884         (org-calendar-holiday): Try to use `calendar-check-holidays'
11885         instead of the obsolete `check-calendar-holidays'.
11886         (org-export-html-special-string-regexps): New constant.
11887         (org-massive-special-regexp): New variable.
11888         (org-compute-latex-and-specials-regexp)
11889         (org-do-latex-and-special-faces): New functions.
11890         (org-latex-and-export-specials): New face.
11891         (org-highlight-latex-fragments-and-specials): New option.
11892         (org-link-escape-chars): Use characters instead of strings.
11893         (org-link-escape-chars-browser, org-link-escape)
11894         (org-link-unescape): Use characters instead of strings.
11895         (org-export-html-convert-sub-super, org-html-do-expand): Check for
11896         protected text.
11897         (org-emphasis-alist): Additional `verbatim' flag.
11898         (org-set-emph-re): Handle the verbatim flag and compute
11899         `org-verbatim-re'.
11900         (org-cleaned-string-for-export): Protect verbatim elements.
11901         (org-verbatim-re): New variable.
11902         (org-hide-emphasis-markers): New option.
11903         (org-additional-option-like-keywords): Add new keywords.
11904         (org-get-entry): Rename from `org-get-cleaned-entry'.
11905         (org-icalendar-cleanup-string): New function for quoting icalendar text.
11906         (org-agenda-skip-scheduled-if-done): New option.
11907         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
11908         `org-agenda-skip-scheduled-if-done'.
11909         (org-prepare-agenda-buffers): Allow buffers as arguments.
11910         (org-entry-properties): Add CATEGORY as a special property.
11911         (org-use-property-inheritance): Allow a list of properties as a value.
11912         (org-eval-in-calendar): No longer update the prompt.
11913         (org-read-date-popup-calendar): Rename from
11914         `org-popup-calendar-for-date-prompt'.
11915         (org-read-date-display-live): New variable.
11916         (org-read-date-display): New function.
11917         (org-read-date-analyze): New function.
11918         (org-remember-apply-template): Define `remember-finalize' if it is
11919         not yet defined.
11920         (org-remember-insinuate): New function.
11921         (org-read-date-prefer-future): New option.
11922         (org-read-date): Respect the setting of
11923         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
11924         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
11925         hardcoded string.
11926         (org-remember-apply-template): Use `remember-finalize' instead of
11927         `remember-buffer'.
11928         (org-columns-compute, org-column-number-to-string)
11929         (org-columns-uncompile-format, org-columns-compile-format)
11930         (org-columns-compile-format): Handle printf format specifier.
11931         (org-columns-new, org-column-number-to-string)
11932         (org-columns-uncompile-format, org-columns-compile-format):
11933         Support for new currency summary type.
11934         (org-tree-to-indirect-buffer): Do not kill old buffer when
11935         `org-indirect-buffer-display' is `new-frame'.
11936         (org-indirect-buffer-display): Document that `new-frame' leads to
11937         indiret buffer proliferation.
11938         (org-agenda-list): Use `org-extend-today-until'.
11939         (org-extend-today-until): New option.
11940         (org-format-org-table-html): Use lower-case for <col> tag.
11941         (org-agenda-execute): New command.
11942         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
11943         (org-select-remember-template): New function.
11944         (org-remember-apply-template): Use `org-select-remember-template'.
11945         (org-go-to-remember-target): New function.
11947 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
11949         * vc.el: Add a TODO note about vc-state.
11950         (vc-next-action): Register 'unregistered and 'ignored files.
11951         Use when and unless instead of if where appropriate.
11952         (vc-start-entry): Fix typo.
11953         (vc-status): Autoload it.
11955 2008-01-18  Glenn Morris  <rgm@gnu.org>
11957         * ffap.el (ffap-alist): Remove space from RFC regexp.
11959 2008-01-18  Richard Stallman  <rms@gnu.org>
11961         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
11962         than face-spec-recalc.
11964 2008-01-18  Glenn Morris  <rgm@gnu.org>
11966         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11968 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11969             Miles Bader  <miles@gnu.org>
11971         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
11972         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
11973         for handling display table (via visws.el package), his code was
11974         modified, but the main idea was kept.
11976 2008-01-17  Glenn Morris  <rgm@gnu.org>
11978         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11979         (ibuffer-save-filters): Remove calls to deleted
11980         ibuffer-update-mode-name.
11982 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
11984         * longlines.el (longlines-mode, longlines-show-region)
11985         (longlines-unshow-hard-newlines): Bind buffer-file-name and
11986         buffer-file-truename to nil while modifying buffer.
11988         * cus-edit.el (custom-reset-standard-variables-list)
11989         (custom-reset-standard-faces-list): New variables.
11990         (custom-reset-standard-save-and-update): New function.
11991         (Custom-save): Apply custom-mark-to-save before and
11992         custom-state-set-and-redraw after saving options.
11993         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11994         options and call custom-reset-standard-save-and-update.
11995         (custom-variable, custom-face, custom-group): Provide new
11996         entries for custom-mark-to-save, custom-mark-to-reset-standard,
11997         and custom-state-set-and-redraw.
11998         (custom-variable-mark-to-save)
11999         (custom-variable-state-set-and-redraw)
12000         (custom-variable-mark-to-reset-standard)
12001         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
12002         (custom-face-mark-to-reset-standard)
12003         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
12004         (custom-group-mark-to-reset-standard): New functions.
12005         (custom-variable-save): Move save, state-set, and redraw
12006         functionality to custom-variable-mark-to-save.
12007         (custom-face-save): Move save, state-set, and redraw
12008         functionality to custom-face-mark-to-save.
12009         (custom-group-save): Move save, state-set, and redraw
12010         functionality to custom-group-mark-to-save.
12011         (custom-variable-reset-standard, custom-face-reset-standard)
12012         (custom-group-reset-standard): Move save, state-set, and redraw
12013         functionality to custom-reset-standard-save-and-update.
12015         (custom-buffer-create-internal): Fix text in verbose help.
12016         (custom-face-value-create): Indent doc-strings of faces like
12017         those of variables.
12019 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * server.el (server-process-filter): Replace lineno and columnnno
12022         which defaulted to 1&0 with filepos which defaults to nil.
12023         (server-goto-line-column): Only receive the filepos.
12024         Only move if filepos is non-nil.
12025         (server-visit-files): Slight restructure to consolidate two calls to
12026         server-goto-line-column into just one.
12028         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
12029         the use of degraded mode.
12030         (nxml-degrade): Don't change mode-name.
12032         * nxml/rng-nxml.el (rng-nxml-mode-init):
12033         Don't overwrite mode-line-process.
12035         * ibuffer.el (mode): Pass the buffer to format-mode-line.
12036         (ibuffer-update-mode-name): Remove.
12037         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
12038         (ibuffer-mode): Use mode-line-process instead.
12040         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
12041         Use derived-mode-p.
12042         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
12044         * help.el (describe-mode): Pass the right buffer to format-mode-line.
12046 2008-01-16  Glenn Morris  <rgm@gnu.org>
12048         * comint.el (comint-regexp-arg): Fix no-input case.
12050 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
12052         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
12053         * pcvs.el (cvs-revert-if-needed):
12054         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
12056         * vc-svn.el (vc-svn-find-file-hook):
12057         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
12059 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
12061         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
12062         (icalendar-export-file, icalendar-import-file):
12063         Restore significant trailing whitespace in `interactive' prompts.
12065 2008-01-16  Tom Tromey  <tromey@redhat.com>
12067         * calendar/icalendar.el (icalendar--convert-tz-offset)
12068         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
12069         (icalendar--find-time-zone): New functions.
12070         (icalendar--decode-isodatetime): Add `zone' argument, passed to
12071         `decode-time'.  Doc fix.
12072         (icalendar--convert-ical-to-diary): Compute zone-map.
12073         Pass timezone to icalendar--decode-isodatetime.
12075 2008-01-16  Alan Mackenzie  <acm@muc.de>
12077         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
12078         an eval-and-compile, so as to permit byte-compiling (e.g. in
12079         bootstrap).
12081 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12083         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
12084         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
12085         using the same key for different menu entries.
12087         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
12088         (smerge-makeup-conflict): New command.
12090 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
12092         * log-edit.el (log-edit): Doc fix.
12094 2008-01-15  Glenn Morris  <rgm@gnu.org>
12096         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
12098 2008-01-14  Alan Mackenzie  <acm@muc.de>
12100         * progmodes/cc-vars.el (c-constant-symbol): New function which
12101         supersedes c-const-symbol.  During a customize-.. call it enables
12102         an element of (e.g.) c-hanging-braces alist to have its name
12103         displayed, even when the default value of c-h-b etc. doesn't
12104         include the elemnt.  Replace uses of the old function by the new.
12106         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
12107         obscure non-working fragment ":value c-".
12109 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
12113 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
12115         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
12116         instead of `tramp-file-name-real-host'.
12118         * net/trampver.el: Update release number.
12120 2008-01-14  Alan Mackenzie  <acm@muc.de>
12122         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
12123         call inside a struct being recognised as a K&R argument.
12125 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12127         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12128         Accept "fatal error" from MSFT.
12129         Reported by Jared Finder <jfinder@crypticstudios.com>.
12131 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
12133         * smerge-mode.el (smerge-auto): New function.
12134         * vc-svn.el (vc-svn-find-file-hook):
12135         * vc-arch.el (vc-arch-find-file-hook):
12136         * pcvs.el (cvs-revert-if-needed):
12137         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
12138         (top-level): Add a Todo list.
12140 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
12142         * vc.el (vc-update): Resolve conflicts if necessary instead of
12143         just updating the buffer.
12145         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
12146         update command so that we can parse the output.
12148 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
12150         * mail/rmail.el (rmail-convert-to-babyl-format):
12151         Remove save-excursion to avoid infinite looping.
12152         Reported by dnz <dnz@bk.ru>.
12154 2008-01-12  Glenn Morris  <rgm@gnu.org>
12156         * woman.el (woman-parse-numeric-arg): Change handling of `==':
12157         can be interned without a function definition.
12159 2008-01-12  Jason Rumney  <jasonr@gnu.org>
12161         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
12162         (rng-nxml-mode-init): Declare.
12164 2008-01-11  Jason Rumney  <jasonr@gnu.org>
12166         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
12167         (rng-preferred-prefix-alist-default): Remove.
12169         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
12170         Rename from nxml-enable-unicode-char-name-sets-flag.
12171         (nxml-enable-unicode-char-name-sets-1): Merge into
12172         nxml-enable-unicode-char-name-sets.
12173         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
12174         nxml-char-name-ignore-case here.
12176         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
12177         Update doc string and commentary.
12178         (nxml-char-name-ignore-case): Change default value.
12179         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
12181 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
12183         * cus-start.el (all): Add missing version entries.
12185 2008-01-11  Glenn Morris  <rgm@gnu.org>
12187         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
12188         (euc-to-flat-code, flat-code-to-euc):
12189         * textmodes/org.el (elmo-msgdb-overview-get-entity)
12190         (wl-summary-buffer-msgdb): Declare as funtions.
12192 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
12194         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
12195         Bind buffer-file-name and buffer-file-truename.
12197         * fringe.el (fringe-mode-explicit): New variable.
12198         (set-fringe-mode): Don't alter default-frame-alist when just
12199         loading this file.
12201 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
12203         * doc-view.el (doc-view-buffer-file-name): New variable.
12204         (doc-view-convert-current-doc, doc-view-search)
12205         (doc-view-current-cache-dir, doc-view-initiate-display)
12206         (doc-view-mode): Use it.
12207         (doc-view-bookmark-make-cell): Use variable buffer-file-name
12208         instead of function.
12210 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
12212         * vc-svn.el (vc-svn-registered): Return the correct value for
12213         ignored and unregistered files.
12215 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
12217         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
12219 2008-01-10  Tom Tromey  <tromey@redhat.com>
12221         * vc.el (vc-status-unmark-all-files): New function.
12222         (vc-status-unmark-all-files): Likewise.
12223         (vc-status-mode-map): Add bindings.
12225 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12227         * ediff*.el: Uncomment declare-function.
12229         * emulation/viper*.el: Uncomment declare-function.
12231 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
12233         * doc-view.el (doc-view-mode): Support tramp, compressed files and
12234         files inside archives uniformly.
12236 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12238         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
12239         constant with a computation on sgml-specials rather than a literal
12240         list.  Without this change the syntax table is generated
12241         incorrectly, and the mode will think it's in a comment following
12242         any instance of the string "--".
12244 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
12246         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
12247         (doc-view-mode): Support document files inside archives.
12249 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
12251         * vc.el (vc-deduce-fileset): Return the currently selected file if
12252         no files are selected when using vc-status.
12254 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
12256         * ediff*.el: Comment out declare-function.  "make bootstrap"
12257         stops with an error and Emacs does not compile with those things in.
12258         Besides, declare-function is not defined in XEmacs.
12260         * ediff-util (eqiff-quit): Autoraise minibuffer.
12262         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
12264         * emulation/viper*.el: Comment out declare-function -- not defined
12265         in XEmacs.
12267         * emulation/viper-ex.el (viper-info-on-file):
12268         Take care of indirect buffers.
12270         * emulation/viper.el (viper-set-hooks, set-cursor-color):
12271         Set viper-vi-state-cursor-color.
12273 2008-01-09  Tom Tromey  <tromey@redhat.com>
12275         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
12276         Just return header.
12277         (vc-status-move-to-goal-column): New function.
12278         (vc-status-mode-map): Define more keys.
12279         (vc-status-mode): Use vc-status-refresh.  Now 'special.
12280         (vc-status-refresh): New function.
12281         (vc-status-next-line): Likewise.
12282         (vc-status-previous-line): Likewise.
12283         (vc-status-mark-file): Use vc-status-next-line.
12284         (vc-status-unmark-file): Use vc-status-previous-line.
12285         (vc-status-unmark-file-up): New function.
12286         (vc-status-register): Likewise.
12287         (vc-status-find-file): Likewise.
12288         (vc-status-find-file-other-window): Likewise.
12289         (vc-status-current-file): Likewise.
12290         (vc-ensure-vc-buffer): Understand vc-status mode.
12292         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
12294 2008-01-09  Glenn Morris  <rgm@gnu.org>
12296         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
12297         entry, for Windows.
12299 2008-01-09  Tom Tromey  <tromey@redhat.com>
12301         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
12303 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12305         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
12306         add a file-name handler.
12308 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12310         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
12311         Rename from function bibtex-files-expand.  New optional arg select.
12312         (bibtex-flash-head): Allow blink-matching-delay being zero.
12313         (bibtex-clean-entry): Use atomic-change-group.
12314         (bibtex-format-entry): Check presence of required fields only
12315         after formatting of fields.  Use member-ignore-case.  Do not use
12316         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
12317         (bibtex-autofill-entry): Do not call undo-boundary.
12318         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
12319         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
12320         Parse keys if necessary.
12322 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
12324         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
12325         quotes in case of spaces, e.g. STL containers (not pretty).
12327 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
12329         * progmodes/gdb-ui.el (gud-gdb-command-name):
12330         Explain "--annotate=3" option is necessary for the Graphical Interface.
12332 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
12334         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
12335         on menu bar.
12337 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
12339         * ffap.el (ffap-read-file-or-url): Let-bind
12340         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
12342 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
12344         * vc-bzr.el: Fix typo in header.
12346 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
12348         * Makefile.in (custom-deps, finder-data): Depend on autoloads
12349         instead of loaddefs.el.
12351 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12353         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
12354         gets inserted out-of-order.
12356 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
12358         * vc-bzr.el: Copyright and version headers update.
12359         Remove some outdated comments through the whole file.
12360         (vc-bzr-program-args): Remove because unused.
12361         (vc-bzr-log-switches): New customization option.
12362         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
12363         use `vc-bzr-program-args'.
12364         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
12365         `vc-find-root' (patch by Andreas Hoenen).
12366         (vc-bzr-status): Update regex to match latest Bzr output.
12367         Remove redundant test.
12368         (vc-bzr-init-version): New function.
12369         (vc-bzr-unregister): Must not delete file.
12370         (vc-bzr-find-version): New function.
12371         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
12372         a non-empty string, otherwise take head revision.
12373         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
12374         (vc-bzr-diff): Simpler build of the revision spec string.
12375         (vc-annotate-convert-time, vc-bzr-annotate-difference):
12376         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
12377         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
12378         (vc-bzr-dired-state-info): Only provide custom strings for
12379         overloaded VC state 'edited; otherwise fallback to
12380         `vc-default-dired-state-info'.
12382 2008-01-08  Richard Stallman  <rms@gnu.org>
12384         * delsel.el (delete-selection-mode): Doc fix.
12386 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
12388         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
12389         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
12391         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
12392         of watch expressions (only works fully with GDB 6.7 or later).
12394 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
12396         * time-stamp.el (time-stamp-time-zone):
12397         * whitespace.el (whitespace-check-buffer-leading)
12398         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
12399         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
12400         * progmodes/sh-script.el (sh-indentation):
12401         * textmodes/ispell.el (ispell-local-pdict):
12402         Add safe-local-variable properties.
12404 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
12406         * vc-git.el (vc-git--call): Apply `process-file' instead of
12407         `call-process'.
12409         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
12410         Reported by Pete Forman <pete.forman@westerngeco.com>.
12411         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
12412         (tramp-handle-process-file): Handle the case where DESTINATION is
12413         a consp with t as car.
12414         (tramp-wait-for-output): We shall remove exactly what has been
12415         find by the search.
12417 2008-01-08  Kevin Ryde  <user42@zip.com.au>
12419         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12420         For perl, allow "during global destruction" at end.  Add entry for
12421         two-arg form of the Test module ok() func.
12423 2008-01-08  Glenn Morris  <rgm@gnu.org>
12425         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
12426         unified format.
12428         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
12430 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
12432         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12433         Simplify selection of frame focusing function.
12435 2008-01-08  Michael Olson  <mwolson@gnu.org>
12437         * textmodes/remember.el (remember-region): Fix typo in docstring.
12439 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
12441         * textmodes/remember.el (remember): If there is a visible region
12442         [that is, the mark is active and transient mark mode is enabled]
12443         then use this region for the initial contents of the *Remember*
12444         buffer.  Use `region-beginning' and `region-end' instead of
12445         `point' and `mark'.
12447 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
12449         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
12450         argument to vc-hg-command.
12451         (vc-hg-log-view-mode): Handle the user field better.
12453 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12455         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
12457 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12459         * vc.el (vc-status-fileinfo): New defstruct.
12460         (vc-status): New defvar.
12461         (vc-status-insert-headers, vc-status-printer, vc-status)
12462         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
12463         (vc-status-unmark-file, vc-status-marked-files): New functions.
12465         * vc-hg.el (vc-hg-dir-status): New function.
12467 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
12469         * cus-edit.el (custom-tool-bar-map): Move initialization of this
12470         keymap from here ...
12471         (custom-mode): ... to here.  Reported by Reiner Steib.
12473 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12475         * obsolete/x-apollo.el: Remove file for unsupported system.
12477         * term/x-win.el (vendor-specific-keysyms): Remove reference to
12478         Apollo.
12480         * progmodes/gud.el (gud-dgux-p): Remove.
12481         (dbx): Remove reference to dgux.
12483         * progmodes/ps-mode.el (ps-mode-print-function):
12484         * ps-print.el (ps-lp-system):
12485         * paths.el (rmail-spool-directory):
12486         * ls-lisp.el (ls-lisp-emulation):
12487         * lpr.el (lpr-lp-system):
12488         * dired.el (dired-chown-program): Remove references to dgux.
12490 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12492         * vc.el (vc-process-sentinel): Fix apparent typo.
12493         (vc-do-command): Forcefully kill any left over process.
12494         Use start-file-process.
12495         (vc-annotate-get-time-set-line-props): Check we don't move backward.
12497 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
12499         * net/dbus.el (dbus-list-hash-table)
12500         (dbus-name-owner-changed-handler): Replace "signal" by "member".
12501         (dbus-check-event): Add serial number to event.
12502         (dbus-handle-event): Apply return message if needed.
12503         (dbus-event-serial-number): New defun.
12504         (dbus-event-service-name, dbus-event-path-name)
12505         (dbus-event-interface-name, dbus-event-member-name):
12506         Adapt implementation to serial number.
12508 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
12510         * bs.el (bs--get-mode-name): Fix typo in previous change.
12512 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
12514         * mouse.el (mouse-popup-menubar): Fix typo.
12516         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
12517         form inside with-current-buffer.
12519         * progmodes/antlr-mode.el (provide): Move to the end of file.
12520         (require): Don't require font-lock and compile.
12521         (outline-level, imenu-use-markers, imenu-create-index-function):
12522         Move declarations to top level.
12523         (cond-emacs-xemacs-macfn): Declare for compiler.
12525         * vc-bzr.el (vc-bzr-root):
12526         * vc-arch.el (vc-arch-root): Only set a property if the file is
12527         managed by this backend.
12529         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
12531 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
12533         * doc-view.el (doc-view-scroll-up-or-next-page)
12534         (doc-view-scroll-down-or-previous-page): Don't scroll to the
12535         top/bottom again when on the first/last page.
12537         * doc-view.el (doc-view-scroll-up-or-next-page)
12538         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
12539         image-scroll-down instead of the non-image equivalents.
12540         Don't rely on a signalled condition but switch pages when scrolling
12541         doesn't change the vertical position anymore.
12542         (doc-view-mode-map): Remap scroll-{up,down} to
12543         image-scroll-{up,down}.
12545 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
12547         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
12548         tpu-mapper command rather than load the tpu-mapper package.
12550         * emulation/tpu-mapper.el (tpu-mapper): New command.
12551         Contains all the code previously at top-level.
12553 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12555         * bs.el (bs--sort-by-mode, bs--get-mode-name):
12556         * imenu.el (imenu-add-to-menubar):
12557         * makesum.el (make-command-summary):
12558         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12559         (mouse-buffer-menu):
12560         * msb.el (msb--mode-menu-cond):
12561         * calc/calc-embed.el (calc-do-embedded):
12562         * emacs-lisp/helper.el (Helper-describe-mode):
12563         * mail/emacsbug.el (report-emacs-bug):
12564         * progmodes/hideshow.el (hs-grok-mode-type):
12565         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12566         * textmodes/table.el (*table--cell-describe-mode):
12567         Pass mode-name through format-mode-line.
12569 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12571         * progmodes/ada-xref.el (ada-prj-find-prj-file):
12572         * progmodes/ada-mode.el (comment-region):
12573         * calendar/todo-mode.el (todo-insert-item):
12574         * bookmark.el (bookmark-buffer-name):
12575         Test major-mode rather than mode-name.
12577 2008-01-04  Richard Stallman  <rms@gnu.org>
12579         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
12580         Call byte-compile-warn-about-unresolved-functions outside
12581         the with-current-buffer.
12582         (byte-compile-insert-header): Use with-current-buffer.
12584 2008-01-04  Glenn Morris  <rgm@gnu.org>
12586         * startup.el (fancy-about-screen): Remove reference to deleted
12587         `fancy-splash-help-echo' variable.
12589         * version.el (emacs-copyright): Update to 2008.
12591         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
12592         rather than mapcar.
12594         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
12595         change (merge mistake).
12597         * doc-view.el (doc-view-search-internal): Don't use `incf'.
12599         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
12600         (bookmark-get-bookmark-record):
12601         * image-mode.el (bookmark-make-cell-function)
12602         (bookmark-get-filename, bookmark-get-bookmark-record)
12603         (bookmark-get-position):
12604         * log-view.el (vc-modify-change-comment):
12605         * progmodes/grep.el (find-name-arg): Declare for compiler.
12607 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
12609         * savehist.el (savehist-coding-system): Default to a variant coding
12610         system with explicit unix end-of-line conversion, which is safer.
12612 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12614         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
12615         * ibuffer.el (mode column): Use format-mode-line.
12617         * server.el (server-create-window-system-frame): Remove workaround for
12618         a bug that has been fixed.
12620 2008-01-03  Magnus Henoch  <magnus@zemdatav>
12622         * net/dbus.el (dbus-name-owner-changed-handler):
12623         Use dbus-unregister-object instead of dbus-unregister-signal.
12625 2008-01-03  Drew Adams  <drew.adams@oracle.com>
12627         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
12629 2008-01-03  Richard Stallman  <rms@gnu.org>
12631         * replace.el (occur-context-lines): New subroutine,
12632         broken out of occur-engine.
12633         (occur-engine): Call it.
12635 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
12637         * vc-git.el (vc-git--ls-files-state): New function.
12638         (vc-git-dir-state): Use it instead of processing the status
12639         results here.
12641 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12643         * progmodes/grep.el (grep-find-ignored-directories):
12644         Initialize from the value of vc-directory-exclusion-list.
12646         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
12647         even though we don't have a back end for darcs yet.
12649 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
12651         Change a return type, for greater extensibility.
12652         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
12653         and its thread for discussion leading to this change.
12655         * bookmark.el (bookmark-jump-noselect):
12656         Return an alist instead of a dotted pair.
12657         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12658         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
12659         (bookmark-bmenu-switch-other-window): Adjust accordingly.
12660         (bookmark-make-cell-function): Adjust documentation accordingly.
12662         * image-mode.el (image-bookmark-jump):
12663         Adjust return type accordingly; document.
12665         * doc-view.el (doc-view-bookmark-jump):
12666         Adjust return type accordingly; document.
12668 2008-01-02  Miles Bader  <miles@gnu.org>
12670         * net/rcirc.el (rcirc-log-filename-function): New variable.
12671         (rcirc-log): Use `rcirc-log-filename-function' to generate the
12672         log-file name.  Don't log anything if it returns nil.
12673         (rcirc-log-write): Use `expand-file-name' when merging the
12674         log-file name from the alist with rcirc-log-directory; this does
12675         the right thing if the name in the alist already an absolute
12676         filename.  Make the log-file directory if necessary.
12678 2007-12-29  Richard Stallman  <rms@gnu.org>
12680         * font-lock.el (font-lock-prepend-text-property)
12681         (font-lock-append-text-property): Canonicalize the face and
12682         font-lock-face properties.
12684         * faces.el (facep): Doc fix.
12686         * startup.el (fancy-startup-tail, fancy-about-text)
12687         (fancy-startup-text): Regularize format of face property.
12689         * facemenu.el (list-colors-print): Use :background and :foreground
12690         instead of background-color and foreground-color.
12692 2007-12-29  Drew Adams  <drew.adams@oracle.com>
12694         * cus-edit.el (custom-add-parent-links):
12695         Fill the "Parent documentation" text.
12697 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
12699         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
12700         MS-Windows and MS-DOS.
12701         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
12703 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12705         * vc-svn.el (vc-svn-modify-change comment): New function.
12707 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
12709         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
12710         Do not disable undo, with-temp-buffer does it by default.
12712 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
12714         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
12715         correctly.
12717         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
12718         with vc-state.
12719         (vc-next-action): Fix vc-transfer-file call.
12721 2007-12-31  Tom Tromey  <tromey@redhat.com>
12723         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
12724         Move point to the start of the buffer.
12726 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
12728         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
12730         * vc.el: State that dir-state is required to set the vc-state and
12731         vc-backend properties.
12733 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
12735         * man.el (Man-default-man-entry): Make this a defun.
12736         Improve guessing mechanism and handling of section numbers.
12738 2007-12-31  Richard Stallman  <rms@gnu.org>
12740         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
12742 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
12744         * calc/calc-units.el (calc-convert-temperature): Ensure that units
12745         are on the result even when the result is zero.
12747 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
12749         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
12750         resistent towards wrong parameters.
12751         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
12753 2007-12-30  Richard Stallman  <rms@gnu.org>
12755         * faces.el (face-all-attributes): New function.
12757         * faces.el (face-differs-from-default-p): Compute list of attr names
12758         from face-attribute-name-alist.
12760         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
12761         (custom-face-save): Likewise.
12762         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
12764         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
12765         (custom-theme-set-faces): Clear `face-override-spec' property.
12766         Call `face-spec-set' with FOR-DEFFACE.
12768         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
12770         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
12771         Use of frame as third arg is deprecated.
12772         Handle `face-override-spec' property.
12773         (face-spec-recalc): New function.
12774         (face-spec-set-2): New function.
12775         (frame-set-background-mode): Handle `face-override-spec' property.
12776         Use `face-spec-recalc'.
12777         (face-set-after-frame-default): Use `face-spec-recalc'.
12779 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
12781         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
12783 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
12785         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
12787 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
12789         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
12790         'added, 'removed.
12792         * vc.el (header coment): Better description of dir-state.
12793         (vc-compatible-state): New function.  Checks whether two states
12794         can be in the same changeset; used with 'edited it can test whether
12795         the next action for a state should be commit.
12796         (vc-default-dired-state-info): Display 'removed state.
12797         (vc-dired-hook): Turn off undo, this is a speed tweak.
12799         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
12801         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
12802         Cope with the possibility that the 'C' status flag might change
12803         in 0.9,6.
12805         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
12807 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
12809         * files.el (cd-absolute): Fix omission bug:
12810         Make `list-buffers-directory' buffer-local.
12812 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
12814         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
12816 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
12818         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
12820         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
12821         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
12822         (math-yacas-compose-deriv, math-yacas-compose-taylor)
12823         (math-maxima-parse-subst, math-maxima-parse-taylor)
12824         (math-maxima-compose-taylor, math-maxima-compose-subst)
12825         (math-maxima-compose-if, math-lang-switch-args)
12826         (math-lang-compose-switch-args, math-read-giac-subscr):
12827         New functions.
12828         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
12829         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
12830         Add languages.
12831         (math-vector-brackets, math-complex-format, math-variable-table)
12832         (math-parse-table, math-oper-table, math-function-table)
12833         (math-special-function-table, math-compose-subscr):
12834         Add values for new languages.
12836         * calc/calccomp.el (math-compose-expr): Add new languages.
12838         * calc/calc.el (calc-language): Add languages to docstring.
12840         * calc/calc-ext.el (calc-init-extensions): Add keybindings
12841         for new languages.  Autoload commands to change languages.
12843         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
12845         * calc/calc-menu.el (calc-modes-menu): Add new languages.
12846         (calc-arithmetic-menu, calc-scientific-function-menu)
12847         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
12848         (calc-units-menu, calc-variables-menu, calc-stack-menu):
12849         Add :active keywords.
12851 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
12853         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
12854         returns 'ignored or 'unregistered.
12855         (vc-hg-state): Pass "-A" to the status command and deal with the
12856         output.
12857         (vc-hg-dir-state): Pass "-A" to the status command.
12859 2007-12-29  Richard Stallman  <rms@gnu.org>
12861         * progmodes/compile.el (compilation-start): Set initial visible
12862         point properly even when compilation buffer already current.
12864 2007-12-29  Richard Stallman  <rms@gnu.org>
12866         * files.el (conf-mode-maybe): New function.
12867         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
12869 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
12871         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
12873 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
12875         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
12877 2007-12-29  Richard Stallman  <rms@gnu.org>
12879         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
12880         so they never do EOF.
12882 2007-12-29  Richard Stallman  <rms@gnu.org>
12884         * faces.el (copy-face): Create the new face explicitly if it
12885         does not exist already.
12887 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
12889         * simple.el (minibuffer-history, shell-command-history)
12890         (set-variable-value-history):
12891         * replace.el (regexp-history):
12892         * international/mule-cmds.el (input-method-history):
12893         * files.el (file-name-history): Add reference to history-length in
12894         the doc string.
12896 2007-12-29  Richard Stallman  <rms@gnu.org>
12898         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
12900 2007-12-29  Jason Rumney  <jasonr@gnu.org>
12902         * find-dired.el (find-name-arg): New custom variable.
12903         (find-name-dired): Use it.
12904         (find-dired-find-program): Remove.
12905         (find-dired): Use find-program.
12906         (find-grep-dired): Use grep-program.
12908         * progmodes/grep.el (rgrep): Use find-name-arg.
12910 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
12912         * progmodes/cc-vars.el (defcustom-c-stylevar):
12913         Revert to pre-2007-12-12 version.
12915 2007-12-29  Richard Stallman  <rms@gnu.org>
12917         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
12919         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
12920         Use changed.
12922         * startup.el (fancy-splash-help-echo): Var deleted.
12923         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
12924         (fancy-about-screen): Don't display fancy-splash-help-echo.
12926         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
12928 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
12930         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
12931         to vc-hooks.el so it will be available to other modes, such as
12932         speedbar.el.  Also, teach it to recognize monotone state directories.
12934         * speedbar.el: Remove this mode's fragile assumptions about
12935         version-control systems.  Instead, make it use logic from
12936         vc-hooks.el so it will become smarter whenever VC mode does.
12938         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
12939         Fix the documentation.
12941         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
12942         Modify all instances of the dir-state back-end method to suppress
12943         keeping undo lists on the buffers holding status output, which
12944         can get extremely large.
12946         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
12947         so they don't do work that the default one can do instead.
12949         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
12950         states, and the new return-value convention.  These are not
12951         actually used yet, just set.
12953         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
12954         states when appropriate.
12956         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
12957         'unregistered when appropriate.
12959         * vc-git.el: Document that we don't set the new states yet.
12961         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
12962         'ignored states.
12964         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
12965         appropriate.
12967         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12968         when appropriate.
12970 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
12972         * thumbs.el (thumbs-call-convert): Use call-process directly
12973         with thumbs-conversion-program instead of through shell-file-name
12974         for better error reporting.
12976 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
12978         * calc/calc-aent.el (math-remove-percentsigns):
12979         * calc/calccomp.el (math-to-percentsigns): Change placeholder
12980         for percent signs.
12982 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
12984         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12985         use completion-ignored-extensions to detect files that should be
12986         ignorted in VC-Dired listings, heading off lots of expensive calls
12987         to (vc-state).
12989         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12990         non-terse mode.
12991         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12992         Makefile.in or Makefile.am.
12994 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12996         * ps-print.el (ps-mark-active-p): Fun returned back.
12997         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12998         `region-active-p' for error checking.
13000 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
13002         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
13003         Put new machinery in place to support editing of change comments
13004         with 'e' in a log-view buffer.  Not documented yet as this
13005         only works for SCCS, RCS, and maybe CVS if you have admin
13006         privileges.  When we have backend support for Subversion and
13007         more modern systems it will be time to write this up.
13009 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
13011         * international/mule-cmds.el (select-safe-coding-system):
13012         When a buffer is modified, cancel the writing.
13014 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
13016         * log-view.el: Add Subversion and Mercurial log format samples.
13018         * vc.el (vc-dired-hook): Significantly speed up by arranging for
13019         it to call the backend dir-state hook (if it exists)
13020         exactly *once*, rather than once per each subdirectory (with
13021         dired-state-info calls on all toplevel files slowing it down even
13022         further).  For this to work, backend dir-state methods have to
13023         recurse to subdirectories.  Most of them already did anyway; a few
13024         needed *non*-recursion switches removed.  This change mostly
13025         removed code that was perversely bad and should have been shot
13026         through the head years ago.
13028         * vc-bzr.el (vc-bzr-dir-state):
13029         * vc-cvs.el (vc-cvs-dir-state):
13030         * vc-mcvs.el (vc-mcvs-dir-state):
13031         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
13033         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
13034         multiple arguments, so generate logs sequentially when we get them.
13035         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
13036         headers so the various log bindings can do the right thing.
13037         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
13039 2007-12-26  Andreas Schwab  <schwab@suse.de>
13041         * font-lock.el (save-buffer-state): Make sure the state of the
13042         buffer is always restored.
13044 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
13046         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
13048         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
13049         a variable.
13051         * calc/calccomp.el (math-to-percentsigns): New function.
13052         (math-compose-var): Handle variables with percent signs.
13053         (math-compose-expr): Handle function names with percent signs.
13055         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
13056         (math-read-exprs): Handle percent signs in languages that
13057         allow them.
13058         (math-restore-underscores): Remove function.
13059         (math-remove-percentsigns, math-restore-placeholders):
13060         New functions.
13062 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13064         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
13065         of `mark' for error checking.
13067 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
13069         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
13070         New functions.
13071         (image-mode): Set bookmark-make-cell-function appropriately.
13073         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
13075         * bookmark.el (bookmark-make-cell-function): New variable.
13076         (bookmark-make): Call bookmark-make-cell-function's function
13077         instead of bookmark-make-cell.
13078         (bookmark-get-handler, bookmark-jump-internal): New functions.
13079         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
13080         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
13081         Use bookmark-jump-internal.
13082         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
13084         * doc-view.el (doc-view-bookmark-make-cell)
13085         (doc-view-bookmark-jump): New functions.
13086         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
13088 2007-12-25  Miles Bader  <miles@gnu.org>
13090         * indent.el (indent-for-tab-command): Rigidly indent the following
13091         sexp along with the current line when a prefix arg is given in the
13092         non-active-region case.  Specify raw prefix in interactive spec.
13093         Simplify main indentation logic to get rid of the conditional call
13094         to `indent-according-to-mode' (it just ended up calling
13095         `indent-line-function' in all cases anyway, which can be done more
13096         simply here).  Remove unnecessary test of ARG in active region case.
13098 2007-12-25  Richard Stallman  <rms@gnu.org>
13100         * allout.el (allout-region-active-p): Rename from my-region-active-p.
13101         Use `use-region-p'.
13102         (allout-write-file-hook-handler): Simplify code.
13104         * ps-print.el (ps-mark-active-p): Function deleted.
13105         (ps-print-preprint-region): Use (mark) for the error check.
13107         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
13109         * winner.el (winner-active-region): Use `mark-active' if it's defined.
13111         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
13113         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
13115         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
13117         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
13119         * progmodes/cc-defs.el (c-region-is-active-p):
13120         Use `mark-active' if it's defined.
13122         * progmodes/cc-cmds.el (c-indent-line-or-region):
13123         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
13125         * simple.el (select-active-regions): New option.
13126         (set-mark): Obey it.
13127         (yank-pop-change-selection): New option.
13128         (current-kill): Obey it.
13130         * simple.el (use-region-p): Rename from `region-active-p'.
13131         (region-active-p): New function.
13133 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
13135         * term/x-win.el (x-select-enable-primary): New option.
13136         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
13138         * mouse.el (mouse-yank-primary): New function (almost same
13139         as mouse-yank-secondary).
13141 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
13143         * calculator.el:
13144         * dframe.el:
13145         * iswitchb.el:
13146         * whitespace.el:
13147         * winner.el:
13148         * emacs-lisp/checkdoc.el:
13149         * mail/feedmail.el:
13150         * net/quickurl.el:
13151         * obsolete/fast-lock.el:
13152         * play/5x5.el:
13153         * progmodes/delphi.el:
13154         * progmodes/idlw-shell.el:
13155         * progmodes/idlwave.el:
13156         * textmodes/artist.el:
13157         * textmodes/ispell.el:
13158         * textmodes/texinfmt.el:
13159         * textmodes/texinfo.el: Remove obsolete definitions of backward
13160         compatibility macros for defcustom, defgroup, defface, when,
13161         unless, with-current-buffer and with-temp-message.
13163 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
13165         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
13167 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13169         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
13170         indeed a process.
13172 2007-12-23  Richard Stallman  <rms@gnu.org>
13174         * simple.el (region-active-p): New function.
13175         (use-empty-active-region): New variable.
13177         * dired-aux.el (dired): Load dired.el at run time too.
13179 2007-12-23  Juri Linkov  <juri@jurta.org>
13181         * man.el (Man-follow-manual-reference): Fill the minibuffer's
13182         default list with a full list of references.
13184         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
13186 2007-12-23  Andreas Schwab  <schwab@suse.de>
13188         * files.el (switch-to-buffer-other-frame): Return the buffer
13189         switched to.
13191 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
13193         Sync with Tramp 2.1.12.
13195         * net/tramp.el: New todo item.
13197         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
13198         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
13200         * net/trampver.el: Update release number.
13202 2007-12-22  Richard Stallman  <rms@gnu.org>
13204         * newcomment.el (comment-region-default): Don't triple the
13205         comment starter if the first region line isn't indented enough.
13207 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13209         * net/imap.el (imap-authenticate): Use current-buffer instead of
13210         buffer, for the cases where imap-authenticate is called with a nil
13211         buffer parameter.
13213 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
13215         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
13216         specifier from format-string.  Reported by Ye Wenbin.
13218 2007-12-20  Jason Rumney  <jasonr@gnu.org>
13220         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
13221         Parent group is font-lock-faces.
13222         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
13223         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
13224         (nxml-version): Remove.
13225         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
13226         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
13227         (nxml-processing-instruction-delimiter)
13228         (nxml-processing-instruction-target)
13229         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
13230         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
13231         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
13232         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
13233         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
13234         (nxml-attribute-prefix, nxml-attribute-colon)
13235         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
13236         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
13237         (nxml-attribute-value, nxml-attribute-value-delimiter)
13238         (nxml-namespace-attibute-value)
13239         (nxml-namespace-attribure-value-delimiter)
13240         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
13241         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
13242         (nxml-glyph): Rename, removing -face suffix.
13243         Inherit from existing font-lock faces.
13244         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
13245         Use new face names.
13247         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13248         (nxml-outline-active-indicator, nxml-outline-ellipsis):
13249         Rename, removing -face suffix.
13250         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
13251         (nxml-highlighted-colon, nxml-highlighted-slash)
13252         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
13253         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
13254         (nxml-highlighted-qname, nxml-outline-display-heading):
13255         Use new face names.
13257         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
13259         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
13261 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
13263         * cus-start.el (all): Use correct group name for members of
13264         mode-line group.
13266         * man.el (Man-default-man-entry): When looking for default man
13267         entry title search text preceding point.  Use when instead of if.
13269         * indent.el (indent-for-tab-command): Fix doc-string typo.
13271         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
13272         vc-parent-buffer is the current buffer.
13274         * info-look.el (info-lookup, info-lookup-setup-mode)
13275         (info-lookup-make-completions): Avoid clobbering Info-history and
13276         Info-history-list.
13278 2007-12-19  Glenn Morris  <rgm@gnu.org>
13280         * progmodes/verilog-mode.el (top-level): Don't require compile.
13281         (compilation-error-regexp-alist, compilation-last-buffer):
13282         Define for compiler.
13283         (verilog-insert-1): New function.
13284         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
13285         Use verilog-insert-1.
13286         (verilog-surelint-off): Use next-error-last-buffer if bound.
13287         Check compile buffer is live.
13289 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
13291         * progmodes/compile.el (compilation-start): Don't pass a FRAME
13292         argument to display-buffer.
13294 2007-12-19  Jason Rumney  <jasonr@gnu.org>
13296         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
13297         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
13298         (rng-byte-compile-load, rng-write-version): Remove.
13300         * nxml/rng-loc.el (rng-schema-locating-files-default)
13301         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
13302         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
13304 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
13306         * files.el (cd-absolute): Set `list-buffers-directory' in order to
13307         show correct path in buffer list.
13309         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
13310         (tramp-find-shell): Send only single prompt setting commands, in
13311         order to avoid double-prompt.
13313         * net/tramp-compat.el (top): Require cl only when compiling.
13314         Reported by Glenn Morris <rgm@gnu.org>.
13316 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
13318         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
13319         (c-comment-continuation-stars): No longer declare with
13320         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
13321         (c-block-comment-prefix): Use symbol-value to
13322         access c-comment-continuation-stars.
13323         * progmodes/cc-mode.el (c-initialize-cc-mode):
13324         Use symbol-value to access c-comment-continuation-stars.
13326 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
13328         * xml.el (xml-escape-string): New function.  Escape string using
13329         xml-entity-alist.
13330         (xml-debug-print-internal): Use xml-escape-string to escape
13331         characters in attributes and in text children of elements.
13333 2007-12-18  Glenn Morris  <rgm@gnu.org>
13335         * progmodes/cc-subword.el (c-subword-mode): Drop support for
13336         systems without define-minor-mode.
13338         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
13340         * progmodes/verilog-mode.el: Replace all instances of
13341         string-to-int with string-to-number, insert-string with insert,
13342         and read-input with read-string.
13343         (top-level): No need to require imenu, reporter, dinotrace, vc,
13344         font-lock when compiling.  Always require compile.  Relegate remaining
13345         compatibility cruft to XEmacs.  Don't require font-lock.
13346         (verilog-version): Remove superfluous concat.
13347         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
13348         No need to define.
13349         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
13350         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
13351         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
13352         (verilog-startup-message-displayed): These are variables, not constants.
13353         (verilog-batch-execute-func, verilog-auto-inst)
13354         (verilog-auto-inst-param): Use mapc rather than mapcar.
13355         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
13356         actually defining.
13357         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
13358         (verilog-modi-get-outputs, verilog-modi-get-inouts)
13359         (verilog-modi-get-inputs, verilog-modi-get-wires)
13360         (verilog-modi-get-regs, verilog-modi-get-assigns)
13361         (verilog-modi-get-consts, verilog-modi-get-gparams)
13362         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
13363         (verilog-modi-get-sub-inputs): Move inline functions earlier in
13364         the file.
13365         (sigs-in, sigs-out): Don't declare multiple times.
13366         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
13367         `defvar'.
13368         (verilog-auto): Call dinotrace-unannotate-all only if bound.
13369         (verilog-module-inside-filename-p): No need to wrap fboundp test
13370         in condition-case.
13371         (reporter-submit-bug-report): Autoload it.
13372         (verilog-mark-defun): Call zmacs-activate-region only if bound.
13373         (verilog-font-customize): Call customize-apropos only if bound.
13374         (verilog-getopt-flags, verilog-auto-reeval-locals):
13375         Use make-local-variable rather than make-variable-buffer-local.
13376         (verilog-company, verilog-project, verilog-modi-cache-list):
13377         Move make-variable-buffer-local calls to top-level.
13378         (font-lock-defaults-alist): Don't define it.
13379         (verilog-need-fld): Remove.
13380         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
13381         (verilog-mode): Only call make-local-hook on XEmacs.
13382         Set font-lock-defaults rather than using verilog-font-lock-init.
13384 2007-12-17  Andreas Schwab  <schwab@suse.de>
13386         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
13387         Fix comment typo.
13389 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
13391         * net/dbus.el (dbus-name-owner-changed-handler):
13392         Use `dbus-unregister-signal' for removing old rules.
13393         Obey new structure of `dbus-registered-functions-table'.
13395 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
13397         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
13399 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
13401         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
13402         function.
13403         (add-submenu): Only define for XEmacs.
13404         (verilog-regexp-words): Revert previous change, keep the other
13405         definition.
13407 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
13409         * progmodes/perl-mode.el (perl-continued-statement-offset)
13410         (perl-continued-brace-offset, perl-brace-offset)
13411         (perl-brace-imaginary-offset, perl-label-offset):
13412         * progmodes/cperl-mode.el (cperl-brace-offset)
13413         (cperl-continued-brace-offset, cperl-label-offset)
13414         (cperl-continued-statement-offset)
13415         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
13416         Add safe-local-variable properties.
13418 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
13420         * progmodes/verilog-mode.el (verilog-mode-map)
13421         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
13422         (verilog-colorize-include-files): Use only overlay functions so
13423         that it can work on both emacs and XEmacs.
13424         (set-extent-keymap): Remove unused defun.
13425         (verilog-kill-existing-comment, verilog-insert-date)
13426         (verilog-insert-year): Rename in order not to pollute the global
13427         namespace from kill-existing-comment, insert-date and
13428         insert-year, respectively.
13429         (verilog-set-auto-endcomments, verilog-header): Update callers.
13431         * files.el (auto-mode-alist): Recognize verilog files.
13433         * progmodes/verilog-mode.el (verilog-string-replace-matches)
13434         (verilog-string-remove-spaces, verilog-re-search-forward)
13435         (verilog-re-search-backward, verilog-re-search-forward-quick)
13436         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
13437         (verilog-get-end-of-line, verilog-within-string): Move definitions
13438         before first use.  No code changes.
13440 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
13442         * progmodes/verilog-mode.el (verilog-mode-version)
13443         (verilog-mode-release-date): Don't use expanding keywords.
13444         (provide): Move to the end of file.
13445         (fboundp): Don't check if eval-when-compile is bound, it is used
13446         later in the file without checking.
13447         (when, unless): Copy definitions from subr.el.
13448         (char-before, defcustom, defface, customize-group)
13449         (verilog-batch-error-wrapper): Don't use old style backquotes.
13450         (verilog-regexp-opt): Avoid using the cl function case.
13451         (verilog-regexp-words): Remove duplicated definition.
13452         (verilog-mode-abbrev-table): Remove, duplicate.
13453         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
13454         Declare and initialize in one step.
13455         (verilog-declaration-prefix-re, verilog-declaration-re)
13456         (verilog-end-of-statement, verilog-indent-declaration)
13457         (verilog-get-lineup-indent): Remove trailing whitespace.
13458         (verilog-mode): Fix autoload cookie.
13459         Set beginning-of-defun-function and end-of-defun-function.  Use when
13460         instead of if.
13461         (verilog-emacs-features, verilog-auto-ascii-enum)
13462         (verilog-insert-indices): Escape braces in doc strings.
13464 2007-12-08  Michael McNamara  <mac@verilog.com>
13465             Wilson Snyder  <wsnyder@wsnyder.org>
13467         * progmodes/verilog-mode.el: New file.
13469 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
13471         * international/latexenc.el (latexenc-find-file-coding-system):
13472         If both coding-system-for-write and buffer-file-coding-system of
13473         latex-main-file are nil, use `undecided'.
13475 2007-12-06  Jason Rumney  <jasonr@gnu.org>
13477         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
13479 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
13481         * files.el (revert-buffer): Docstring fix.
13483 2007-12-11  Glenn Morris  <rgm@gnu.org>
13485         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
13487 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
13489         * calc/calc-aent.el (math-restore-underscores)
13490         (math-string-restore-underscores): New functions.
13491         (math-read-factor): Properly check variable names with underscores
13492         for entries in `math-expr-variable-mapping'.
13494         * calc/calc-lang.el (math-lang-name): New property name.
13496         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
13497         to set language name.
13499 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13501         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13503 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13505         * server.el (server-select-display): Fix important typo.
13506         (server-process-filter): Turn a "" display into nil.
13508 2007-12-09  Juri Linkov  <juri@jurta.org>
13510         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
13511         Check search-upper-case before calling isearch-no-upper-case-p
13512         to set case-fold-search.
13513         (occur): Doc fix.
13514         (occur-1, perform-replace): Check search-upper-case before calling
13515         isearch-no-upper-case-p to set case-fold-search.
13517         * isearch.el (search-upper-case): Doc fix.
13518         (isearch-mode-map): Bind `M-s o' to isearch-occur.
13519         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
13520         (isearch-query-replace-regexp): Doc fix.
13521         (isearch-occur): New function.
13523 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13525         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
13526         backward compatibility.
13528         * net/imap.el (imap-string-to-integer): New function.
13530 2007-12-09  David Kastrup  <dak@gnu.org>
13532         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
13533         directories.  Not sure anybody uses this anymore, though.
13535 2007-12-09  Glenn Morris  <rgm@gnu.org>
13537         * emulation/viper-init.el (top-level): Use dolist rather than mapc
13538         in make-variable-frame-local call.
13540 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
13542         * mail/hashcash.el (declare-function):
13543         * net/imap.el (declare-function): New no-op macro for backward
13544         compatibility.
13546 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
13548         Sync makefile.w32-in with Makefile.in.
13550         * makefile.w32-in (check-declare): New target.
13551         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
13552         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
13553         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
13554         ($(lisp)/progmodes/cc-mode.elc): Use it.
13555         ($(lisp)/progmodes/cc-mode.elc): New rule.
13557 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13559         * indent.el (tab-stop-list): Mark as safe-local-variable.
13561         * generic-x.el (etc-sudoers-generic-mode): New mode.
13562         (generic-unix-modes): Add it.
13564 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
13566         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
13567         apply wildcards in a hash table key; there is no usable hash code then.
13568         (dbus-registered-functions-table): Use `equal' as test function.
13569         (dbus-name-owner-changed-handler): Rewrite due to new hash table
13570         structure.
13572 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
13574         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
13575         bound error in block comment branch.
13577 2007-12-08  David Kastrup  <dak@gnu.org>
13579         * textmodes/reftex.el (reftex-select-with-char):
13580         * textmodes/reftex-toc.el (reftex-toc-do-promote)
13581         (reftex-toc-visit-location, reftex-toc-find-section):
13582         * textmodes/reftex-index.el (reftex-index-show-entry):
13583         * textmodes/org.el (org-cycle-hide-archived-subtrees)
13584         (org-table-rotate-recalc-marks, org-mark-ring-push)
13585         (org-follow-info-link, org-mhe-get-message-folder-from-index)
13586         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
13587         (org-evaluate-time-range, org-edit-agenda-file-list):
13588         * textmodes/artist.el (artist-select-next-op-in-list)
13589         (artist-select-prev-op-in-list):
13590         * term/mac-win.el (mac-service-insert-text):
13591         * startup.el (fancy-about-screen):
13592         * progmodes/vhdl-mode.el (vhdl-decision-query):
13593         * progmodes/idlwave.el (idlwave-template)
13594         (idlwave-scroll-completions, idlwave-display-completion-list):
13595         * progmodes/ebrowse.el (ebrowse-show-progress):
13596         * progmodes/cperl-mode.el (cperl-find-pods-heres):
13597         * progmodes/antlr-mode.el (antlr-insert-option-do):
13598         * play/mpuz.el (mpuz-close-game):
13599         * net/rcirc.el (rcirc-next-active-buffer):
13600         * mail/reporter.el (reporter-update-status):
13601         * kmacro.el (kmacro-display):
13602         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
13603         * emulation/viper-util.el (viper-save-setting):
13604         * emacs-lisp/lisp-mnt.el (lm-verify):
13605         * emacs-lisp/edebug.el (edebug-set-mode):
13606         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
13607         * calendar/calendar.el (calendar-print-day-of-year):
13608         * calc/calcalg3.el (calc-curve-fit):
13609         * calc/calcalg2.el (math-integral):
13610         * calc/calc.el (calc-read-key-sequence, calc-version):
13611         * calc/calc-mode.el (calc-set-simplify-mode):
13612         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
13614 2007-12-07  D. Goel  <deego3@gmail.com>
13616         * progmodes/idlw-shell.el (idlwave-shell-display-line)
13617         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13618         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
13619         * mail/uce.el (uce-reply-to-uce)
13620         * progmodes/vhdl-mode.el (vhdl-template-modify)
13621         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
13622         to `error' (as suggested by RMS.)
13624 2007-12-07  Glenn Morris  <rgm@gnu.org>
13626         * allout.el (allout-write-file-hook-handler):
13627         * textmodes/reftex.el (reftex-TeX-master-file):
13628         * textmodes/reftex-parse.el (reftex-short-context):
13629         Revert previous change.
13631 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
13633         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
13634         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
13635         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13636         (dbus-event-service-name, dbus-event-path-name)
13637         (dbus-event-interface-name, dbus-event-member-name): Fix for new
13638         event structure.
13639         (dbus-list-activatable-names, dbus-list-names)
13640         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
13641         Reorder `dbus-call-method' arguments.
13643 2007-12-06  D. Goel  <deego3@gmail.com>
13645         * allout.el (allout-write-file-hook-handler):
13646         * textmodes/reftex.el (reftex-TeX-master-file):
13647         * textmodes/org.el (org-paste-subtree):
13648         * progmodes/vhdl-mode.el (vhdl-template-modify):
13649         * progmodes/idlw-shell.el (idlwave-shell-send-command)
13650         (idlwave-shell-display-line):
13651         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
13652         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13653         * net/trampver.el (x):
13654         * mail/uce.el (uce-reply-to-uce):
13655         * mail/rmailout.el (rmail-output):
13656         * mail/feedmail.el (feedmail-dump-message-to-queue):
13657         * whitespace.el (whitespace-write-file-hook):
13658         * wdired.el (wdired-check-kill-buffer):
13659         * vc.el (vc-update):
13660         * vc-mcvs.el (vc-mcvs-checkin):
13661         * vc-cvs.el (vc-cvs-checkin):
13662         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
13663         * ibuffer.el (ibuffer-current-buffer):
13664         * dired.el (dired-move-to-end-of-filename):
13665         * bindings.el (complete-symbol):
13666         * textmodes/org-publish.el (org-publish-file):
13667         (org-publish-current-project):
13668         * textmodes/reftex-parse.el (reftex-short-context):
13669         * textmodes/texinfmt.el: Fix buggy calls to `error'.
13671 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13673         * doc-view.el (doc-view-dvi->pdf-sentinel)
13674         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
13675         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
13676         within a sentinel or timer.
13677         (doc-view-display): Don't try to display before the requested page
13678         is available, unless told to do so explicitly.
13679         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
13680         Force display even if the requested page is not available.
13682 2007-12-06  Richard Stallman  <rms@gnu.org>
13684         * help-fns.el (describe-function-1): Call ad-get-advice-info
13685         only on symbols.
13687 2007-12-06  Glenn Morris  <rgm@gnu.org>
13689         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
13690         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
13691         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
13692         faces in non-light-background case.
13694         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
13695         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
13696         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
13697         * emulation/vi.el, emulation/viper-cmd.el:
13698         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
13699         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
13700         * textmodes/fill.el: Remove directory part from filenames in
13701         function declarations.
13703         * dired-aux.el (mailcap-mime-info): Update declaration.
13705 2007-12-05  Richard Stallman  <rms@gnu.org>
13707         * wid-edit.el (widget-type): Doc fix.
13709 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13711         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13712         Don't match "sub { (...) ... }".
13714 2007-12-05  Richard Stallman  <rms@gnu.org>
13716         * international/mule-cmds.el (toggle-input-method-active): New var.
13717         (toggle-input-method): Bind toggle-input-method-active to t.
13718         Error if it was already non-nil.
13720 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
13722         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13724 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
13726         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
13727         see if certs should be verified and what is to be done in the
13728         event of a verification failure.
13730 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
13732         * net/tls.el (tls-program): Provide more custom choices from
13733         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13734         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13735         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13736         version.  Minor improvement to doc strings.
13737         (tls-program): Add comment.
13739 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
13741         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13742         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13743         mismatch between the hostname provided in the certificate and the name
13744         of the host connnecting to.
13745         (open-tls-stream): Use them.  Check certificates against trusted root
13746         certificates.
13748 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13750         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13751         (imap-parse-status): Upcase status-att for broken servers that sends
13752         them lower-case (e.g., MS Exchange 2007).
13754 2007-12-05  D. Goel  <deego3@gmail.com>
13756         * simple.el (undo):
13757         * image-dired.el (image-dired-display-thumb-properties):
13758         (image-dired-modify-mark-on-thumb-original-file):
13759         (image-dired-dired-display-properties):
13760         * help.el (help-window-display-message):
13761         * files.el (hack-local-variables-confirm):
13762         * ediff.el (ediff-version):
13763         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
13764         `message' and `error': Ensure that first arg is a format string.
13766         * emacs-lisp/find-func.el (find-library-name): Prefer files with
13767         ".el" suffix over "".
13769 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
13771         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
13772         interface and member fields.
13774 2007-12-05  Glenn Morris  <rgm@gnu.org>
13776         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
13777         (pcomplete-here): Autoload it.
13779         * eshell/em-basic.el (print-func): No need to define for compiler.
13781         * eshell/esh-cmd.el (eshell-debug-command):
13782         * eshell/esh-io.el (eshell-print): Move definitions before use.
13784         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
13786         * eshell/esh-util.el (top-level): Don't require pp.
13787         Use condition-case rather than ignore-errors.
13789         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
13791         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
13792         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13793         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
13794         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
13795         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
13796         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
13797         * eshell/esh-util.el, eshell/eshell.el: Require individual files
13798         if needed when compiling, rather than esh-maint.  Collect any
13799         require statements.  Move provide statement to end.  Move any
13800         commentary to start.
13802         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
13803         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
13804         * eshell/esh-proc.el, eshell/esh-var.el:
13805         Require individual files if needed when compiling, rather than
13806         esh-maint.  Collect any require statements.  Leave provide at start.
13807         Move any commentary to start.
13809         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13810         Remove declared function from byte-compile-noruntime-functions.
13812         * ediff-util.el (ediff-version):
13813         * progmodes/python.el (compilation-shell-minor-mode):
13814         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
13815         (calendar-bahai-date-string, calendar-check-holidays)
13816         (calendar-chinese-date-string, calendar-coptic-date-string)
13817         (calendar-ethiopic-date-string, calendar-forward-day)
13818         (calendar-french-date-string, calendar-goto-date)
13819         (calendar-goto-today, calendar-hebrew-date-string)
13820         (calendar-islamic-date-string, calendar-iso-date-string)
13821         (calendar-julian-date-string, calendar-mayan-date-string)
13822         (calendar-persian-date-string, gnus-summary-last-subject)
13823         (parse-time-string, rmail-show-message): Declare as functions.
13825 2007-12-05  Michael Olson  <mwolson@gnu.org>
13827         * textmodes/remember.el: Merge contents of remember-diary.el here,
13828         updating header.  Add autoload cookie so that byte-compilation
13829         works without warning.
13830         (remember-diary-file): Default to nil, since diary might not yet
13831         be loaded at this point, which would deny us access to diary-file.
13832         (remember-diary-extract-entries): If remember-diary-file is nil,
13833         then use diary-file instead.
13835         * textmodes/remember-diary.el: Remove, due to the issue of needing
13836         the first 8 characters of a filename to be unique.
13838 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
13840         * net/dbus.el (dbus-hash-table=): New defun.
13841         (dbus-hash-table-test): New hash table test function, used in
13842         `dbus-registered-functions-table'.
13843         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
13844         (dbus-event-service-name, dbus-event-path-name)
13845         (dbus-event-interface-name, dbus-event-member-name):
13846         Rewrite, due to new structure of `dbus-event'.
13848 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
13850         * ido.el (ido-save-history): Set the `coding' local
13851         variable in the first line of the file.
13853 2007-12-04  Glenn Morris  <rgm@gnu.org>
13855         * password-cache.el: Move here from gnus/password.el.
13856         (top-level): Don't require cl when compiling.
13857         (password-read-and-add): Doc fix.  Make obsolete.
13859         * net/tramp.el: Require password-cache or password.
13861         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
13862         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
13863         compiling.
13864         (cua-set-rectangle-mark): Add doc string to autoload.
13865         (cua--rectangle, cua--last-killed-rectangle)
13866         (cua--global-mark-active): Always define for compiler.
13867         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
13868         (cua--delete-rectangle, cua--insert-rectangle)
13869         (cua--rectangle-corner, cua--rectangle-assert)
13870         (cua--insert-at-global-mark, cua--global-mark-post-command):
13871         Declare as functions.
13873         * emulation/cua-gmrk.el (top-level): Move provide to end.
13875         * emulation/cua-rect.el (top-level): Move provide to end.
13876         Don't require cua-gmrk when compiling.
13877         (cua--cut-rectangle-to-global-mark)
13878         (cua--copy-rectangle-to-global-mark): Declare as functions.
13880         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
13881         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
13882         (viper-vi-state-cursor-color):
13883         Consolidate make-variable-frame-local calls.
13885         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
13886         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
13887         than bbdb-address-street1,2,3.
13889         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
13890         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
13892 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
13894         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
13895         (save-place-alist-to-file, load-save-place-alist-from-file):
13896         Don't print non-error messages at all, there's really no need.
13897         Do print if there's a problem, and clarify message in that case.
13899 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13901         * ediff-diff.el (ediff-prepare-error-list):
13902         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
13904 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
13906         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
13907         (doc-view-current-overlay, doc-view-pending-cache-flush):
13908         Add doc string.
13910 2007-12-03  Richard Stallman  <rms@gnu.org>
13912         * subr.el (declare-function): Move from byte-run.el.
13914         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
13916         * window.el (recenter-top-bottom): Don't use `ecase'.
13918 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
13920         * saveplace.el (save-place-alist-to-file):
13921         Set coding-system-for-write once and refer to it throughout.
13922         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13924 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
13926         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
13927         system when writing, and set it in the first-line file variables.
13928         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
13929         Juanma Barranquero.
13931 2007-12-02  Glenn Morris  <rgm@gnu.org>
13933         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13934         Reverse branches of if statement.
13936         * emulation/viper-cmd.el (top-level): Don't require advice.
13937         Don't load viper-util, viper-keym, viper-mous, viper-macs,
13938         viper-ex when compiling.
13940         * emulation/viper-ex.el (top-level): Don't load viper-util,
13941         viper-keym when compiling.
13943         * emulation/viper-init.el (top-level): Move provide statement to end.
13945         * emulation/viper-keym.el (top-level): Don't load viper-util when
13946         compiling.  Move provide statement to end.
13948         * emulation/viper-macs.el (top-level): Don't load viper-util,
13949         viper-keym, viper-mous when compiling.
13951         * emulation/viper-mous.el (top-level): Don't load viper-util when
13952         compiling.
13954         * emulation/viper-util.el (top-level): Don't load viper-init when
13955         compiling.
13957         * emulation/viper.el (top-level): Don't require ring.
13958         Don't load viper-init, viper-cmd when compiling.
13960         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
13961         Move here from gnus/.
13963 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
13965         Offer option for saveplace to be quiet about loading and saving.
13966         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13968         * saveplace.el (save-place-quiet): New customizable boolean.
13969         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13970         to determine whether to print loading/saving messages.
13972 2007-12-02  Glenn Morris  <rgm@gnu.org>
13974         * mail/binhex.el: Move here from gnus/.
13975         (binhex): New custom group.
13976         (binhex-decoder-program, binhex-decoder-switches)
13977         (binhex-use-external): Move to the binhex custom group.
13979         * mail/uudecode.el: Move here from gnus/.
13980         (uudecode): New custom group.
13981         (uudecode-decoder-program, uudecode-decoder-switches)
13982         (uudecode-use-external): Move to the uudecode custom group.
13984         * net/netrc.el (top-level): Don't load `encrypt' features.
13985         (netrc-parse): Don't use encrypt.
13986         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13988         * progmodes/python.el (top-level): Don't require cl when compiling.
13990 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
13992         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13993         encoding for aspell process and for communication with it.
13994         Only add "-d" option if not already present.
13995         Use ispell-current-dictionary and ispell-current-personal-dictionary.
13996         General reorganization.
13998         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13999         encoding here.
14000         (ispell-start-process): Explicitly set encoding here if using aspell.
14002 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
14004         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
14005         function to log-edit.
14007 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
14009         * net/dbus.el: New file.
14011 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
14013         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
14014         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
14015         (calc-lang-parens-are-subscripts): New variables.
14016         (math-expr-special-function-mapping): Remove variable.
14017         (math-eqn-ignore-words, math-tex-ignore-words)
14018         (math-latex-ignore-words): Move to calc-lang.el.
14020         * calc/calc-lang.el (math-compose-vector, math-compose-var)
14021         (math-tex-expr-is-flat): Declare as functions.
14022         (calc-lang-slash-idiv, calc-lang-allow-underscores)
14023         (math-comp-left-bracket, math-comp-right-bracket)
14024         (math-comp-comma, math-comp-vector-prec): Declare as variables.
14025         (math-var-formatter, math-matrix-formatter)
14026         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
14027         (math-punc-table, math-compose-subscr, math-dots)
14028         (math-func-formatter): New property names to store language
14029         specific information.
14030         (math-compose-tex-var, math-compose-tex-intv)
14031         (math-compose-maple-intv, math-compose-eqn-intv)
14032         (math-compose-tex-sum, math-compose-tex-func)
14033         (math-compose-tex-intv): New functions.
14034         (math-eqn-ignore-words, math-tex-ignore-words)
14035         (math-latex-ignore-words): Move from calc.el.
14036         (math-special-function-table): Add entries for tex.
14037         (calc-lang-slash-idiv, calc-lang-allows-underscores):
14038         New variables.
14039         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
14040         (math-compose-tex-matrix, math-compose-eqn-matrix)
14041         (math-eqn-special-functions): Move from calccomp.el.
14043         * calc/calccomp.el (math-compose-var): New function.
14044         (math-compose-expr): Allow more special functions to be used.
14045         Change test for formatting fractions.  Use variables and property
14046         names to help with language specific formatting.
14047         (math-compose-tex-matrix, math-compose-eqn-matrix)
14048         (math-eqn-special-functions): Move to calc-lang.el.
14049         (math-compose-rows): Use property names to help with language
14050         specific formatting.
14052         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
14053         into nested subscripts.
14054         (math-read-token): Use variables and property names to help with
14055         language specific parsing.
14056         (math-read-expression-level): Use variables to help with language
14057         specific parsing.
14059 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14061         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
14062         (archive-rar-summarize): Allow the file name to be passed as argument.
14063         Remove unused vars `header' and `footer'.
14064         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
14066 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
14068         * log-edit.el (log-edit-show-diff): New function.
14069         (log-edit-mode-map, log-edit-menu): Bind it.
14070         (log-edit-diff-function): New variable.
14071         (log-edit): Change the 3rd param to be an alist and accept a
14072         function that computes a diff for the files involved.
14074         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
14076 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
14078         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
14079         wrap next-/previous-line in with-no-warnings.
14081 2007-12-01  Glenn Morris  <rgm@gnu.org>
14083         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
14085         * net/dig.el: Move here from gnus/.
14086         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
14088         * net/dns.el: Move here from gnus/.
14089         (top-level): Don't require mm-util, or cl when compiling.
14090         (dns-write-name, dns-read, dns-read-type, query-dns):
14091         Replace mm-with-unibyte-buffer with its expansion.
14092         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
14094         * progmodes/gdb-ui.el (gud-remove, gud-break):
14095         * progmodes/gud.el (gdb-create-define-alist)
14096         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
14097         (hl-line-highlight, gdb-display-source-buffer)
14098         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
14099         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
14101 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
14103         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
14104         Move args on defun line.
14106         * textmodes/org.el (org-calendar-holiday):
14107         Use calendar-check-holidays instead of the obsolete
14108         check-calendar-holidays.
14109         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
14110         (bbdb-company, bbdb-current-record, bbdb-name)
14111         (bbdb-record-getprop, bbdb-record-name)
14112         (bibtex-beginning-of-entry, bibtex-generate-autokey)
14113         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
14114         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
14115         (mh-find-path, mh-get-header-field, mh-get-msg-num)
14116         (mh-header-display, mh-index-previous-folder)
14117         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
14118         (mh-show-buffer-message-number, mh-show-header-display)
14119         (mh-show-msg, mh-show-show, mh-visit-folder)
14120         (org-export-latex-cleaned-string, remember)
14121         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
14122         (rmail-what-message, elmo-folder-exists-p)
14123         (elmo-message-entity-field, elmo-message-field)
14124         (vm-beginning-of-message, vm-follow-summary-cursor)
14125         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
14126         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
14127         (vm-summarize, wl-folder-get-elmo-folder)
14128         (wl-summary-goto-folder-subr)
14129         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
14130         (wl-summary-line-subject, wl-summary-message-number)
14131         (wl-summary-redisplay): Declare as functions.
14133 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
14135         * longlines.el (longlines-show-hard-newlines): Remove handling of
14136         buffer-undo-list and buffer-modified status.
14137         (longlines-show-region, longlines-unshow-hard-newlines):
14138         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
14139         inhibit-modification-hooks here to avoid that a buffer appears
14140         modified when toggling visibility of hard newlines.
14142 2007-11-30  Glenn Morris  <rgm@gnu.org>
14144         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
14146         * progmodes/idlw-complete-structtag.el
14147         (idlwave-sintern-structtag):
14148         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
14149         (idlwave-sintern-sysvartag):
14150         * progmodes/idlwave.el (idlwave-sintern-class-tag)
14151         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
14152         functions.
14154 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
14156         * textmodes/reftex-index.el (texmathp):
14157         * textmodes/reftex-auc.el (TeX-argument-insert)
14158         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
14159         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
14160         (LaTeX-label-list):
14161         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
14162         (rng-clear-conditional-region, rng-do-some-validation): Declare as
14163         functions.
14164         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
14166 2007-11-30  Glenn Morris  <rgm@gnu.org>
14168         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
14169         argument and document it.
14171         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14172         Third argument to declare-function must be a list to specify arglist.
14174         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
14175         Handle declare-function third argument `t' and fourth argument.
14176         (check-declare-verify): Doc fix.  Handle `fileonly' case.
14177         Use progn rather than prog1.
14179         * desktop.el (uniquify-item-base):
14180         * term/mac-win.el (url-type): Declare as functions.
14182         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
14183         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
14184         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
14185         fourth arg to declare-function.
14187         * play/dunnet.el: Don't require cl when compiling.
14188         (byte-compile-warnings): Set via file local variables.
14189         (dun-parse): Let-bind `beg' and `line'.
14191 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
14193         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
14195 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
14197         * calendar/time-date.el (encode-time-value): Doc fix.
14199 2007-11-29  Glenn Morris  <rgm@gnu.org>
14201         * calendar/time-date.el (with-decoded-time-value): Doc fix.
14203         * textmodes/css-mode.el (prog-mode): Remove.
14204         (css-mode): Derive from fundamental-mode rather than prog-mode.
14206         * emacs-lisp/byte-run.el (declare-function): Doc fix.
14208         * emacs-lisp/check-declare.el (check-declare-locate)
14209         (check-declare-verify): Handle `external' files.
14210         (check-declare-errmsg): New function.
14211         (check-declare-verify, check-declare-file, check-declare-directory):
14212         Use check-declare-errmsg to report the number of problems.
14214         * ffap.el (w3-view-this-url)
14215         * mail/mspools.el (vm-visit-folder)
14216         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
14217         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
14218         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
14219         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
14220         (bbdb-records)
14221         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
14222         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
14223         (sasl-make-client, sasl-next-step, sasl-step-data)
14224         (sasl-step-set-data)
14225         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
14226         (htmlr-step): Declare as functions.
14228         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
14229         Use bbdb-address-zip rather than bbdb-address-zip-string.
14231 2007-11-28  Richard Stallman  <rms@gnu.org>
14233         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
14234         Move here from gnus/.
14236 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
14238         * newcomment.el (comment-region-internal): Fix newline insertion
14239         in `block' case.
14241 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14243         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
14245 2007-11-28  Glenn Morris  <rgm@gnu.org>
14247         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
14248         delete .elc files.
14250         * nxml/char-name/unicode: Move to etc/nxml/.
14251         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
14253         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
14254         Declare as a function.
14256         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
14257         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
14258         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
14260         * nxml/nxml-outln.el (nxml-token-start-tag-p)
14261         (nxml-token-end-tag-p): Move definitions before use.
14263         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
14265         * nxml/nxml-uchnm.el (top-level)
14266         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
14267         (nxml-enabled-unicode-blocks): Add custom group.
14269         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
14270         Use string-to-number rather than string-to-int.
14272         * dired-x.el (dired-omit-old-add-entry): Declare as function.
14273         Move definition before use.
14274         (dired-old-find-buffer-nocreate): Declare as function.
14276         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
14277         (check-declare-verify): Handle fset.
14279         * emulation/edt.el (edt-user-emulation-setup):
14280         Test edt-setup-user-bindings is bound before calling.
14282         * emulation/tpu-edt.el: Don't require cl when compiling.
14283         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
14284         (tpu-edt-off): Use condition-case rather than ignore-errors.
14285         Use with-no-warnings.
14287         * eshell/esh-util.el (top-level): Use require rather than load for
14288         ange-ftp.
14290         * mail/supercite.el (sc-version): Redefine as an alias for
14291         emacs-version.
14292         (sc-help-address): Remove.
14293         (sc-version): Use emacs-version rather than sc-version.
14294         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
14296         * net/socks.el (socks-original-open-network-stream): Declare as
14297         function.  Move definition before use.
14299 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
14301         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
14302         (math-make-frac): Declare as functions.
14304 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14306         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
14307         Pacify byte compiler.
14308         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
14310         * progmodes/idlwave.el (idlwave-shell-get-path-info)
14311         (idlwave-shell-temp-file, idlwave-shell-is-running)
14312         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
14313         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
14314         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
14315         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
14316         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
14317         (idlwave-completing-read, idlwave-current-routine)
14318         (idlwave-downcase-safe, idlwave-entry-find-keyword)
14319         (idlwave-expand-keyword, idlwave-find-class-definition)
14320         (idlwave-find-inherited-class, idlwave-find-struct-tag)
14321         (idlwave-get-buffer-visiting, idlwave-in-quote)
14322         (idlwave-make-full-name, idlwave-members-only)
14323         (idlwave-popup-select, idlwave-routine-source-file)
14324         (idlwave-routines, idlwave-sintern-class)
14325         (idlwave-sintern-keyword, idlwave-sintern-method)
14326         (idlwave-sintern-routine-or-method)
14327         (idlwave-substitute-link-target, idlwave-sys-dir)
14328         (idlwave-this-word, idlwave-what-module-find-class)
14329         (idlwave-where):
14330         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
14331         * mail/uce.el (rmail-msg-is-pruned)
14332         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
14333         (rmail-toggle-header):
14334         * mail/sendmail.el (dired-view-file, dired-get-filename):
14335         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
14336         (rmail-display-labels, rmail-msgbeg)
14337         (rmail-set-message-deleted-p, rmail-message-labels-p)
14338         (rmail-show-message, mail-comma-list-regexp)
14339         (mail-parse-comma-list):
14340         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
14341         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
14342         (rfc822-addresses, mail-abbrev-make-syntax-table)
14343         (mail-sendmail-delimit-header, mail-header-end):
14344         * mail/hashcash.el (message-narrow-to-headers-or-head)
14345         (message-fetch-field, message-goto-eoh)
14346         (message-narrow-to-headers):
14347         * vc.el (view-mode-exit): Declare as functions.
14349         * mail/vms-pmail.el:
14350         * vmsproc.el:
14351         * vms-patch.el: Don't byte compile these files, they don't work.
14353 2007-11-27  Glenn Morris  <rgm@gnu.org>
14355         * calc/calc-ext.el (math-read-big-rec):
14356         * calc/calc-nlfit.el (math-map-binop):
14357         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
14359         * eshell/eshell.el (eshell-report-bug): Add version number of
14360         obsolescence.
14362         * emulation/viper.el, emulation/viper-util.el,
14363         emulation/viper-macs.el, emulation/viper-keym.el,
14364         emulation/viper-ex.el, emulation/viper-cmd.el:
14365         Load viper-*.el files silently.
14367         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
14368         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
14369         Load ediff-*.el files silently.
14371         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
14372         compiling.
14373         (Info-goto-node): Declare as a function.
14375         * ediff-init.el: Don't load ange-ftp when compiling.
14376         * ediff-util.el: Don't load reporter when compiling.
14378         * ediff-wind.el (ediff-display-pixel-width)
14379         (ediff-display-pixel-height):
14380         * generic-x.el (ini-generic-mode):
14381         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
14382         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
14383         (ps-mule-initialize, ps-mule-begin-job):
14384         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
14385         (mark-calendar-days-named):
14386         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
14387         (add-to-diary-list, diary-name-pattern)
14388         (mark-calendar-days-named):
14389         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
14390         (mark-calendar-days-named):
14391         * calendar/cal-x.el (make-fancy-diary-buffer):
14392         * calendar/holidays.el (calendar-absolute-from-julian):
14393         * calendar/todo-mode.el (calendar-current-date):
14394         * calendar/cal-menu.el (calendar-increment-month)
14395         (calendar-month-name, extract-calendar-year)
14396         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
14397         (calendar-current-date, calendar-cursor-holidays)
14398         (calendar-date-string, insert-diary-entry, calendar-set-mark)
14399         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14400         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14401         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
14402         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
14403         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
14404         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
14405         (calendar-day-of-year-string, calendar-iso-date-string)
14406         (calendar-julian-date-string, calendar-astro-date-string)
14407         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
14408         (calendar-persian-date-string, calendar-bahai-date-string)
14409         (calendar-islamic-date-string, calendar-chinese-date-string)
14410         (calendar-coptic-date-string, calendar-ethiopic-date-string)
14411         (calendar-french-date-string, calendar-mayan-date-string)
14412         (calendar-print-chinese-date, calendar-goto-date):
14413         Declare as functions.
14415         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
14416         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
14418         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
14419         aliases for report-emacs-bug.
14420         (gnus-summary-select-article, gnus-configure-windows): Declare as
14421         functions.
14423         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
14424         compiler.
14426         * pgg.el (pgg-clear-string): Declare as a function.
14427         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
14428         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
14430         * emacs-lisp/check-declare.el (check-declare-locate):
14431         Handle compressed files.
14432         (check-declare-verify): Handle define-generic-mode,
14433         define-global(ized)-minor-mode, define-obsolete-function-alias.
14435 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
14437         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
14438         algebraic modes.
14440         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
14441         (math-is-true, calc-explain-why, calc-alg-edit)
14442         (math-composite-inequalities, math-flatten-lands)
14443         (math-multi-subst, calcFunc-vmatches, math-simplify)
14444         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
14445         (math-read-string, math-read-brackets, math-read-angle-brackets):
14446         Declare as functions.
14448         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
14449         (calc-fit-bell-shaped-logistic-curve)
14450         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
14451         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
14452         (math-max-list): Declare as functions.
14453         (math-map-binop): New function.
14454         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
14456         * calc/calc.el (calc-set-language, calc-edit-finish)
14457         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
14458         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
14459         (math-lessp, calc-embedded-finish-command)
14460         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
14461         (calc-push-list-in-macro, calc-replace-selections)
14462         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
14463         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
14464         (calc-embedded-stack-change, calc-refresh-evaltos)
14465         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
14466         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
14467         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
14468         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
14469         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
14470         (math-dimension-error, calc-incomplete-error, math-float-fancy)
14471         (math-neg-fancy, math-zerop, calc-add-fractions)
14472         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
14473         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
14474         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
14475         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
14476         (math-compose-expr, math-comp-width, math-composition-to-string)
14477         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
14478         (math-adjust-fraction, math-format-binary, math-format-radix)
14479         (math-group-float, math-mod, math-format-number-fancy)
14480         (math-format-bignum-fancy, math-read-number-fancy)
14481         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
14482         (calc-do-embedded-activate, math-do-defmath)
14483         (calc-load-everything): Declare as functions.
14485         * calc/calc-ext.el (math-clip, math-round, math-simplify)
14486         (math-simplify-extended, math-simplify-units, calc-set-language)
14487         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
14488         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
14489         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
14490         (math-normalize-hms, math-normalize-mod, math-make-sdev)
14491         (math-make-intv, math-normalize-logical-op, math-possible-signs)
14492         (math-infinite-dir, math-calcFunc-to-var)
14493         (calc-embedded-evaluate-expr, math-known-nonzerop)
14494         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
14495         (math-format-date, math-vector-is-string, math-vector-to-string)
14496         (math-format-radix-float, math-compose-expr, math-abs)
14497         (math-format-bignum-binary, math-format-bignum-octal)
14498         (math-format-bignum-hex, math-format-bignum-radix)
14499         (math-compute-max-digits): Declare as functions.
14500         (math-provably-realp): Fix typo.
14502         * calc/calc-forms.el (calendar-current-time-zone)
14503         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
14504         functions.
14506         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
14508         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
14509         Declare as functions.
14511         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
14512         (math-posp, math-compare, math-bignum, math-compare-bignum):
14513         Declare as functions.
14515         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
14516         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
14517         (calc-explain-why, calc-clear-command-flag)
14518         (calc-roll-down-with-selections, calc-roll-up-with-selections)
14519         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
14520         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
14521         (math-trunc-special, math-trunc-fancy, math-floor-special)
14522         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
14523         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
14524         (math-pow-zero, math-pow-fancy): Declare as functions.
14526         * calc/calc-mode.el (calc-embedded-save-original-modes):
14527         Declare as a function.
14529         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
14530         Declare as functions.
14531         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
14532         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
14533         Replace `mapcar*' by `math-map-binop'.
14534         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
14536         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
14537         (math-read-expr-level): Declare as functions.
14539         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
14541 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14543         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
14544         end-of-defun-function is called consistently, even for negative
14545         arguments.
14546         (end-of-defun-function): Default to forward-sexp.
14548 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
14550         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14552 2007-11-26  Glenn Morris  <rgm@gnu.org>
14554         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
14555         than :suffix.
14557         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
14559 2007-11-26  Simon Josefsson  <simon@josefsson.org>
14561         * net/imap.el: Move from ../gnus.
14563 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14565         * doc-view.el (doc-view-mode-p): New function.
14567 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
14569         * mail/mspools.el (rmail-get-new-mail):
14570         * mail/reporter.el (mail-position-on-field, mail-text):
14571         * mail/rmail.el (mail-position-on-field, mail-text-start)
14572         (rmail-update-summary):
14573         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
14574         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
14575         * mail/rmailout.el (rmail-update-summary):
14576         * mail/rmailsort.el (rmail-update-summary):
14577         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
14578         (dired-view-file):
14579         * mail/uce.el (mail-strip-quoted-names):
14580         * mail/undigest.el (rmail-update-summary):
14581         * mail/unrmail.el (mail-strip-quoted-names):
14582         * ediff.el (diff-latest-backup-file): Declare as functions.
14584         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
14585         (kill-to-end-of-line):
14586         * obsolete/rnews.el (news-set-minor-modes):
14587         Remove non working functions.
14589 2007-11-25  Glenn Morris  <rgm@gnu.org>
14591         * eshell/esh-maint.el (top-level): Use require with NOERROR for
14592         pcomplete.  Don't mess with load-path.
14594         * eshell/eshell.el (eshell-report-bug-address): Remove.
14595         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
14597 2007-11-24  Glenn Morris  <rgm@gnu.org>
14599         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
14600         (appt-disp-window): Don't require electric.
14601         Simplify minibuffer-avoidance code.
14602         (appt-select-lowest-window): Avoid minibuffer.
14604         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
14605         (esh-mode): Require it.
14606         (esh-util): Use require rather than featurep and load.
14607         (eshell): No need to test if eshell-mode is bound; remove obsolete
14608         reference to eshell-auto.
14609         (eshell-command, eshell-command-result): Don't require esh-mode
14610         now that the file does.
14611         (top-level): Move provide statement to the end of the file.
14612         Re-order and update commentary.
14614 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
14616         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
14617         (vc-annotate-toggle-annotation-visibility): New command.
14618         (vc-annotate-mode-map): Bind "V" to it.
14619         (vc-annotate-mode-menu): Add entry for it.
14620         (vc-annotate-get-time-set-line-props): New func.
14621         (vc-annotate-display-autoscale)
14622         (vc-annotate-display-difference): Use it.
14624         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
14625         Also, match one space at end of annotation text, after last paren.
14627 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
14629         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
14630         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
14631         `tramp-completion-mode'.
14633 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
14635         * vc-git.el (vc-git-show-log-entry): New func.
14637         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
14638         (vc-git-state): Use vc-git--call.
14639         (vc-git-registered, vc-git-working-revision)
14640         (vc-git-previous-revision, vc-git-next-revision)
14641         (vc-git--run-command-string, vc-git-symbolic-commit):
14642         Use vc-git--out-ok.
14644 2007-11-24  Glenn Morris  <rgm@gnu.org>
14646         * emacs-lisp/byte-run.el (declare-function): Doc fix.
14648 2007-11-24  Kenichi Handa  <handa@m17n.org>
14650         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
14652 2007-11-23  David Kastrup  <dak@gnu.org>
14654         * server.el (server-process-filter): Use `command-line-args-left'.
14656 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14658         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
14660 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
14662         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
14663         buffer if the parent buffer is in vc-dired-mode.
14665 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
14667         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
14669 2007-11-23  Juri Linkov  <juri@jurta.org>
14671         * dired.el (dired-read-dir-and-switches): For C-x d, set the
14672         value for M-n to the visited file name of the current buffer.
14673         Use minibuffer-with-setup-hook to set minibuffer-default to
14674         buffer-file-name inside read-file-name.
14676         * man.el (Man-getpage-in-background): Don't disregard user option
14677         `Man-width' on non-window systems.  Remove test for `window-system'
14678         around setting envvar "COLUMNS" depending on the value of `Man-width'.
14680         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
14681         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
14682         of "--color=always".
14684 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14686         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
14687         beginning-of-defun-function.
14689 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14691         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
14693 2007-11-22  Glenn Morris  <rgm@gnu.org>
14695         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
14697         * emacs-lisp/check-declare.el (check-declare-locate): New function.
14698         (check-declare-scan): Use check-declare-locate.
14699         (check-declare-verify): No longer adjust fnfile, now
14700         check-declare-locate does it.
14702         * emacs-lisp/byte-run.el (declare-function): Doc fix.
14704 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14706         * subr.el (posn-col-row): Make the `default-value' use explicit.
14708         * window.el (balance-windows): Remove unused var `counter'.
14709         (bw-balance-sub): Remove unused var `lastchild'.
14710         (split-window-vertically): Remove unused var `switch'.
14711         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
14713         * emacs-lisp/bytecomp.el
14714         (byte-compile-file-form-custom-declare-variable): Simplify.
14716 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14718         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
14719         Set `show-trailing-whitespace' to nil.
14721         * dired.el (make-symbolic-link):
14722         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
14723         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
14724         * dired-x.el (make-symbolic-link):
14725         * frame.el (x-initialize-window-system):
14726         * menu-bar.el (x-menu-bar-open):
14727         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
14728         (x-store-cut-buffer-internal):
14729         * wdired.el (make-symbolic-link):
14730         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
14731         (x-send-client-message):
14732         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
14734 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
14736         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
14738 2007-11-22  Glenn Morris  <rgm@gnu.org>
14740         * dos-fns.el (int86):
14741         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
14743         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
14745         * calendar/holidays.el (holiday-list): Add autoload cookie.
14747         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
14748         files relative to src/ directory.
14749         (check-declare-verify): Handle .c files.  Warn if could not find
14750         an arglist to check.
14752         * emacs-lisp/byte-run.el (declare-function): Doc fix.
14754 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
14756         * replace.el (occur-mode-map): Add a major mode menu with entries
14757         for all occur operations.
14759         * international/titdic-cnv.el (dos-8+3-filename):
14760         * obsolete/fast-lock.el (msdos-long-file-names):
14761         * frame.el (msdos-mouse-p):
14762         * files.el (msdos-long-file-names, w32-long-file-name):
14763         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14764         (mac-resume-apple-event, mac-font-panel-mode)
14765         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14766         (mac-clear-font-name-table):
14767         * term/pc-win.el (msdos-remember-default-colors)
14768         (w16-set-clipboard-data, w16-get-clipboard-data):
14769         * term/w32-win.el (w32-send-sys-command, w32-select-font)
14770         (set-message-beep):
14771         * net/browse-url.el (w32-shell-execute):
14772         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14773         (w32-get-locale-info, w32-get-valid-locale-ids)
14774         (w32-set-clipboard-data):
14775         * dos-fns.el (int86, msdos-long-file-names):
14776         * dos-w32.el (default-printer-name): Declare as functions.
14778 2007-11-21  Jason Rumney  <jasonr@gnu.org>
14780         * emacs-lisp/byte-run.el (declare-function): Return nil.
14782 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14784         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
14786 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
14788         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
14790 2007-11-21  Glenn Morris  <rgm@gnu.org>
14792         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
14793         for now.  Handle define-minor-mode, and defalias (with no argument
14794         checking).
14796 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
14798         * frame.el (msdos-mouse-p):
14799         * files.el (msdos-long-file-names, w32-long-file-name):
14800         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14801         (mac-resume-apple-event, mac-font-panel-mode)
14802         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14803         (mac-clear-font-name-table):
14804         * term/pc-win.el (msdos-remember-default-colors)
14805         (w16-set-clipboard-data, w16-get-clipboard-data):
14806         * term/w32-win.el (w32-send-sys-command, w32-select-font)
14807         (set-message-beep):
14808         * net/browse-url.el (w32-shell-execute):
14809         * dos-fns.el (int86, msdos-long-file-names):
14810         * dos-w32.el (default-printer-name): Undo previous change.
14812 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
14814         * international/mule-cmds.el (set-locale-environment):
14815         Set default-file-name-coding-system _after_ keyboard and terminal
14816         coding systems.  This fixes last change.
14818         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
14819         one space after "Subject:".
14821 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14823         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
14824         in order to determine if there's a conflict.
14826 2007-11-21  Richard Stallman  <rms@gnu.org>
14828         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
14830         * reposition.el (reposition-window):
14831         Binding C-M-l moved to bindings.el.
14833         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
14835         * add-log.el (add-change-log-entry-other-window):
14836         Key binding C-x 4 a moved to bindings.el.
14838         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
14839         from filecache.el.
14841         * filecache.el: Minibuffer map bindings moved to bindings.el.
14843 2007-11-21  Jason Rumney  <jasonr@gnu.org>
14845         * international/mule-cmds.el (set-locale-environment):
14846         Set default-file-name-coding-system from system defaults on Windows.
14848 2007-11-21  Jason Rumney  <jasonr@gnu.org>
14850         * term/w32console.el: New term init file for w32 console.
14852         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
14853         (x-setup-function-keys): Likewise, replacing top-level key definitions.
14854         (w32-tty-standard-colors): Move to term/w32console.el.
14856         * term/w32-win.el (x-setup-function-keys): Remove.
14858         * term/tty-colors.el (tty-register-default-colors): Remove special
14859         case for w32.
14861 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
14863         * frame.el (msdos-mouse-p):
14864         * generic-x.el (w32-shell-name):
14865         * files.el (msdos-long-file-names, w32-long-file-name)
14866         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
14867         (dos-8+3-filename, vms-read-directory, view-mode-disable):
14868         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
14869         (mac-resume-apple-event, mac-font-panel-mode)
14870         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
14871         (mac-clear-font-name-table):
14872         * term/pc-win.el (msdos-remember-default-colors)
14873         (w16-set-clipboard-data, w16-get-clipboard-data):
14874         * term/w32-win.el (w32-send-sys-command, w32-select-font)
14875         (set-message-beep):
14876         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
14877         (w32-get-locale-info, w32-get-valid-locale-ids)
14878         (w32-set-clipboard-data):
14879         * help-fns.el (ad-get-advice-info):
14880         * font-lock.el (fast-lock-after-fontify-buffer)
14881         (fast-lock-after-unfontify-buffer, fast-lock-mode)
14882         (lazy-lock-after-fontify-buffer)
14883         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
14884         * net/browse-url.el (w32-shell-execute):
14885         * dos-fns.el (int86, msdos-long-file-names):
14886         * dos-w32.el (default-printer-name): Declare as functions.
14888 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
14890         * textmodes/paragraphs.el (forward-sentence): Doc fix.
14891         Reported by Drew Adams <drew.adams@oracle.com>.
14893 2007-11-20  Jason Rumney  <jasonr@gnu.org>
14895         * term/w32-win.el (x-setup-function-keys): Protect against
14896         multiple calls on the same terminal.
14898 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14900         * term/mac-win.el (x-setup-function-keys): Only setup
14901         local-function-key-map if it has not been setup already for the
14902         current frame.  Move the suspend-emacs processing here.
14904 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
14906         * progmodes/grep.el (xargs-program): New variable.
14907         (grep-compute-defaults): Use it.
14908         (grep-default-command): Doc fix.
14909         (grep, lgrep, rgrep): Reflow docstrings.
14911 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14913         * vc.el (vc-find-revision): Set the parent buffer.
14914         Use when instead of if.
14916         * progmodes/python.el (info-lookup-maybe-add-help):
14917         * progmodes/ps-mode.el (doc-view-minor-mode):
14918         * mail/emacsbug.el (Info-menu, Info-goto-node):
14919         * emulation/viper-keym.el (viper-ex)
14920         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
14921         * emulation/viper-cmd.el (widget-type, widget-button-press)
14922         (viper-set-hooks):
14923         * emacs-lisp/tcover-unsafep.el (unsafep-function):
14924         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
14925         (ses-load, ses-vector-delete, ses-create-header-string)
14926         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
14927         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
14929 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14931         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
14933 2007-11-20  Glenn Morris  <rgm@gnu.org>
14935         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
14936         for end of function-name.  Handle define-derived-mode.
14938 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14940         * progmodes/idlw-help.el: Require browse-url unconditionally, it
14941         is available by default.
14942         (idlwave-help-browse-url-available): Change default to t.
14944         * emulation/edt.el (defgroup, defcustom): Remove definition.
14945         (eval-when-compile): Remove.
14946         (c-mark-function):
14947         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
14948         * textmodes/fill.el (comment-search-forward)
14949         (comment-string-strip):
14950         * progmodes/prolog.el (comint-mode, comint-send-string)
14951         (comint-send-region, comint-send-eof):
14952         * progmodes/dcl-mode.el (imenu-default-create-index-function):
14953         * emulation/viper-util.el (viper-forward-Word):
14954         * emulation/vi.el (c-mark-function):
14955         * emulation/edt-vt100.el (vt100-wide-mode):
14956         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
14958 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
14960         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14961         Still some tuning in case of an echoing shell.
14962         (tramp-send-command): Connection property "remote-echo" is not
14963         persistent; cache key is the process therefore.
14965 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
14967         * replace.el (map-query-replace-regexp): Doc fix (revert part of
14968         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14970 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
14972         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14973         * play/yow.el (doctor-ret-or-read):
14974         * vc-hooks.el (vc-dired-resynch-file):
14975         * vc-hg.el (log-view-get-marked):
14976         * smerge-mode.el (ediff-cleanup-mess):
14977         * pcvs.el (vc-editable-p, vc-checkout):
14978         * pcomplete.el (comint-bol):
14979         * informat.el (texinfo-format-refill):
14980         * ido.el (tramp-tramp-file-p):
14981         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14982         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14983         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14984         functions.
14986         * textmodes/ispell.el (ispell-int-char): Make it a defalias
14987         instead of fset.
14988         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14990         * ido.el (ido-file-internal): Move with-no-warnings to include the
14991         ffap-string-at-point call.
14993         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14995         * vc-hg.el (vc-hg-revision-table): Fix last change.
14997 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
14999         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
15000         clipboard-yank when the buffer is read-only.
15002         * cus-edit.el (custom-field-keymap): Move to other Custom mode
15003         keymaps such that it's before the definition of Custom-mode-menu.
15004         (Custom-mode-menu): Show it for custom-field-keymap too.
15006 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
15008         * progmodes/gdb-ui.el: Update commentary.
15010 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
15012         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
15014 2007-11-19  Glenn Morris  <rgm@gnu.org>
15016         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
15017         does not exist, try adding `.el' extension.  Also search for defsubsts.
15019         * cus-edit.el (recentf-expand-file-name):
15020         * dired.el (dired-relist-entry):
15021         * subr.el (w32-shell-dos-semantics):
15022         * emacs-lisp/bytecomp.el (compilation-forget-errors):
15023         Declare as functions.
15025 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15027         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
15028         (prepare-abbrev-list-buffer): Use dolist.
15029         (clear-abbrev-table): Preserve properties.
15031 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
15033         * textmodes/texinfmt.el (texinfo-format-printindex):
15034         Collect combined indexes using texinfo-short-index-format-cmds-alist.
15035         Reported on <bug-texinfo@gnu.org>.
15037 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
15039         * net/tramp.el (tramp-completion-reread-directory-timeout):
15040         New defcustom.
15041         (tramp-handle-file-name-all-completions): Flush directory contents
15042         from cache regularly.
15043         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
15044         (tramp-open-connection-setup-interactive-shell):
15045         Call `tramp-cleanup-connection' via funcall.
15047         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
15048         created when copying.
15050 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
15052         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
15053         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
15054         * eshell/esh-ext.el (eshell-external-command):
15055         * eshell/esh-cmd.el (require):
15056         * eshell/em-unix.el (eshell-plain-locate-behavior):
15057         * eshell/em-cmpl.el (eshell-cmpl-initialize):
15058         Replace eshell-under-xemacs-p with (featurep 'xemacs).
15059         * eshell/esh-mode.el (characterp, char-int): Remove unused
15060         conditional defaliases.
15062         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
15063         Rename from event-matches-key-specifier-p, define unconditionally.
15064         (event-basic-type): Remove unused defalias.
15065         (pcomplete-show-completions):
15066         Use pcomplete-event-matches-key-specifier-p.
15068 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
15070         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
15071         when saving esh-groups.el.
15073 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
15075         * wid-edit.el (widget-default-complete):
15076         * progmodes/flymake.el (flymake-goto-file-and-line):
15077         Fix typo in (doc-)string.
15079 2007-11-17  Glenn Morris  <rgm@gnu.org>
15081         * emacs-lisp/byte-run.el (declare-function): New macro.
15082         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
15083         New function, byte-hunk-handler for declare-function.
15084         (byte-compile-callargs-warn): Handle declared functions.
15086         * emacs-lisp/check-declare.el: New file.
15087         * Makefile.in (check-declare): New target.
15089         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
15091         * subr.el (process-lines): Move here from ../admin/admin.el.
15092         * emacs-lisp/authors.el (authors-process-lines): Remove.
15093         (authors): Use process-lines rather than authors-process-lines.
15095         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
15096         Remove these files.
15098 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
15100         * emacs-lisp/backquote.el (backquote):
15101         Improve argument/docstring consistency.
15103         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
15104         (ring-length, ring-empty-p): Use c[ad]dr.
15105         (ring-plus1): Use `1+'.
15106         (ring-minus1): Use `zerop'.
15107         (ring-remove): Use c[ad]dr.  Use `when'.
15108         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
15109         (ring-ref): Use `let', not `let*'.
15110         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
15111         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
15112         (ring-member): Simplify.  Doc fix.
15113         (ring-convert-sequence-to-ring): Simplify.
15115 2007-11-17  Juri Linkov  <juri@jurta.org>
15117         * dired-aux.el (dired-create-directory): Allow creating
15118         a directory of an arbitrary depth.  Add a loop to find the topmost
15119         nonexistent parent dir `new', and call `dired-add-file' on it.
15120         Set the `PARENTS' arg of `make-directory' to t.
15122 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
15124         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
15125         (math-build-parse-table): Get parse information from math-parse-table.
15127 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15129         * window.el (recenter-last-op): New var.
15130         (recenter-top-bottom): New command.
15131         (global-map): Bind it to C-l.
15133         * abbrev.el (abbrev--write): Fix error in transcription from C.
15135         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
15136         (pc-select-ensure-mark): Set mark-active to a special value instead.
15137         Rename from ensure-mark.  Update call callers.
15138         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
15139         Rewrite.  Update all callers.
15140         (pc-selection-mode): Remove redundant var declaration.
15142 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
15144         * doc-view.el (doc-view-search-backward, doc-view-search):
15145         Fix assignment to free variable bug.
15147 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
15149         * emulation/pc-select.el (pc-select-shifted-mark): New var.
15150         (ensure-mark): Set it.
15151         (maybe-deactivate-mark): New fun.
15152         Use it everywhere instead of (setq mark-active nil).
15154 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15156         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
15157         Add check for XEmacs.
15159         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
15161         * doc-view.el (doc-view-resolution): Add missing :group.
15163 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
15165         * subr.el (make-variable-frame-local):
15166         Fix typo in obsolescence declaration.
15168 2007-11-16  Werner Lemberg  <wl@gnu.org>
15170         * files.el (set-auto-mode-1): Check second line for -*- if file
15171         starts with '\" (which is used by man pages to identify needed
15172         troff preprocessors).
15174 2007-11-16  Glenn Morris  <rgm@gnu.org>
15176         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
15178 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
15180         * calc/calc-lang.el (math-oper-table): Fix typo.
15181         Reduce precedence of "/" for TeX.
15183         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
15185 2007-11-16  Juri Linkov  <juri@jurta.org>
15187         * dired-aux.el (dired-read-shell-command-default): New function.
15188         (dired-read-shell-command): Use its return value for DEFAULT arg.
15190         * replace.el (keep-lines-read-args, occur-read-primary-args):
15191         Use a list of default values for DEFAULT arg of read-from-minibuffer.
15193         * man.el (Man-heading-regexp): Add 0-9.
15194         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
15196 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15198         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
15199         (doc-view-resolution): New custom var.
15200         (doc-view-pdf/ps->png): Use it.
15201         (doc-view-shrink-factor): New var.
15202         (doc-view-enlarge, doc-view-shrink): New commands.
15203         (doc-view-mode-map): Use them.
15205 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15207         * ediff-wind.el (ediff-window-setup-function):
15208         * simple.el (normal-erase-is-backspace):
15209         * eshell/em-unix.el (eshell/info):
15210         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15211         Fix typos in docstrings.
15213         * emulation/cua-base.el (cua--keymaps-initialized):
15214         Rename from `cua--keymaps-initalized'.  Callers changed.
15215         (cua-highlight-region-shift-only): Doc fix.
15216         (cua-paste-pop): Fix typo in docstring.
15218 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15220         * emulation/cua-base.el (cua--pre-command-handler-1):
15221         Use input-decode-map instead of function-key-map.
15222         Use event-modifiers now that it works reliably.
15224         * vc.el (vc-diff-internal): Pop-to-buffer later.
15226         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
15228         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
15229         did not touch them.
15231 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
15233         * calc/calc-menu.el: New file.
15234         * calc/calc.el (calc-mode): Require calc-menu.
15236 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
15238         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
15240 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
15242         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
15243         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
15244         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
15245         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
15246         locations.
15247         (gdb-info-breakpoints-custom, gdb-assembler-custom)
15248         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
15249         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
15251 2007-11-13  Noah Friedman  <friedman@splode.com>
15253         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
15254         bindings to remap when `calc-scan-for-dels' is non-nil.
15256 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15258         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
15259         constant forms.
15260         (byte-compile-nilconstp): New function.
15261         (byte-optimize-cond): Kill subsequent branches when a branch is
15262         know to be taken or not taken.
15263         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
15265 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
15267         * vc.el (vc-register): Allow registering a file passed as a
15268         parameter instead of just the current buffer.
15270 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
15272         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15273         Check whether the output of "uname -sr" has been changed.
15275 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15277         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
15278         patterns from compilation-perl.el and compilation-weblint.el files.
15280 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
15282         * progmodes/compilation-perl.el:
15283         * progmodes/compilation-weblint.el: Disable autoloads, they cause
15284         a bootstrap failure.
15286         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
15287         instead of doing "cvs diff" in order to avoid accessing the repository.
15289 2007-11-12  Kevin Ryde  <user42@zip.com.au>
15291         * progmodes/compilation-perl.el:
15292         * progmodes/compilation-weblint.el: New files.
15294 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
15296         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
15297         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
15298         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
15299         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
15300         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
15301         Rewrite in active voice.
15303 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
15305         * doc-view.el: Add comments about isearch support.
15307 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
15309         * vc.el (vc-start-entry): Fix setting the in the case the function
15310         is called from vc-dired.  Use when instead of if where appropriate.
15312 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15314         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
15315         to be a list.
15316         (ps-begin-job): Error if ps-lpr-switches is not a list.
15318 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15320         * faces.el (face-normalize-spec): Remove function.
15321         (frame-set-background-mode): Undo last change.
15323 2007-11-10  Jason Rumney  <jasonr@gnu.org>
15325         * w32-fns.el: Sync charset names with setup-default-fontset.
15326         Append "-1" where second part missing.
15328 2007-11-10  Juri Linkov  <juri@jurta.org>
15330         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
15331         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
15333         * custom.el (custom-note-var-changed): Remove the `interactive'
15334         spec from this new non-interactive function.
15336 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
15338         * doc-view.el (doc-view-mode-map, doc-view-menu)
15339         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
15340         (doc-view-search-backward): New function.
15341         (doc-view-search): Query new regexp if prefix arg is given, else
15342         jump to next/previous match.
15343         (doc-view-mode): Handle compressed files.
15344         (jka-compr): Required for compressed files.
15346 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
15348         * replace.el (query-replace-show-replacement): New defcustom.
15349         (perform-replace): Use `match-substitute-replacement' if
15350         `query-replace-show-replacement' is non-nil.
15352 2007-11-10  David Kastrup  <dak@gnu.org>
15354         * subr.el (match-substitute-replacement): New function.
15356 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
15358         * files.el (auto-mode-alist): Select org-mode for files with the
15359         extension ".org".
15361 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
15363         * help.el (help-window, help-window-point-marker): New variables.
15364         (help-window-select): New option.
15365         (with-help-window): New macro for displaying help windows.
15366         (help-window-display-message, help-window-setup-finish)
15367         (help-window-setup): New functions used for setting up help windows.
15368         (print-help-return-message): Reset help-window to nil.
15369         (view-lossage): Use with-help-window instead of
15370         with-output-to-temp-buffer and move help-window-point-marker after
15371         inserted text.
15372         (describe-bindings, describe-key, describe-mode): Use
15373         with-help-window instead of with-output-to-temp-buffer.
15375         * help-mode.el (help-mode): Set view-exit-action to bury the
15376         buffer instead of fiddling with windows.  Simplify code.
15377         (help-mode-finish): When help-window eqs t set it to the selected
15378         window and have with-help-window set up view-return-to-alist.
15379         (help-buffer): Add autoload cookie.
15381         * view.el (view-remove-frame-by-deleting): Change default value to t.
15382         Add autoload cookie.
15383         (view-exit-action, view-file, view-file-other-window)
15384         (view-file-other-frame, view-buffer, view-buffer-other-window)
15385         (view-buffer-other-frame): Rewrite doc strings.
15386         (view-return-to-alist-update): New function to remove stale entries
15387         from view-return-to-alist.
15388         (view-mode-enter): Rewrite doc string and simplify code.
15389         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
15390         view-exit-action to nil.  Simplify code and rewrite doc string.
15392         * apropos.el (apropos-describe-plist):
15393         * descr-text.el (describe-char):
15394         * disp-table.el (describe-display-table):
15395         * faces.el (list-faces-display, describe-face):
15396         * facemenu.el (list-colors-display):
15397         * help-fns.el (describe-function, describe-variable)
15398         (describe-syntax, describe-categories):
15399         Use with-help-window instead of with-output-to-temp-buffer.
15401 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
15403         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
15404         Optimize (featurep 'emacs) to t.
15406         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
15407         New function.
15408         (byte-compile-maybe-guarded): Use it to also look for bound
15409         symbols inside `and' forms.  Comment out non-working code that was
15410         trying to avoid warnings for XEmacs code.
15412         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
15414         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
15415         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
15416         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
15417         (vc-cvs-annotate-command):
15418         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
15419         is bound, it always is.
15421 2007-11-10  Jason Rumney  <jasonr@gnu.org>
15423         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
15424         setup here from global scope.
15426 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
15428         * ido.el (ido-save-history): Save the history file in UTF-8, not
15429         the current filename coding system.
15431 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15433         * simple.el (interprogram-cut-function, interprogram-paste-function):
15434         Don't make them frame-local any more.
15436         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
15437         Don't set interprogram-(cut|paste)-function on each frame.
15439         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
15440         Make them work in tty frames.
15441         (interprogram-cut-function, interprogram-paste-function):
15442         Set them globally.
15444 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
15446         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
15447         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
15448         (iso-iso2duden-trans-tab): Add docstring.
15450 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15452         * abbrev.el (define-abbrev-table): Record the variable definition.
15454         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
15455         New function.
15457 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15459         * ps-print.el: Clean the code for checking suitable Emacs version.
15460         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
15461         (ps-print-version): New version 6.8.1.
15463 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
15465         * files.el (enable-local-variables): Doc fix.
15467 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
15469         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
15471 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
15473         * dired-aux.el (dired-copy-file-recursive):
15474         Preserve directory permissions.
15476 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
15478         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
15479         (whitespace-unload-function): New-style unload function.  When run,
15480         unintern `whitespace-unload-hook' and call `unload-feature' recursively
15481         to stop the old hook from messing with the unloading.
15483 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
15485         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
15486         (elp-unset-master, elp-results): Fix typos.
15487         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
15488         Doc fixes.
15490         * msb.el (msb--many-menus): Remove variable.
15491         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
15492         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
15493         (msb--toggle-menu-type): Fix typos in docstrings.
15495         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
15496         (shadow-insert-var): Doc fixes.
15497         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
15498         Reflow docstrings.
15499         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
15501 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
15503         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
15504         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
15505         Fix typos in autoload docstrings.
15507 2007-11-09  Richard Stallman  <rms@gnu.org>
15509         * savehist.el (savehist-save): Obey savehist-ignored-variables.
15511 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
15513         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
15514         (gdb-var-update-handler-1): Use it.
15516 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
15518         * loadhist.el (unload-feature): Remove erroneous check for the
15519         FEATURE-unload-function variable; check the existence of the
15520         function (that's what the docstring says, and it makes more sense).
15522         * follow.el (follow-unload-function): Add docstring.
15523         (follow-unload-function): Remove variable.
15525         * server.el (server-unload-function): Remove variable.
15526         (server-unload-function): Unbind `server-edit' from `C-x #'.
15528         * ses.el (ses-unload-function): New function.
15530 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
15532         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
15533         (unsafep-progn, unsafep-let): Fix typos in docstrings.
15535         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
15536         before use to avoid a warning in packages that require uniquify.
15537         (uniquify-unload-function): New function and var.
15539 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
15541         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
15542         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
15543         (ediff-current-diff-A, ediff-current-diff-B)
15544         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
15545         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
15546         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
15547         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
15548         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
15549         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
15550         (ediff-setup-windows-plain-merge)
15551         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
15552         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
15553         * ediff-util.el (ediff-setup-keymap, )
15554         (ediff-toggle-wide-display, ediff-toggle-multiframe)
15555         (ediff-toggle-use-toolbar, ediff-really-quit)
15556         (ediff-good-frame-under-mouse)
15557         (ediff-highlight-diff-in-one-buffer)
15558         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
15559         (ediff-make-bullet-proof-overlay):
15560         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
15561         (ediff-set-meta-overlay):
15562         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
15563         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
15564         ediff-emacs-p with their former definitions.
15566         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
15567         (viper-has-face-support-p, viper-inactivate-input-method)
15568         (viper-activate-input-method)
15569         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
15570         * emulation/viper-mous.el (viper-multiclick-timeout)
15571         (viper-surrounding-word, viper-mouse-click-insert-word)
15572         (viper-mouse-click-search-word, viper-parse-mouse-key):
15573         * emulation/viper-macs.el (viper-char-array-to-macro):
15574         * emulation/viper.el (viper-go-away, viper-set-hooks)
15575         (viper-non-hook-settings):
15576         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
15577         (viper-get-saved-cursor-color-in-insert-mode)
15578         (viper-get-saved-cursor-color-in-emacs-mode)
15579         (viper-check-version, viper-get-visible-buffer-window)
15580         (viper-file-checked-in-p, viper-set-replace-overlay)
15581         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
15582         (viper-check-minibuffer-overlay, viper-read-key-sequence)
15583         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
15584         with their former definitions.
15585         (viper-eventify-list-xemacs): Only do work for XEmacs.
15586         (viper-set-unread-command-events): Only do work for Emacs.
15587         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
15588         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
15589         (viper-overlay-get, viper-overlay-put, viper-read-event)
15590         (viper-characterp, viper-int-to-char, viper-get-face)
15591         (viper-color-defined-p, viper-iconify): New defaliases replacing
15592         the old fsets.
15594         * progmodes/fortran.el (comment-region-function)
15595         (uncomment-region-function): Pacify byte compiler.
15597         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
15599 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
15601         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
15602         `process-environment'.
15604 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
15606         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
15607         match dir like "a...b".
15609 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15611         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
15613 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
15615         * net/tramp.el (tramp-handle-substitute-in-file-name):
15616         Don't expand the remote connection identification.
15617         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15618         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
15619         before calling stty.
15621         * net/tramp-cache.el (tramp-cache-print)
15622         (tramp-dump-connection-properties): Fix docstring.
15623         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
15625         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
15627         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
15628         remote connection identification when setting connection property.
15630         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
15631         "//" substitutes only in the local filename part.
15633 2007-11-07  David Hansen  <david.hansen@gmx.net>
15635         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
15637 2007-11-07  Glenn Morris  <rgm@gnu.org>
15639         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
15640         Remove superfluous concats.  Move final set-buffer to
15641         non-emacs-specific code.
15643 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
15645         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
15647 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
15649         * eshell/esh-mode.el (eshell-output-filter):
15650         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
15651         Use `with-current-buffer'.
15653 2007-11-07  Andreas Schwab  <schwab@suse.de>
15655         * server.el (server-start): Only register cleanup after server was
15656         started.
15658 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
15660         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
15662         * net/tramp-cache.el (tramp-cache-print): Move down.
15663         (tramp-cache-list-connections): New defun.
15665         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
15667 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
15669         * ido.el (ido-save-history): Write the history file in the current
15670         filename coding system, and add `coding' file-local variable.
15672 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
15674         * textmodes/org.el (org-table-formula-substitute-names):
15675         Remove forgotten temporary debugging code.
15677 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
15679         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
15680         the prompt.
15682 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
15684         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
15686 2007-11-05  Simon Josefsson  <simon@josefsson.org>
15688         * net/tls.el (tls-end-of-info): Doc fix.
15690 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
15692         * international/utf-7.el (utf-7-imap): New coding system.
15693         (utf-7-imap-post-read-conversion): New function.
15694         (utf-7-imap-pre-write-conversion): New function.
15696 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15698         * abbrev.el (abbrev--write): Fix up typo.
15700 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
15702         * abbrev.el (define-abbrev-table): Doc fix.
15704 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
15706         * info.el (Info-revert-buffer-function): New func.
15707         (Info-mode): Arrange to use it for reverting.
15708         (Info-copy-current-node-name): Add space between filename and nodename.
15710 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15712         * abbrev.el (expand-abbrev): Move point back to expansion's end.
15714 2007-11-04  Glenn Morris  <rgm@gnu.org>
15716         * net/tls.el: Don't require rx when compiling.
15717         (tls-end-of-info): Rewrite without using rx.
15718         (open-tls-stream): Use with-current-buffer.
15720 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
15722         * net/tls.el: Require rx when compiling.
15723         (tls-end-of-info): New variable.
15724         (open-tls-stream): Keep reading input until `tls-end-of-info' is
15725         matched.
15727 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
15729         * register.el (append-to-register, prepend-to-register):
15730         Don't signal error on empty register; use the text, instead.
15732 2007-11-03  Michael Olson  <mwolson@gnu.org>
15734         * textmodes/remember.el (remember-buffer):
15735         Use define-obsolete-function-alias rather than defalias.
15737 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
15739         * simple.el (bad-packages-alist): Anchor semantic regexp.
15741 2007-11-03  Glenn Morris  <rgm@gnu.org>
15743         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
15744         if defined, for blank lines.  Doc fix.
15746         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
15747         (fortran-mode): Set values for comment-region-function,
15748         uncomment-region-function and comment-insert-comment-function.
15749         (fortran-uncomment-region): New function.
15751         * textmodes/nroff-mode.el (nroff-mode):
15752         Set comment-insert-comment-function rather than indent-line-function.
15753         (nroff-indent-line-function): Remove.
15754         (nroff-insert-comment-function): New function.
15756 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
15758         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
15760 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
15762         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
15764         * emulation/viper-cmd.el (viper-prev-destructive-command)
15765         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
15766         copy-sequence.
15768         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
15769         Got rid of ediff-copy-list.
15771         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
15772         use face-name.
15773         (ediff-test-utility, ediff-diff-mandatory-option)
15774         (ediff-reset-diff-options): Remove to simplify the mandatory option
15775         handling on Windows.
15776         (ediff-set-diff-options): Add.
15777         (ediff-diff-options): Set "--binary" option as default in some cases.
15779         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
15780         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
15781         ediff-vc-working-revision.  Require vc-hooks.
15783 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
15785         * files.el (hack-local-variables): Fix membership tests to avoid
15786         treating all variables as safe if `enable-local-variables' is
15787         set to :safe (CVE-2007-5795).
15789 2007-11-02  Glenn Morris  <rgm@gnu.org>
15791         * newcomment.el (comment-indent): Let comment-insert-comment-function,
15792         if defined, do all the work of inserting a new comment.
15794         * progmodes/etags.el (tags-table-mode): Disable undo.
15796         * simple.el (bad-packages-alist): Revert previous change.
15798 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
15800         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
15802         * obsolete/lselect.el: Do not warn about unknown functions.
15804 2007-11-02  Michael Olson  <mwolson@gnu.org>
15806         * textmodes/remember.el (remember-buffer): Make this an alias of
15807         remember-finalize, because Org uses it.
15809 2007-11-01  Michael Olson  <mwolson@gnu.org>
15811         * textmodes/remember.el: Improve documentation in heading.
15812         (remember-before-remember-hook): Turn into a customizable option.
15813         (remember): Document INITIAL argument.
15814         (remember-region): Remove autoload cookie.  Improve docstring to
15815         mention that it is called from the *Remember* buffer, and does not
15816         have any functional overlap with the `remember' function.
15817         (remember-finalize): Remove autoload cookie.  Rename from
15818         remember-buffer to emphasize that this does not have any
15819         functional overlap with the `remember' function.
15820         (remember-destroy): Remove autoload cookie.
15821         (remember-mode-map): Define and initialize in one step.
15822         (remember-mode): Improve docstring.
15823         (remember-annotation-functions): Default to just '(buffer-file-name),
15824         and don't try to take the default value from Planner.
15826 2007-11-01  Glenn Morris  <rgm@gnu.org>
15828         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
15830         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
15832         * emacs-lisp/authors.el (authors-scan-change-log)
15833         (authors-scan-el): Don't enable local eval; enable only safe local
15834         variables, without querying.
15836         * mail/footnote.el (footnote-numeric-regexp)
15837         (footnote-english-upper-regexp, footnote-english-lower-regexp)
15838         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
15839         Match multi-character footnotes.
15841         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
15842         (nroff-indent-line-function): New function.
15843         (nroff-count-text-lines): Use nroff-forward-text-line rather than
15844         obsolete alias.
15846 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
15848         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
15849         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
15850         (rcirc-print): Only update the line count when not marking the
15851         line as omittable.
15852         (rcirc-log-write): Specify coding system when writing logfile.
15853         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
15855 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
15857         * printing.el (printing): Fix :version, printing.el was included
15858         for in emacs-22.1.
15859         (pr-path-style, pr-path-alist, pr-txt-name)
15860         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
15861         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
15862         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
15863         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
15864         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
15865         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
15866         (pr-setting-database, pr-visible-entry-list)
15867         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
15868         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
15870         * ediff-util.el (ediff-nuke-selective-display): Move definition to
15871         top level, make it dependent on the emacs flavor.
15873         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
15874         Test for XEmacs not for itimer.
15876         * term/sun-mouse.el:
15877         * obsolete/sun-fns.el:
15878         * obsolete/sun-curs.el: Remove files.
15880         * term/sun.el (select-previous-complex-command): Remove obsolete code.
15882 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
15884         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
15885         was given to concat.
15887 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15889         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
15890         used normally for goto-line.  Change `g' to revert the buffer.
15891         Add redundant `r' binding for buffer-revert.
15893         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
15894         (mail-abbrevs-setup): Use abbrev-expand-functions.
15895         (build-mail-abbrevs): Use with-temp-buffer.
15896         (define-mail-abbrev): Simplify.
15897         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
15898         Change it for use on abbrev-expand-functions.
15899         (mail-abbrev-complete-alias): Use with-syntax-table.
15901 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
15903         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
15904         directly.  Fix bug in deleting temp file.
15906 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15908         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
15909         Merge defvar and define-abbrev-table.
15910         (def-python-skeleton): Use :case-fixed and :enable-function.
15911         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
15912         Remove.
15913         (python-mode): Don't modify pre-abbrev-expand-hook.
15915 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
15917         * ediff-util.el (ediff-file-checked-out-p)
15918         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
15920 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15922         * abbrev.el (abbrev-symbol): Correct let->let*.
15923         (abbrev--before-point): Only use abbrev-start-location if before point.
15925 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
15927         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
15928         (strokes-unload-hook): Remove function and variable.
15929         (strokes-unload-function): New-style unload function, adapted
15930         from `strokes-unload-hook'.
15932         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
15933         (cl-unload-hook): Remove variable.
15934         (cl-unload-function): New-style unload function, adapted
15935         from `cl-cannot-unload'.
15937         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
15938         (elp-unload-function): New-style unload function, adapted
15939         from `elp-unload-hook'.
15941 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
15943         * emacs-lisp/find-func.el (find-library): Use library at
15944         point as default interactive argument.
15946 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
15948         * shadowfile.el (shadow-join): Remove.
15949         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
15950         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
15951         (shadowfile-unload-hook): Remove function and variable.
15952         (shadowfile-unload-function): New-style unload function, adapted
15953         from `shadowfile-unload-hook'.
15955 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
15957         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
15958         only if it is bound.
15960         * textmodes/reftex.el: Move autoloads for before all uses.
15961         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
15962         (reftex-delete-overlay): Move to the top level with the condition
15963         in the body.
15965         * progmodes/simula.el: Use when instead of if.
15967         * iimage.el (iimage-locate-file): Define unconditionally.
15969         * mail/mailabbrev.el (mail-abbrev-next-line):
15970         * emulation/vip.el (vip-enlarge-region, vip-line)
15971         (vip-next-line-at-bol, vip-previous-line)
15972         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15973         Wrap with-no-warnings around uses of next-line and previous-line.
15975         * ediff.el (run-ediff-from-cvs-buffer):
15976         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15977         Remove function not used by pcl-cvs anymore.
15978         (noninteractive, generic-sc-get-latest-rev)
15979         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15980         Delete support for long obsolete generic-sc.el.
15982 2007-10-31  Glenn Morris  <rgm@gnu.org>
15984         * cvs-status.el: No longer require pcvs when compiling.
15986         * doc-view.el (doc-view-conversion-refresh-interval)
15987         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15988         (doc-view-reset-slice): Doc fixes.
15989         (doc-view-menu): Remove deleted function doc-view-edit-doc.
15991 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
15993         * help-at-pt.el (help-at-pt-unload-hook): Remove.
15994         Timers are automatically canceled by `unload-feature'.
15996         * delsel.el (delsel-unload-hook): Remove function and variable.
15997         (delsel-unload-function): New-style unload function, adapted
15998         from `delsel-unload-hook'.
16000         * msb.el (msb-unload-hook): Remove function and variable.
16001         (msb-unload-function): New-style unload function, adapted from
16002         `msb-unload-hook'.
16004 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
16006         * desktop.el (uniquify-managed): Pacify byte compiler.
16007         (desktop-buffer-info): If the buffer name is managed by uniquify,
16008         save the base name, not the uniquified one.
16009         (desktop-create-buffer): Allow `rename-buffer' to generate a new
16010         name in case of conflict.
16012 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16014         * doc-view.el: Use expand-file-name rather than concat.
16015         (doc-view-cache-directory): Add the UID so multiple users won't clash.
16016         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
16017         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
16018         (doc-view-toggle-display): Use an overlay over the whole buffer so as
16019         not to have to touch the buffer's content.
16020         (doc-view-initiate-display): New function, extracted from doc-view-mode.
16021         (doc-view-mode): Use it.  Don't mark as a special mode.
16022         Put the page numbers in the modeline.
16023         Set up the overlay.  Hide the cursor.  Run the mode hook.
16024         Use after-revert-hook rather than revert-buffer-function.
16025         (doc-view-search-internal): Fix typo.
16026         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
16027         image-cache flush.
16028         (doc-view-reconvert-doc): Don't reset the whole mode.
16029         (doc-view-make-safe-dir): New function.
16030         (doc-view-current-cache-dir): Use it.
16032 2007-10-30  Jason Rumney  <jasonr@gnu.org>
16034         * time.el (display-time-world-list): Test for zoneinfo support.
16036 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
16038         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
16040         * net/tramp-cache.el (tramp-flush-file-function): Check also
16041         `default-directory' if `buffer-file-name' does not return a
16042         string.  Added to `eshell-pre-command-hook'.
16044 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16046         * doc-view.el (doc-view-current-doc): Remove.
16047         Replace all uses by buffer-file-name.
16048         (doc-view-menu): New menu.
16049         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
16050         unused var `doc'.
16051         (doc-view-sort): Simplify.
16052         (doc-view-buffer-message): Don't change buffer-modified-p.
16053         (doc-view-mode): Change it here instead.
16054         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
16055         Don't modify the global value of revert-buffer-function.
16057         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
16058         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
16059         (image-toggle-display): Take overlays into account and don't assume
16060         point-min==1.
16062 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
16064         * vc.el (vc-annotate): Fix omission bug:
16065         Specify value for vc-sentinel-movepoint.
16067 2007-10-30  Michael Olson  <mwolson@gnu.org>
16069         * textmodes/remember.el (remember-mode-hook)
16070         (remember-handler-functions, remember-annotation-functions):
16071         Add additional items as options, including some Org functions.
16073 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
16075         * doc-view.el: Remove cl-dependency.
16076         (doc-view-buffer-message): Mention new binding K.
16077         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
16078         instead of variable.
16079         (doc-view-current-cache-dir): Better cache dir naming.
16080         (doc-view-current-display): Remove variable.
16081         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
16082         (doc-view-kill-proc): Set converter process to nil.
16083         (doc-view-minor-mode): New minor mode.
16084         (doc-view-minor-mode-map): New keymap.
16085         (doc-view-mode): Remove text/image switching code.  Use plain defun.
16086         (doc-view-mode-map): New binding K kills converter process.
16087         Remove C-c C-e binding.
16088         (doc-view-mode-text-map): Remove keymap.
16089         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
16090         d-v-display-maybe.
16091         (doc-view-previous-major-mode): New variable.
16092         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
16093         (doc-view-remove-if): New function.
16094         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
16095         (doc-view-toggle-display): Toggle modes instead of display styles.
16096         (doc-view-reconvert-doc): Adapt to new way of doing things.
16098         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
16100 2007-10-30  Glenn Morris  <rgm@gnu.org>
16102         * dirtrack.el (dirtrack-mode): Doc fix.
16104         * shell.el (shell-dirtrack-verbose, shell-mode)
16105         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
16107         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
16108         (byte-compile-enable-warning): Doc fix.
16110         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
16111         suppress byte-opt warning.
16113 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
16115         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
16116         (edt-gnu-emacs19-p): Remove.
16117         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
16118         (edt-xserver, edt-page-backward, edt-beginning-of-line)
16119         (edt-end-of-line-forward, edt-end-of-line-backward)
16120         (edt-one-word-forward, edt-one-word-backward, edt-character)
16121         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
16122         (edt-find-forward, edt-find-backward, edt-find-next-forward)
16123         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
16124         (edt-define-key, edt-bottom-check, edt-sentence-forward)
16125         (edt-sentence-backward, edt-paragraph-forward)
16126         (edt-paragraph-backward, edt-restore-key, edt-window-top)
16127         (edt-window-bottom, edt-scroll-window-forward-line)
16128         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
16129         (edt-line-to-top-of-window, edt-paragraph-backward)
16130         (edt-restore-key, edt-window-top, edt-window-bottom)
16131         (edt-scroll-window-forward-line)
16132         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
16133         (edt-line-to-middle-of-window, edt-goto-percentage)
16134         (edt-display-the-time, edt-remember, edt-split-window)
16135         (edt-emulation-on, edt-emulation-off)
16136         (edt-default-emulation-setup, edt-user-emulation-setup)
16137         (edt-select-default-global-map, edt-select-user-global-map):
16138         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
16139         tests.
16141         * textmodes/reftex-index.el (reftex-index-selection-or-word):
16142         Use feature test instead of boundp test so it can be resolved at
16143         compile time.
16145         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
16147 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16149         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
16150         Update all users.
16151         (abbrev-get, abbrev-put): Simplify.
16152         (define-abbrev): Don't store the `force' value in the :system property.
16153         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
16155 2007-10-30  Michael Olson  <mwolson@gnu.org>
16157         * desktop.el (desktop-minor-mode-table): Add line for ERC.
16159         * textmodes/remember.el: New file that implements a mode for
16160         quickly jotting down things to remember.
16162         * textmodes/remember-diary.el: A backend for remember.el that
16163         implements saving notes to a Diary file.
16165 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
16167         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
16168         Relocate in file.
16169         (allout-doublecheck-at-and-shallower): Increase to include
16170         slightly greater depths, since yank interaction is now ok.
16171         Also, elaborate the docstring to explain the situation.
16172         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
16173         instead of concat, so we accommodate key sequences expressed as
16174         vectors as well as strings and lists.
16175         (allout-flag-region, allout-hide-by-annotation): Make the
16176         hidden-text overlays 'front-advance.
16177         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
16178         (allout-aberrant-container-p, allout-on-current-heading-p)
16179         (allout-e-o-prefix-p, allout-next-heading)
16180         (allout-previous-heading, allout-goto-prefix)
16181         (allout-end-of-prefix, allout-next-sibling-leap)
16182         (allout-next-visible-heading, allout-auto-fill)
16183         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
16184         (allout-yank-processing, allout-resolve-xref)
16185         (allout-current-topic-collapsed-p, allout-hide-region-body)
16186         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
16187         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
16188         (count-trailing-whitespace-region): Preserve match data, so allout
16189         outline navigation doesn't disrupt other Emacs operations.
16190         (allout-beginning-of-line): Retreat to the beginning of the hidden
16191         text, so fields are respected (for submodes that care).
16192         (allout-end-of-line): Preserve mark activation status when jumping.
16193         (allout-open-topic): Account for opening after a child that
16194         contains a hidden trailing newline.  Preserve match data.
16195         Run allout-structure-added-hook
16196         (allout-encrypt-decrypted): Preserve match data.
16197         (allout-toggle-current-subtree-exposure): Add new interactive
16198         function for toggle subtree exposure - suggested by tassilo.
16199         (move-beginning-of-line, move-end-of-line): Don't use
16200         line-move-invisible-p, it's obsolete - substitute the code, instead.
16202 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
16204         * textmodes/flyspell.el (message-signature-separator):
16205         * longlines.el (message-indent-citation-function): Pacify byte
16206         compiler.
16208         * emacs-lisp/cl-loaddefs.el:
16209         * ldefs-boot.el: Regenerate.
16211         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
16212         (.el.elc, compile, compile-always, compile-calc)
16213         ($(lisp)/progmodes/cc-mode.elc): Use it.
16215         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
16216         Only do work for XEmacs.
16217         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
16218         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
16219         on XEmacs.
16220         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
16221         (ps-x-color-name, ps-x-color-specifier-p)
16222         (ps-x-copy-coding-system, ps-x-device-class)
16223         (ps-x-extent-end-position, ps-x-extent-face)
16224         (ps-x-extent-priority, ps-x-extent-start-position)
16225         (ps-x-face-font-instance, ps-x-find-coding-system)
16226         (ps-x-font-instance-properties, ps-x-make-color-instance)
16227         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
16228         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
16229         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
16230         (ps-generate-postscript-with-faces): Delete defaliases.
16231         (ps-face-foreground-name, ps-face-background-name)
16232         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
16233         Move definitions to top level, make the body conditional on the Emacs
16234         flavor.  Replace uses of deleted aliases and renamed functions.
16235         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
16236         of deleted aliases and renamed functions.
16238         * calc/calc.el (calc-emacs-type-lucid): Remove.
16239         (calc-digit-map, calcDigit-start, calc-read-key)
16240         (calc-clear-unread-commands):
16241         * calc/calc-ext.el (calc-user-key-map): Replace uses of
16242         calc-emacs-type-lucid with (featurep 'xemacs)
16244         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
16245         (featurep 'xemacs).
16246         (tpu-lucid-emacs19-p): Remove.
16247         (tpu-map-key): Make it a function instead of using fset.  Inline
16248         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
16249         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
16251         * ielm.el: Use featurep 'xemacs.
16253         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
16254         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
16255         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
16256         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
16257         cperl-xemacs-p with (featurep 'xemacs).
16258         (font-lock-cache-position): Pacify byte compiler.
16260 2007-10-29  Drew Adams  <drew.adams@oracle.com>
16262         * faces.el (read-color): New function.
16263         (face-at-point, foreground-color-at-point)
16264         (background-color-at-point): New functions.
16266 2007-10-28  Richard Stallman  <rms@gnu.org>
16268         * net/browse-url.el (browse-url-text-xterm): Rename from
16269         browse-url-lynx-xterm and made generic.
16270         (browse-url-text-emacs): Likewise.
16271         (browse-url-text-browser): New variable.
16272         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
16273         (browse-url-text-input-field, browse-url-text-input-attempts)
16274         (browse-url-kde-program): Likewise.
16276 2007-10-29  Glenn Morris  <rgm@gnu.org>
16278         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16279         Use mapc rather than mapcar (reinstall change deleted without log
16280         entry 2007-10-22).
16282 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
16284         * wdired.el (wdired-next-line, wdired-previous-line):
16285         Use next-line and previous-line wrapped in with-no-warnings.
16287 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
16289         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
16290         (rcirc-recent-quit-alist): New function.
16291         (rcirc): Print a better message when there is only one connected server.
16292         (rcirc-complete-nick): Do not update the nick table here.
16293         (rcirc-mode-map): Add M-o.
16294         (rcirc-current-line): Add variable.
16295         (rcirc-mode): Setup variables for line based omit.
16296         (rcirc-edit-multiline): Strip text properties.
16297         (rcirc-omit-responses): Add NICK.
16298         (rcirc-omit-threshold): Add variable.
16299         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
16300         Add functions.
16301         (rcirc-print): Keep track of current line.  Do not fill text if
16302         `rcirc-fill-flag' is null.  Only omit text if the last activity
16303         from the sender is more than `rcirc-omit-threshold' lines ago.
16304         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
16305         numbers instead of time.
16306         (rcirc-channel-nicks): Sort by line numbers instead of time.
16307         (rcirc-omit-mode): Add `...' when omitting text and recenter.
16308         (rcirc-handler-JOIN): Restore the joiners linestamp.
16309         (rcirc-maybe-remember-nick-quit): Add function.
16310         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
16312 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
16314         * loadhist.el (unload-feature-special-hooks):
16315         Add `delete-frame-functions' and `suspend-tty-functions'.
16317         * server.el (server-unload-function): Rename from `server-unload-hook'
16318         and adapt to new `unload-feature' functionality.  Remove hook from
16319         `kill-buffer-hook' buffer-locally.
16320         (server-unload-hook): Remove.
16321         (server-unload-function): New var; replaces `server-unload-hook'.
16323 2007-10-29  Glenn Morris  <rgm@gnu.org>
16325         * dirtrack.el (dirtrack-debug): Doc fix.
16326         (dirtrack-mode, dirtrack-debug-mode): New names for
16327         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
16328         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
16329         Make obsolete.
16330         (dirtrack-debug-message): Only print message if
16331         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
16332         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
16333         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
16335 2007-10-28  Glenn Morris  <rgm@gnu.org>
16337         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
16338         (byte-compile-warnings-safe-p): Handle `not'.
16339         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
16340         (byte-compile-enable-warning): New functions.
16341         (byte-compile-eval-before-compile)
16342         (byte-compile-file-form-require): Use byte-compile-disable-warning.
16343         (byte-compile-close-variables): Locally bind byte-compile-warnings,
16344         but do not modify it.
16345         (byte-compile-eval, byte-compile-obsolete)
16346         (byte-compile-warn-about-unresolved-functions)
16347         (byte-compile-file-form-defvar)
16348         (byte-compile-file-form-custom-declare-variable)
16349         (byte-compile-file-form-require)
16350         (byte-compile-file-form-defmumble, byte-compile-lambda)
16351         (byte-compile-form, byte-compile-normal-call)
16352         (byte-compile-variable-ref, byte-compile-defvar)
16353         (byte-compile-make-variable-buffer-local):
16354         Use byte-compile-warning-enabled-p.
16355         * emacs-lisp/advice.el (ad-compile-function):
16356         Use byte-compile-disable-warning.
16357         * emacs-lisp/cl.el: Move local variables to end of file, and set
16358         byte-compile-warnings to `(not cl-functions)'.
16359         * emacs-lisp/cl-compat.el: Add a local variables section, and set
16360         byte-compile-warnings to `(not cl-functions)'.
16361         * emacs-lisp/cl-macs.el: Unify local variable section, and set
16362         byte-compile-warnings to `(not cl-functions)'.
16363         (cl-do-proclaim): Use byte-compile-disable-warning and
16364         byte-compile-enable-warning.
16365         * emacs-lisp/cl-seq.el: Unify local variable section, and set
16366         byte-compile-warnings to `(not cl-functions)'.
16367         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
16368         Use byte-compile-disable-warning.
16370 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
16372         * cus-edit.el (custom-browse-insert-prefix):
16373         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
16375 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
16377         * server.el (server-process-filter): Fix typo in docstring.
16378         (server-log): Reflow docstrings.
16379         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
16380         (server-goto-line-column): Use `when'.
16382 2007-10-28  Juri Linkov  <juri@jurta.org>
16384         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
16385         when mouse is clicked on the isearch message.
16386         (isearch-resume): Call `isearch-update' at the end.
16387         Rename argument `search' to `string' to conform to the
16388         isearch terminology.
16390 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16392         Rewrite abbrev.c in Elisp.
16393         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
16394         (abbrev-table-get, abbrev-table-put, abbrev-get)
16395         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
16396         (define-abbrev, abbrev--check-chars, define-global-abbrev)
16397         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
16398         (abbrev-expansion, abbrev--before-point, expand-abbrev)
16399         (unexpand-abbrev, abbrev--write, abbrev--describe)
16400         (insert-abbrev-table-description, define-abbrev-table):
16401         New funs, largely transcribed from abbrev.c.
16402         (abbrev-with-wrapper-hook): New macro.
16403         (abbrev-table-name-list, global-abbrev-table)
16404         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
16405         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
16406         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
16407         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
16408         New vars, largely transcribed from abbrev.c.
16409         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
16410         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
16411         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
16413 2007-10-27  Glenn Morris  <rgm@gnu.org>
16415         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
16416         (shell-dirtrack-toggle): Mark as obsolete.
16417         (dirtrack-toggle, dirtrack-mode): No longer alias to
16418         shell-dirtrack-mode.
16420 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
16422         * calc/calc.el (math-standard-opers): Lower the precedence
16423         of negation.
16424         * calc/calc-lang.el (math-oper-table): Lower precedence of
16425         negation for C, TeX, and eqn.
16427 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
16429         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
16431 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
16433         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
16434         (desktop-not-loaded-hook): Fix :version tags.
16436 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
16438         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
16439         (tramp-get-remote-tmpdir): New defun.
16440         (tramp-make-tramp-temp-file): Use it.
16441         (tramp-local-call-process): New defun.  Replace all calls of
16442         `call-process' by this when appropriate.
16443         (tramp-handle-write-region): Replace calls of `file-attributes' by
16444         `tramp-compat-file-attributes'.
16445         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16446         Make the first command a `tramp-send-command' call, with let-bind
16447         of `tramp-end-of-output'.
16448         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
16449         (tramp-load-report-modules, tramp-append-tramp-buffers):
16450         Move to tramp-cmds.el.
16452         * net/tramp-fish.el (tramp-fish-handle-copy-file)
16453         (tramp-fish-do-copy-or-rename-file)
16454         (tramp-fish-do-copy-or-rename-file-directly):
16455         * net/tramp-smb.el (tramp-smb-handle-copy-file):
16456         Add parameter PRESERVE-UID-GID.
16458 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
16460         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
16461         New defcustoms.
16462         (display-time-world-list): Use them as appropriate for the current
16463         value of `system-type'.
16465 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
16467         * emulation/pc-select.el (next-line-mark, next-line-nomark)
16468         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
16469         around uses of previous-line and next-line.
16471         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
16472         New defvars.
16474         * textmodes/css-mode.el (comment-continue):
16475         * net/browse-url.el (url-handler-regexp):
16476         * progmodes/idlw-help.el (idlwave-system-routines):
16477         Pacify byte-compiler.
16479         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
16480         line-move-invisible-p with its former definition: invisible-p.
16481         line-move-invisible-p was removed on 2007-08-29.
16483 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
16485         * files.el (kill-emacs-query-functions): Doc fix;
16486         `save-buffers-kill-emacs' is no longer bound to a key.
16488 2007-10-26  Richard Stallman  <rms@gnu.org>
16490         * isearch-multi.el (isearch-buffers-multi): New option.
16491         (isearch-buffers-search-fun): Test it.
16493         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
16494         Put ps-run-clear on C-c C-l.
16496         * newcomment.el (comment-styles): New style indent-or-triple.
16497         (comment-style): Make that the default.
16498         (comment-add defvar): Doc fix.
16499         (comment-add): Delete arg EXTRA.
16500         (comment-region-default): Open code call to comment-add.
16501         Handle indent-or-triple style which uses `multi-char' for INDENT.
16503 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
16505         * eshell/em-unix.el (nil-blank-string): Doc fix.
16507 2007-10-26  John Wiegley  <johnw@newartisans.com>
16509         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
16510         function, ensure that the third argument is turned into a nil if
16511         the string is otherwise completely empty (either no characters, or
16512         all tabs/spaces).  This fixes a bug from a user who found himself
16513         unable to customize `diff-switches' and still use Eshell's diff
16514         command.
16516 2007-10-26  Glenn Morris  <rgm@gnu.org>
16518         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
16519         safe-local-variable property.
16521 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
16523         * net/browse-url.el (browse-url-browser-function): Delete grail.
16524         (browse-url-grail): Function and variable deleted.
16525         (browse-url-browser-function): Delete IXI Mosaic.
16526         (browse-url-default-browser): Don't try IXI Mosaic.
16527         (browse-url-iximosaic): Function deleted.
16528         (browse-url-browser-function): Delete MMM.
16529         (browse-url-default-browser): Don't try MMM.
16530         (browse-url-mmm): Function deleted.
16532 2007-10-26  Drew Adams  <drew.adams@oracle.com>
16534         * custom.el (custom-note-var-changed): New function.
16536 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
16538         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
16539         use with the definition.  Remove.
16541         * add-log.el (change-log-start-entry-re): New defconst.
16542         (change-log-sortable-date-at): Use it.
16543         (change-log-beginning-of-defun, change-log-end-of-defun):
16544         New functions.
16545         (change-log-mode): Use them for beginning-of-defun-function and
16546         end-of-defun-function.
16548 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
16550         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
16551         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
16552         (ses-recalculate-cell): Deal with point being just beyond end of
16553         data area (why does this happen?)
16554         (ses-set-curcell): Ditto.
16555         (ses-column-letter): Handle columns beyond 702.  Code written by
16556         Gareth Rees.
16558 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
16560         * textmodes/org.el (org-agenda-get-restriction-and-command):
16561         Use `mapc' instead of `mapcar'.
16562         (org-agenda-list): Numeric prefix argument can specify the number
16563         of days.
16564         (remember-register, remember-buffer): Prevent byte compiler from
16565         complaining.
16566         (org-todo): Save and restore match data.
16567         (org-no-warnings): New macro.
16568         (org-columns-eval): Use `org-no-warnings'.
16570 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
16572         * comint.el (comint-password-prompt-regexp):
16573         Handle `[sudo] password'-style prompt.
16575 2007-10-25  Glenn Morris  <rgm@gnu.org>
16577         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
16578         (defcustom): Doc fix.
16580         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
16581         Add `non_intrinsic'.
16582         (f90-constants-re): Add ieee modules.
16583         (f90-typedef-matcher, f90-typedec-matcher)
16584         (f90-imenu-type-matcher): New functions.
16585         (f90-font-lock-keywords-1): Give module procedures function-name face.
16586         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
16587         Add `use, intrinsic'.
16588         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
16589         Move start of `enum' blocks to separate entry.
16590         (f90-start-block-re): Fix `type', `abstract interface'.
16591         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
16592         derived types.
16593         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
16594         `elemental', change `enumerator'.
16595         (f90-no-block-limit): Fix `abstract interface'.
16597         * progmodes/f90.el (f90-indented-comment-re)
16598         (f90-directive-comment-re, f90-break-delimiters):
16599         * progmodes/fortran.el (fortran-comment-line-start-skip)
16600         (fortran-directive-re):
16601         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
16602         as safe if they are strings.
16604 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16606         * startup.el (window-system): Remove.  Don't make it frame-local.
16608 2007-10-24  Richard Stallman  <rms@gnu.org>
16610         * savehist.el (savehist-save): Omit unreadable elements.
16612         * loadhist.el (unload-function-defs-list): Rename from
16613         unload-function-features-list.
16614         (unload-feature-special-hooks, unload-feature): Doc fixes.
16616         * indent.el (indent-to-left-margin): If point's in the indentation,
16617         move to the end of the indentation.
16619         * cus-edit.el (customize-changed-options): Make arg optional.
16621 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
16623         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
16625 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
16627         * textmodes/org-publish.el (org-publish-attachment): Re-install
16628         accidentally deleted change.
16630 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16632         * term/iris-ansi.el (iris-function-map): Move init into declaration.
16634 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
16636         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
16637         (Buffer-menu-mode-map): Initialize in the declaration.
16638         (Buffer-menu-mode): Define with `define-derived-mode'.
16640 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
16642         * textmodes/org.el (org-version): Change to 5.13e.
16643         (org-agenda-file-regexp): Fix typo in docstring.
16644         (org-add-planning-info): Fix bug in parenthesis settings.
16645         (org-scan-tags): Catch the case of indirect buffers with no filename.
16646         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
16647         Re-install switch to mapc, had been removed by accident.
16648         (org-columns-map): New binding `C-c C-o'.
16649         (org-columns-menu): Change menu text and added new entry.
16650         (org-columns-eval): Document the use of `next-line'.
16651         (org-columns-open-link): New function.
16652         (org-columns-follow-link): Remove function.
16653         (org-open-link-from-string): New function.
16654         (org-read-date-get-relative): Fix typo in docstring.
16655         (org-read-date-get-relative): Leading +/- is not optional.
16656         (org-agenda-get-restriction-and-command): Always resize window on
16657         first loop cycle.
16658         (org-agenda-open-link): Make sure the link abbreviations are
16659         present in the agenda buffer.
16660         (org-agenda-copy-local-variable): New function.
16662 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16664         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
16666 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16668         * simple.el (reindent-then-newline-and-indent): Use a `move after
16669         insert' kind of marker in the save-excursion.
16671 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16673         * textmodes/css-mode.el: Require CL.
16674         (comment-continue): Declare.
16676         * subr.el (make-variable-frame-localizable): Remove.
16677         (make-variable-frame-local): Mark obsolete.
16679 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16681         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
16682         of the subdirs is unreadable.
16684 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
16686         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
16687         when we are local.
16689 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16691         * progmodes/python.el (python-current-defun): Remove left-over
16692         assignment to `start'.
16694 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
16696         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
16697         than `mapcar'; return value is not used.
16699 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
16701         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
16702         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
16704 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
16706         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
16707         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
16709 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
16711         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
16713 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16715         * emacs-lisp/advice.el (ad-make-advised-docstring):
16716         Add ad-advice-info text property to doc string.
16718 2007-10-23  Glenn Morris  <rgm@gnu.org>
16720         * progmodes/f90.el (f90-do-indent, f90-if-indent)
16721         (f90-type-indent, f90-program-indent, f90-associate-indent)
16722         (f90-continuation-indent, f90-comment-region)
16723         (f90-beginning-ampersand, f90-smart-end)
16724         (f90-break-before-delimiters, f90-auto-keyword-case)
16725         (f90-leave-line-no, f90-mode-hook):
16726         Give an appropriate safe-local-variable property.
16728         * progmodes/fortran.el (fortran-tab-mode-default)
16729         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
16730         (fortran-structure-indent, fortran-continuation-indent)
16731         (fortran-comment-indent, fortran-comment-line-extra-indent)
16732         (fortran-comment-line-start)
16733         (fortran-minimum-statement-indent-fixed)
16734         (fortran-minimum-statement-indent-tab)
16735         (fortran-comment-indent-char, fortran-line-number-indent)
16736         (fortran-check-all-num-for-matching-do)
16737         (fortran-blink-matching-if, fortran-continuation-string)
16738         (fortran-comment-region, fortran-electric-line-number)
16739         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
16740         (fortran-analyze-depth, fortran-break-before-delimiters):
16741         Give an appropriate safe-local-variable property.
16743 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
16745         * printing.el: Move variable definitions before use.
16746         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
16748 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16750         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
16751         (tpu-edt-off): Use it.
16752         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
16753         the global-map before adding it to global-map.
16755         * menu-bar.el (global-buffers-menu-map): New var.
16756         (global-map, menu-bar-update-buffers): Use it.
16757         * msb.el (msb-menu-bar-update-buffers): Use it.
16758         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
16759         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
16760         Use with-current-buffer.
16762 2007-10-22  Juri Linkov  <juri@jurta.org>
16764         * isearch-multi.el: New file.
16766         * isearch.el (isearch-search-string): After finding the next
16767         occurrence switch to buffer isearch-buffers-current-buffer when
16768         isearch-buffers-next-buffer-function is non-nil and
16769         isearch-buffers-current-buffer is live.
16771         * add-log.el (change-log-mode): Make and set buffer-local variable
16772         isearch-buffers-next-buffer-function to change-log-next-buffer.
16773         Call isearch-buffers-minor-mode.
16774         (change-log-next-buffer): New function.
16776 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
16778         * textmodes/org-export-latex.el (org-export-latex-protect-string):
16779         Renaming of `org-latex-protect'.
16780         (org-export-latex-emphasis-alist): By default, don't protect
16781         any emphasis formatter from further conversion.
16782         (org-export-latex-tables): Honor column grouping for tables.
16783         (org-export-latex-title-command): New option.
16784         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
16785         export backslash character.
16787 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
16789         * textmodes/org.el (org-read-date-get-relative): New function.
16790         (org-agenda-file-regexp): New variable.
16791         (org-agenda-files): Allow directories in the variable.
16792         (org-agenda-get-restriction-and-command): New function.
16793         (org-agenda): Use `org-agenda-get-restriction-and-command'.
16794         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
16795         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
16796         New functions.
16797         (org-entry-add-to-multivalued-property)
16798         (org-entry-remove-from-multivalued-property)
16799         (org-entry-member-in-multivalued-property): New functions.
16800         (org-remember-apply-template): Catch C-g and make sure window
16801         configuration is restored.
16802         (org-agenda-open-link): Make it work with several links in the line.
16803         (org-drawers, org-set-regexps-and-options)
16804         (org-get-current-options): Add support for a DRAWERS in-buffer option.
16805         (org-agenda-window-frame-fractions): New option.
16806         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
16807         (org-columns-cleanup-item, org-find-entry-with-id)
16808         (org-insert-columns-dblock, org-listtable-to-string)
16809         (org-dblock-write:columnview, org-columns-capture-view)
16810         (org-edit-headline): New functions.
16811         (org-agenda-to-appt): Require calendar.
16812         (org-entry-get-with-inheritance): Widen for search.
16813         (org-columns-display-here): Don't mark buffer as modified when
16814         adding space characters to accomodate column overlays.
16815         (org-export-as-html): Better formatting of tags in the toc.
16816         (org-columns-display-here): Make the ITEM column as compact as possible.
16817         (org-remember-templates): Customization interface improved.
16818         (org-export-with-property-drawer): Variable removed.
16819         (org-export-with-drawers): New option.
16820         (org-complex-heading-regexp): New variable.
16821         (org-sort-entries): Rewrite using `sort-subr'.
16822         (org-set-property): More appropriate completion during interactive use.
16823         (org-sort-entries): Allow sorting by property.
16824         (org-additional-option-like-keywords): Add more values.
16825         (org-sort-entries-or-items): Rename from `org-sort-entries'.
16827 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
16829         * textmodes/org.el (org-get-date-from-calendar): New function.
16830         (org-at-timestamp-p, org-timestamp-change)
16831         (org-remember-templates): First element of each entry is now a
16832         name for the template.
16833         (org-store-log-note): Check for `org-note-abort'.
16834         (org-kill-note-or-show-branches): New command.
16835         (org-fontify-priorities): New option.
16836         (org-fontify-priorities): New function.
16837         (org-cut-subtree, org-copy-subtree): New argument N to
16838         act on N sequential subtrees.
16839         (org-paste-subtree): Fix the level at which a tree is pasted.
16840         (org-fit-agenda-window): Limitations on window size removed.
16841         (org-agenda-find-same-or-today-or-agenda): Rename from
16842         `org-agenda-find-today-or-agenda'.
16843         (org-scheduled-past-days): New option.
16844         (org-agenda-scheduled-leaders)
16845         (org-agenda-deadline-leaders): New options.
16846         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
16847         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
16848         (org-export-with-tags, org-export-plist-vars)
16849         (org-infile-export-plist): New "tags" option.
16850         (org-use-property-inheritance): New option.
16851         (org-cached-entry-get): Use `org-use-property-inheritance'.
16852         (org-remember-apply-template): Fix typo.
16854 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
16856         * net/tramp.el (tramp-find-shell)
16857         (tramp-open-connection-setup-interactive-shell): Improve sending
16858         initial commands.
16859         (tramp-action-terminal): Send debug message.
16860         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
16861         (tramp-barf-if-no-shell-prompt): Insert code of
16862         `tramp-wait-for-shell-prompt'.
16864 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16866         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
16868         * term/vt200.el (terminal-init-vt200):
16869         * term/vt201.el (terminal-init-vt201):
16870         * term/vt220.el (terminal-init-vt220):
16871         * term/vt240.el (terminal-init-vt240):
16872         * term/vt300.el (terminal-init-vt300):
16873         * term/vt320.el (terminal-init-vt320):
16874         * term/vt400.el (terminal-init-vt400):
16875         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
16877         * term/wyse50.el (wyse50-terminal-map): New var.
16878         (terminal-init-wyse50): Use it and input-decode-map.
16879         (enable-arrow-keys): Emasculate.
16881         * term/tvi970.el (tvi970-terminal-map): New var.
16882         (terminal-init-tvi970): Use it and input-decode-map.
16883         (tvi970-keypad-numeric): Remove.
16884         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
16886         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
16887         (terminal-init-sun): Use it and input-decode-map.
16889         * term/news.el (terminal-init-news):
16890         * term/lk201.el (terminal-init-lk201):
16891         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
16893 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16895         * complete.el (PC-expand-many-files): Remove.
16896         (PC-do-completion): Call file-expand-wildcards instead of
16897         PC-expand-many-files.
16899         * net/tramp.el (tramp-handle-expand-many-files): Remove.
16900         (PC-expand-many-files): Remove advice.
16902 2007-10-22  Glenn Morris  <rgm@gnu.org>
16904         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
16905         Add some support for Fortran 2003 syntax:
16906         (f90-type-indent): Now also applies to `enum'.
16907         (f90-associate-indent): New user option.
16908         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
16909         Add some F2003 keywords.
16910         (f90-constants-re): New constant.
16911         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
16912         Interface'.
16913         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
16914         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
16915         element for functions with specified types.  Add `end enum' and
16916         `select type'.  Add `implicit enumerator' and `procedure'.
16917         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
16918         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
16919         (f90-font-lock-keywords-4): Add `f90-constants-re'.
16920         (f90-blocks-re): Add `enum' and `associate'.
16921         (f90-else-like-re): Add `class is', `type is', and `class default'.
16922         (f90-end-type-re): Add `enum'.
16923         (f90-end-associate-re, f90-typeis-re): New constants.
16924         (f90-end-block-re): Add `enum' and `associate'.  Change from
16925         optional whitespace to end-of-word, to avoid `enumerator'.
16926         (f90-start-block-re): Add `select type', `abstract interface', and
16927         `enum'.  Avoid `type is', and `type (sometype)'.
16928         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
16929         (f90-mode): Doc fix.
16930         (f90-looking-at-select-case): Doc fix.  Add `select type'.
16931         (f90-looking-at-associate): New function.
16932         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
16933         Add `enum' and `abstract interface'.
16934         (f90-no-block-limit): Add `select type' and `abstract interface'.
16935         (f90-get-correct-indent, f90-calculate-indent)
16936         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
16937         (f90-indent-region, f90-match-end): Handle `associate' blocks.
16939 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
16941         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
16942         Use window-full-width-p.
16944 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
16946         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
16948         * tooltip.el: Use featurep 'xemacs.
16950         * printing.el: Move variable definitions before use, no code change.
16952 2007-10-22  Juri Linkov  <juri@jurta.org>
16954         * simple.el (goto-history-element): Allow minibuffer-default to be
16955         a list of default values accessible by typing M-n in the minibuffer.
16957         * dired-x.el (dired-guess-shell-command): Put all guesses to the
16958         minibuffer default value list instead of pushing them temporarily
16959         to the history list.
16961 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16963         * hexl.el (hexl-menu): New major mode menu.
16965 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16967         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16969 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16971         * w32-fns.el (w32-quote-process-args):
16972         * dos-w32.el (print-region-function, lpr-headers-switches)
16973         (ps-print-region-function): Pacify byte-compiler.
16975         * emulation/edt-mapper.el (function-key-map):
16976         (edt-map-key): Make it a function instead of using fset.
16977         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
16978         (edt-gnu-map-key, edt-lucid-map-key): Remove.
16979         (edt-x-emacs-p): Remove.
16980         (edt-emacs-variant, edt-window-system, edt-xserver):
16981         Use featurep 'xemacs.
16983         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16984         Replace eudc-xemacs-p with its definition.
16985         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16986         (eudc-emacs-mule-p): Remove.
16987         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16988         eudc-xemacs-p with feature tests.
16990         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16991         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16992         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16993         (eudc-bob-toggle-inline-display):
16994         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16995         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16997         * net/eudcb-ph.el (eudc-ph-open-session):
16998         Replace eudc-xemacs-mule-p with its former definition.
17000         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
17001         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
17003         * progmodes/vera-mode.el (vera-xemacs): Remove.
17004         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
17006         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
17007         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
17008         (vhdl-speedbar-initialize, vhdl-ps-print-init)
17009         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
17010         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
17011         with (featurep 'xemacs).
17013         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
17014         (save-buffer-state-x):
17015         * obsolete/fast-lock.el (fast-lock-verbose):
17016         * emulation/viper-init.el (viper-xemacs-p)
17017         (viper-cond-compile-for-xemacs-or-emacs):
17018         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
17019         * ps-print.el (case-fold-search):
17020         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
17021         * calculator.el (calculator-help): Use featurep 'xemacs.
17023         * progmodes/prolog.el: Undo previous change.
17024         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
17026         * progmodes/dcl-mode.el:
17027         * play/yow.el:
17028         * calendar/todo-mode.el:
17029         * calendar/cal-hebrew.el:
17030         * vc-hg.el: Undo previous change.
17032         * vms-patch.el: Likewise.
17033         (print-region-function): Pacify byte-compiler.
17035 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
17037         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
17038         preserve-uid-gid.
17040         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
17041         compatibility.  It is not used, though.
17043         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
17044         Require tramp-cmds.el.
17045         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
17046         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
17047         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
17048         (tramp-do-copy-or-rename-file-out-of-band)
17049         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
17050         possible, because we don't need to create the temporary file, but
17051         we need a prefix for ssh, which has its own temporary file handling.
17052         (tramp-handle-delete-directory): Add "-f" to rmdir.
17053         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
17054         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
17055         a signal, in order to give the callee a chance to suppress.
17056         (tramp-handle-write-region): Set owner also in case of short
17057         track.  Don't use compatibility calls for `write-region' anymore.
17058         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
17059         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
17061         * net/tramp-cmds.el: New file.
17063         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
17064         `tramp-clear-passwd'.
17066         * net/trampver.el: Update release number.
17068 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
17070         * progmodes/gud.el (gud-target-name): Move definition before use.
17072         * progmodes/dcl-mode.el: Require imenu at compile time.
17074         * progmodes/cc-engine.el (c-maybe-stale-found-type):
17075         Pacify byte-compiler.
17077         * obsolete/fast-lock.el: Use featurep test instead of string-match.
17079         * eshell/esh-mode.el (eshell-handle-ansi-color):
17080         Require ansi-color at compile time too.
17082         * eshell/em-unix.el (eshell/info): Require info at compile time too.
17084         * w32-fns.el: Require w32-vars.
17086         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
17087         time too.
17089 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17091         * double.el ([ignore]): Use `ignore'.
17092         (double-setup): Inline into double-mode.
17093         (double-mode): Use define-minor-mode.
17095 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
17097         * textmodes/reftex.el: Move require easymenu before first use.
17098         (reftex-info): Require info at compile too.
17100         * textmodes/org-publish.el (org-publish-org-to-html)
17101         (org-publish-org-to): Require org at compile time too.
17102         (org-publish-attachment): Require at compile time too.
17104         * term/tty-colors.el (w32-tty-standard-colors):
17105         Pacify byte-compiler.
17107         * term/pc-win.el (frame-creation-function-alist): Add to this
17108         instead of setting frame-creation-function.
17110         * play/blackbox.el (bb-up, bb-down): Use forward-line.
17112         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
17114         * calendar/todo-mode.el: Require calendar at compile time.
17116         * calendar/cal-hebrew.el: Require holidays at compile time.
17118         * w32-vars.el: Provide w32-vars.
17120         * term/w32-win.el: Require w32-vars.
17121         (w32-color-map): Pacify byte-compiler.
17123         * loadup.el: Load w32-vars before term/w32-win.
17125 2007-10-20  Juri Linkov  <juri@jurta.org>
17127         * textmodes/fill.el (fill-paragraph): When the region is active,
17128         don't try other `or' branches regardless of the value returned by
17129         fill-region; just return t.
17131 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
17133         * vc.el (vc-do-command): Condition out a misleading message when
17134         running asynchronously.
17135         (vc-deduce-fileset): New argument enables using an unregistered
17136         visited file as a singleton fileset if nothing else is available.
17137         (vc-next-action): Restore file-registering behavior.
17139 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
17141         * calc/README: Add recent news.
17143 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
17145         * term/x-win.el (x-gtk-stock-map, icon-map-list)
17146         (x-gtk-map-stock): Delete duplicated definitions from merge.
17148         * progmodes/compile.el (compilation-skip-to-next-location)
17149         (compilation-skip-threshold, compilation-skip-visited):
17150         Move definitions earlier.
17152         * play/decipher.el (decipher-keypress):
17153         * play/zone.el (zone-fall-through-ws):
17154         * play/landmark.el (lm-move-down, lm-move-up):
17155         * play/handwrite.el (handwrite):
17156         * mail/mspools.el (mspools-visit-spool):
17157         * wdired.el (wdired-next-line, wdired-previous-line):
17158         * tar-mode.el (tar-subfile-save-buffer):
17159         * scroll-lock.el (scroll-lock-next-line)
17160         (scroll-lock-previous-line):
17161         * image-dired.el (image-dired-next-line)
17162         (image-dired-previous-line):
17163         * ediff-help.el (ediff-help-message-line-length):
17164         Use forward-line.
17166         * smerge-mode.el (smerge-auto-refine):
17167         * diff-mode.el (diff-auto-refine): Add :group.
17169         * play/yow.el: Require doctor at compile time.
17171         * vmsproc.el: Provide vmsproc.
17172         (command-send-input): Use forward-line.
17174         * vms-patch.el: Require ps-print and vmsproc at compile time.
17176         * vc-mtn.el (log-view-message-re, log-view-file-re)
17177         (log-view-font-lock-keywords): Pacify byte-compiler.
17179         * vc-hg.el: Require log-view at compile time.
17181 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
17183         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
17185 2007-10-20  Glenn Morris  <rgm@gnu.org>
17187         * progmodes/f90.el (f90-font-lock-keywords-2)
17188         (f90-looking-at-type-like): Fix regexp typos.
17190 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
17192         * bs.el (bs--track-window-changes): Don't refresh the whole list.
17193         (bs-mode): Set mode-class property to special.
17195 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17197         * diff-mode.el (diff-auto-refine): New var.
17198         (diff-hunk): Use it.
17199         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
17200         (diff-refine-change): Rename from diff-fine-change.  Change it.
17201         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
17202         (diff-refine-hunk): Rename from diff-fine-highlight.
17204 2007-10-20  John Paul Wallington  <jpw@pobox.com>
17206         * help-fns.el (describe-variable-custom-version-info): New function
17207         to return variable's version or package version note.
17208         (describe-variable): Use it, display result.
17210 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17212         * smerge-mode.el (smerge-auto-refine): New var.
17213         (smerge-next, smerge-prev): Use it.
17214         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
17216         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17217         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
17219         * vc-bzr.el (vc-bzr-diff-tree):
17220         * vc-git.el (vc-git-diff-tree):
17221         * vc-hg.el (vc-hg-diff-tree):
17222         * vc-mcvs.el (vc-mcvs-diff-tree):
17223         * vc-mtn.el (vc-mtn-diff-tree):
17224         * vc-svn.el (vc-svn-diff-tree): Remove.
17226         * vc-mtn.el (vc-mtn-revision-completion-table):
17227         * vc-cvs.el (vc-cvs-revision-completion-table):
17228         * vc-arch.el (vc-arch-revision-completion-table):
17229         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
17230         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
17231         Make it work when the arg is a list of files.
17233 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17235         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
17236         Also `revision-completion-table' now takes a list of files.
17237         (vc-deduce-fileset): Remove unused var `regexp'.
17238         Only obey allow-directory-wildcard in dired buffers.
17239         (vc-default-diff-tree): Remove.
17240         (vc-diff-added-files): New var.
17241         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
17242         (vc-version-diff): Revert from `vc-history-diff' to the original name.
17243         Remove the `backend' arg.
17244         (vc-contains-version-controlled-file): Remove.
17245         (vc-diff): Bring it closer to the version in Emacs-22.
17246         (vc-revert): Fix typo in let-binding.
17247         (vc-default-unregister): Remove.
17248         (vc-dired-buffers-for-dir): Remove N^2 behavior.
17250 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
17252         * textmodes/two-column.el (2C-split, 2C-merge):
17253         * textmodes/bib-mode.el (bib-find-key, mark-bib):
17254         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
17255         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
17256         * progmodes/ada-xref.el (ada-get-all-references):
17257         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
17258         * emulation/vi.el (vi-previous-line-first-nonwhite)
17259         (vi-effective-range, vi-put-before):
17260         * emulation/edt.el (edt-next-line, edt-previous-line)
17261         (edt-paragraph-forward): Use forward-line.
17263         * progmodes/etags.el (tags-apropos): Require apropos at compile
17264         time too.
17266         * progmodes/prolog.el: Require comint when compiling.
17267         (inferior-prolog-flavor): Move defvar before use.
17269 2007-10-19  Richard Stallman  <rms@gnu.org>
17271         * font-core.el (turn-on-font-lock-if-desired):
17272         Rename from `turn-on-font-lock-if-enabled'.
17273         Fully obey `font-lock-global-modes'.
17275 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17277         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
17278         which will not affect the behavior of things like forward-word.
17279         (diff-fine-highlight): Preserve point.
17281         * doc-view.el (doc-view-mode-map): Use remapping.
17282         Don't rebind C-v, M-v to their default value.
17283         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
17285         * smerge-mode.el: Add word-granularity refinement.
17286         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
17287         (smerge-refine-weight-hack): New vars.
17288         (smerge-refine-forward): New fun.
17289         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
17290         (smerge-refine-subst): Use them as well.  Preserve point.
17292 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
17294         * follow.el (follow-unload-function): New function.
17296         * loadhist.el (unload-function-features-list):
17297         Rename from `unload-hook-features-list'.
17298         (unload-hook-features-list): Add as obsolete alias.
17299         (unload-feature): Use `unload-function-features-list'
17300         and new FEATURE-unload-function.
17302 2007-10-19  Glenn Morris  <rgm@gnu.org>
17304         * bindings.el (mouse-minor-mode-menu)
17305         (minor-mode-menu-from-indicator): Move to mouse.el.
17306         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
17307         Move here from bindings.el.
17309 2007-10-19  Richard Stallman  <rms@gnu.org>
17311         * help-fns.el (describe-function-1): Don't use the advice origname
17312         if it has no function definition.
17314 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
17316         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
17317         Use `save-restriction' rather than `widen'.
17319 2007-10-18  Richard Stallman  <rms@gnu.org>
17321         * time.el (display-time-world-time-format): Display day # not month #.
17323 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17325         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
17327         * doc-view.el: Remove version keyword.
17328         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17329         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
17330         (doc-view-ghostscript-options): Improve custom type.
17331         (doc-view-cache-directory, doc-view-conversion-buffer)
17332         (doc-view-conversion-refresh-interval): Simplify custom type.
17334 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
17336         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17337         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
17338         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17339         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
17340         Remove superfluous messages.
17341         (doc-view-mode-map): Use the image-mode scrolling commands.
17342         Don't rebind C-x k.
17344 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17346         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
17347         Add comment about "-dSAFER".
17349 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17351         * term/xterm.el: Don't require xt-mouse.
17352         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
17353         calling turn-on-xterm-mouse-tracking-on-terminal directly.
17355         * xt-mouse.el: Don't change the global function-key-map anny more.
17356         (xterm-mouse-mode): Use terminal-init-xterm-hook.
17357         Don't use after-make-frame-functions now that term/xterm.el calls
17358         us directly.
17359         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
17360         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
17361         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
17362         Setup input-decode-map and remember that xterm-mouse-mode was
17363         enabled in this terminal.
17364         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
17365         terminals where it has been enabled.
17367         * faces.el (tty-create-frame-with-faces): Make sure not only
17368         tty-run-terminal-initialization but also set-locale-environment
17369         are run only once per terminal.
17370         (tty-run-terminal-initialization): Don't check if the terminal was
17371         already initted.
17373         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
17374         not to remove keymaps that just happen to inherit from one of ours.
17375         When setting up our keymap, make sure it won't be accidentally
17376         modified by someone else.
17378 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
17380         * textmodes/artist.el (artist-previous-line, artist-next-line):
17381         * dired.el (dired-next-line, dired-previous-line):
17382         * progmodes/delphi.el (delphi-newline):
17383         * textmodes/org.el (org-columns-eval):
17384         Use forward-line.
17386         * emerge.el (emerge-setup): Use insert-buffer-substring.
17387         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
17389 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
17391         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
17392         (adaptive-fill-function): Doc fix.  Remove * from docstring.
17394 2007-10-18  Tom Horsley  <tom.horsley@att.net>
17396         * simple.el (interprogram-paste-function): Doc fix.
17397         (current-kill): Accept list of strings as well
17398         as single string from `interprogram-paste-function'.
17400 2007-10-18  Glenn Morris  <rgm@gnu.org>
17402         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
17404 2007-10-18  Drew Adams  <drew.adams@oracle.com>
17406         * bindings.el (mode-line-minor-mode-keymap):
17407         Add mouse-minor-mode-menu on mouse-1.
17408         (mode-line-modes): Add mouse-1 to help-echo text.
17409         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
17410         New functions.
17411         (mode-line-minor-mode-help): Doc fix.
17413 2007-10-17  Juri Linkov  <juri@jurta.org>
17415         * textmodes/fill.el (fill-paragraph-or-region): Remove function
17416         at the request of RMS.
17417         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
17418         arg `region'.  Fix docstring.  At the first `or' branch add call to
17419         `fill-region' if it the region is active in transient-mark-mode.
17421         * bindings.el (esc-map): Bind M-q to fill-paragraph
17422         instead of fill-paragraph-or-region.
17424         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
17425         with fill-paragraph.
17427         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
17428         Fix docstring.
17430         * indent.el (indent-for-tab-command): Change interactive spec from
17431         "P" to "p".  Add check for interactive arg before indenting the
17432         active region.
17434         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
17435         Regroup.
17437 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
17439         * emacs-lisp/find-func.el: Don't require loadhist.
17441         * loadhist.el (feature-symbols, file-provides, file-requires)
17442         (file-set-intersect, file-dependents): Simplify.
17443         (unload-feature-special-hooks): Update list of special hooks.
17445 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
17447         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
17448         extensions since they can be viewed with doc-view.
17450         * files.el (auto-mode-alist): Make doc-view-mode the default mode
17451         for pdf, ps and dvi files.
17453         * doc-view.el: Make doc-view-mode the standard mode for viewing
17454         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
17455         text and image display.  Add binding C-c C-e to switch to an
17456         editing mode.
17457         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
17458         avoid security problems when rendering files from untrusted sources.
17460 2007-10-17  Aaron Hawley  <aaronh@garden.org>
17462         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
17463         position is not saved.
17465 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17467         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
17468         (doc-view-ghostscript-options): Fix typo in doc string.
17470 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17472         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
17473         handling, so compilation-fake-loc works again.
17475         * server.el (server-select-display): Nop if we do not support m-f-o-d.
17476         (server-process-filter): Revert last change.
17478         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
17479         behavior unrelated to filesets.
17481 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
17483         * longlines.el (longlines-wrap-follows-window-size): Integer value
17484         specifies wrapping margin.
17485         (longlines-mode, longlines-window-change-function):
17486         Set window-specific wrapping margin based on the above.
17488 2007-10-17  John Wiegley  <johnw@newartisans.com>
17490         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
17492 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
17494         * server.el (server-process-filter): Only set display if X11 is
17495         supported.
17497 2007-10-17  Glenn Morris  <rgm@gnu.org>
17499         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
17500         Tweak regexp to avoid stack overflow.
17502 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17504         * simple.el (reindent-then-newline-and-indent): Don't assume that
17505         indent-according-to-mode preserves point.
17507 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
17509         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
17510         (bs--nth-wrapper): Simplify.
17511         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
17512         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
17513         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
17514         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
17515         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
17516         (bs-configurations, bs-default-configuration)
17517         (bs-alternative-configuration, bs-cycle-configuration-name)
17518         (bs-string-show-always, bs-string-show-never, bs-string-current)
17519         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
17520         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
17521         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
17522         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
17523         (bs--window-config-coming-from): Revert 2006-11-09 change.
17524         (bs--restore-window-config): Keep the selected frame.
17525         (bs--track-window-changes, bs--remove-hooks): New functions.
17526         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
17527         (bs--create-header): Remove.
17528         (bs--create-header-line): New function, based on `bs--create-header'.
17529         (bs--show-header): Use `bs--create-header-line'.
17530         (bs--show-with-configuration): Revert 2006-11-09 change.
17531         Don't reuse window unless it is visible on the selected frame.
17532         Restore window configuration (possibly in a different frame)
17533         before creating any window.
17535 2007-10-16  Glenn Morris  <rgm@gnu.org>
17537         * simple.el (blink-matching-open): Don't report false errors with
17538         the `$' syntax class.
17540 2007-10-16  Richard Stallman  <rms@gnu.org>
17542         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
17543         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
17544         (ad-is-advised, ad-get-advice-info-field)
17545         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
17547 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17549         * vc-hooks.el (vc-workfile-version): Compatibility alias.
17550         (vc-default-working-revision): Compatibility for backends.
17552 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
17554         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
17555         (filesets-ormap, filesets-sort-case-sensitive-flag)
17556         (filesets-remake-shortcut, filesets-ingroup-collect-files):
17557         Fix typos in docstrings.
17558         (filesets-conditional-sort, filesets-find-or-display-file)
17559         (filesets-data-get-name, filesets-data-get-data)
17560         (filesets-data-set, filesets-cmd-query-replace-getargs)
17561         (filesets-ingroup-collect): Doc fixes.
17563 2007-10-15  Sam Steingold  <sds@gnu.org>
17565         * mail/sendmail.el (sendmail-error-reporting-interactive)
17566         (sendmail-error-reporting-non-interactive): New variables for
17567         sendmail error reporting options to simplify support for imperfect
17568         sendmail emulators.
17569         (sendmail-send-it): Use them instead of list literals.
17571 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
17573         * help-fns.el: Revert previous change; it creates a
17574         dependency loop between advice.el and help-fns.el.
17576 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
17578         * help-fns.el: Require advice when compiling.
17580 2007-10-14  Drew Adams  <drew.adams@oracle.com>
17582         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
17583         (ring-insert+extend, ring-remove+insert+extend, ring-member)
17584         (ring-next, ring-previous): New functions.
17586 2007-10-14  Richard Stallman  <rms@gnu.org>
17588         * emacs-lisp/advice.el (documentation): Advice deleted.
17589         Doc for advised functions is now handled at C level.
17590         (ad-stop-advice, ad-start-advice): Don't enable or disable
17591         advice for `documentation'.
17592         (ad-advised-definition-docstring-regexp): Var deleted.
17593         (ad-make-advised-definition-docstring): Store orig name
17594         as text property of string.
17595         (ad-advised-definition-p): Check for text property of docstring.
17597         * help-fns.el (describe-function-1): Find source of advised functions.
17599 2007-10-14  Juri Linkov  <juri@jurta.org>
17601         * faces.el (describe-face): Allow handling a string as the face name.
17603         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
17604         active region in transient-mark-mode.
17605         (ispell-region): Change messages displayed at the start and end of
17606         the spell-checking to be the same.
17608         * startup.el (fancy-startup-tail): Say exactly what does the button
17609         dismiss ("Dismiss this startup screen").  Use text "Never show
17610         it again" for the checkbox after this button.
17611         (fancy-startup-screen, fancy-about-screen): Put point before the
17612         first link, so the user can quickly select links with the keyboard.
17613         (normal-mouse-startup-screen): Add more useful text describing how
17614         to follow a link.
17616 2007-10-14  Glenn Morris  <rgm@gnu.org>
17618         * progmodes/etags.el (select-tags-table): Disable undo in the
17619         `*Tags Table List*' buffer.
17621 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
17623         * dired.el (dired-warn-writable): New face.
17624         (dired-warn-writable-face): New variable.
17625         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
17626         of dired-warning-face, for group- and world-writable files.
17628 2007-10-13  Richard Stallman  <rms@gnu.org>
17630         * files.el (directory-abbrev-alist): Doc fix.
17632 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
17634         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
17636 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
17638         * frame.el (set-frame-configuration): Assign name parameter only
17639         if it has been set explicitly before.
17641 2007-10-11  Tom Tromey  <tromey@redhat.com>
17643         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
17644         frame is visible.
17646 2007-10-10  Richard Stallman  <rms@gnu.org>
17648         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
17649         in *Backtrace*.
17651         * faces.el (face-font-selection-order): Doc fix.
17653         * loadhist.el (unload-feature): Doc fix.
17655 2007-10-13  Glenn Morris  <rgm@gnu.org>
17657         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
17658         (octave-re-search-forward-kw, octave-re-search-backward-kw):
17659         Add doc string, and an explicit COUNT argument.
17660         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
17661         `inc' to search functions.
17663         * faces.el (face-spec-set): When FRAME is nil, set the default for
17664         new frames (restores pre-2007-09-17 behavior).  Doc fix.
17666 2007-10-13  John W. Eaton  <jwe@octave.org>
17668         * progmodes/octave-mod.el (octave-looking-at-kw)
17669         (octave-re-search-forward-kw, octave-re-search-backward-kw):
17670         New functions.
17671         (octave-in-defun-p, calculate-octave-indent)
17672         (octave-blink-matching-block-open, octave-beginning-of-defun)
17673         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
17674         to search for regexps that contain case-sensitive keywords.
17675         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
17676         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
17678 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
17680         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
17681         Do not use a single clause cond.
17683         * cus-start.el (all): Use test that does not match the X11 version
17684         for mac.
17686 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
17688         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
17689         BROWSE buffer.
17691 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
17693         * cus-start.el (all): Undo previous change.
17695 2007-10-13  Glenn Morris  <rgm@gnu.org>
17697         * woman.el (woman0-rename): Fix paren typo.
17699         * mail/feedmail.el (feedmail-run-the-queue)
17700         (feedmail-look-at-queue-directory):
17701         * mail/reporter.el (reporter-dump-state):
17702         * net/eudc-hotlist.el (eudc-edit-hotlist):
17703         * net/eudc.el (eudc-display-records)
17704         (eudc-filter-duplicate-attributes)
17705         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
17706         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
17707         (eudc-bbdb-query-internal):
17708         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
17709         * net/socks.el (socks-build-auth-list):
17710         * progmodes/cc-cmds.el (top level):
17711         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
17712         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
17713         (cperl-write-tags, cperl-tags-treeify):
17714         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
17715         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
17716         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
17717         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17718         (idlwave-toolbar-remove-everywhere):
17719         * progmodes/idlwave.el (idlwave-indent-line)
17720         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
17721         (idlwave-write-paths, idlwave-all-method-classes)
17722         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
17723         (idlwave-fix-keywords, idlwave-display-calling-sequence)
17724         (idlwave-complete-in-buffer):
17725         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
17726         (org-fast-tag-selection):
17727         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
17728         than mapcar.
17730 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
17732         * diff-mode.el (diff-fine-change): Add :group.
17734 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
17736         * cus-start.el (all): Use the same test as the 22.2 branch.
17738 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17740         * diff-mode.el (diff-current-defun): Force recomputation of
17741         change-log-default-name.
17743 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
17745         * startup.el (fancy-startup-screen): Remove an unnecessary newline
17746         and some leftover logic regarding dedicated frames.  If showing
17747         concise startup screen, fit window to buffer.
17748         (command-line-1): If we will be using the splash screen, use
17749         find-file instead of find-file-other-window to find additional files.
17750         Comment out unused code for coping with the old sit-for behavior.
17752 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17754         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
17755         `meta' modifier consistently, rather than using sometimes meta
17756         sometimes alt.
17758 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
17760         * window.el (handle-select-window): Revert part of 2007-10-08
17761         change setting the input focus.
17763 2007-10-12  Glenn Morris  <rgm@gnu.org>
17765         * startup.el (command-line): Do not read abbrev file in batch mode.
17767         * emacs-lisp/byte-opt.el (top level):
17768         * mail/rmail.el (rmail-list-to-menu):
17769         * obsolete/hilit19.el (hilit-mode):
17770         * progmodes/cc-mode.el (c-postprocess-file-styles)
17771         (c-submit-bug-report):
17772         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
17773         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
17774         (reftex-access-parse-file):
17775         * textmodes/reftex-cite.el (reftex-do-citation)
17776         (reftex-insert-bib-matches):
17777         * textmodes/reftex-ref.el (reftex-offer-label-menu):
17778         * textmodes/reftex-sel.el (reftex-select-unmark):
17779         * textmodes/reftex-toc.el (reftex-toc-do-promote):
17780         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
17782         * cus-edit.el (custom-variable-menu, custom-face-menu)
17783         (custom-group-menu): Check init-file-user rather than
17784         user-init-file, in case cus-edit is loaded by site-run-file.
17786 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
17788         * vc.el (vc-deduce-fileset): Delete unused code.
17789         (vc-next-action): Fix typos.
17791 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
17793         * bs.el (bs--mark-unmark): New function.
17794         (bs-mark-current, bs-unmark-current): Use it.
17796 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
17798         * vc.el (vc-diff):
17799         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
17800         temporarily disable the check for his edge case of
17801         vc-diff (stopping it from grinding when called from $HOME), as
17802         it's calling some brittle code in vc-hooks.el.
17803         (with-vc-properties): Fix evaluation time of a macro argument.
17804         * ediff-vers.el (ediff-vc-internal):
17805         * vc-hooks.el:
17806         * loaddefs.el: Follow up on VC terminology change.
17808 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
17810         * follow.el (follow-stop-intercept-process-output):
17811         Use `follow-call-process-filter' rather than `process-filter'.
17812         Simplify.
17814 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
17816         * vc-hooks.el (vc-registered): Robustify this function a bit
17817         against filenames with no directory component.
17819 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17821         * international/characters.el: Undo unwanted and unexplained change.
17823 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17825         * ps-print.el: Fix the usage of :foreground and :background face
17826         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
17827         (ps-print-version): New version 6.7.6.
17828         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
17829         Fix code.
17830         (ps-face-foreground-color-p, ps-face-background-color-p)
17831         (ps-face-color-p): New inline funs.
17833 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
17835         * textmodes/org.el (org-additional-option-like-keywords): New constant.
17836         (org-complete): Use `org-additional-option-like-keywords'.
17837         (org-parse-local-options): New function.
17839 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
17841         * textmodes/org.el (org-in-clocktable-p): New function.
17842         (org-clock-report): Only update the table at point, or insert a new one.
17843         (org-clock-goto): New function.
17844         (org-open-file): Use `start-process-shell-command' instead of
17845         `shell-command' with an ampersand.
17846         (org-deadline, org-schedule): New argument REMOVE to remove the
17847         date from the entry.
17848         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
17849         argument to `org-schedule' and `org-deadline'.
17850         (org-trim): Use the correct expressions for beginning and end of
17851         the string.
17852         (org-get-cleaned-entry): Trim the string before returning it.
17853         (org-clock-find-position): New function.
17854         (org-clock-into-drawer): New option.
17855         (org-agenda-tags-column): Rename from
17856         `org-agenda-align-tags-to-column'.
17857         (org-agenda-align-tags): Allow negative values for
17858         `org-agenda-tags-column'.
17859         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
17860         (org-agenda-to-appt): New optional argument FILTER.
17861         (org-completion-fallback-command): New variable.
17862         (org-complete): Use `org-completion-fallback-command'.
17863         (org-find-base-buffer-visiting): Catch the case that there is no
17864         buffer visiting the file.
17865         (org-property-or-variable-value): New function.
17866         (org-todo): Use `org-property-or-variable-value'
17867         (org-agenda-compact-blocks): New option.
17868         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
17869         (org-agenda-schedule, org-agenda-deadline):
17870         Call `org-agenda-show-new-time'.
17871         (org-agenda-show-new-time): New argument PREFIX.
17872         (org-colgroup-info-to-vline-list): Fix but that cause a
17873         shift in the vertical lines.
17874         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
17875         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
17876         (org-indent-item): No arg in call to `org-fix-bullet-type'.
17877         (org-fix-bullet-type): Remove argument.
17878         (org-read-date): Check for am/pm twice, to catch the end time.
17879         (org-goto-map): Use `suppress-keymap'.
17880         (org-remember-apply-template): Respect the dynamically scoped
17881         selection character.
17883 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17885         * frame.el (frame-inherited-parameters): Remove unused `environment'
17886         parameter, and let server.el add `client' when needed.
17888         * server.el (server-create-tty-frame)
17889         (server-create-window-system-frame): Set frame-inherited-parameters.
17891         * frame.el (frame-inherited-parameters): New var.
17892         (make-frame): Use it.
17894         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
17896         * env.el (let-environment): Remove.  Unused.
17897         (read-envvar-name): Simplify.
17898         (setenv): Remove unused arg `frame'.
17900         * help-fns.el (describe-variable): Add missing "  " for multiline
17901         obsolescence info and missing EOL after global value.
17903 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
17905         * add-log.el:
17906         * ediff-vers.el:
17907         * log-view.el:
17908         * pcvs.el:
17909         * vc-arch.el:
17910         * vc-bzr.el:
17911         * vc-cvs.el:
17912         * vc.el:
17913         * vc-git.el:
17914         * vc-hg.el:
17915         * vc-hooks.el:
17916         * vc-mcvs.el:
17917         * vc-mtn.el:
17918         * vc-rcs.el:
17919         * vc-sccs.el:
17920         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
17921         {find,init,next,previous,annotate-*,log}-version ->
17922         {find,init,next,previous,annotate-*,log}-revision,
17923         annotate-focus-version -> annotate-working-revision, The term
17924         'focus' is gone.  The term 'revision' is now used consistently
17925         everywhere that reference to a revision ID is intended, replacing
17926         older use of 'version'.
17928 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
17930         * follow.el: Change all instances of "Follow Mode" to "Follow
17931         mode" in docstrings and messages.
17932         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
17934 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
17936         * vc.el (vc-next-action): Rewrite completely; this principal
17937         entry point now operates on a current fileset selected either
17938         explicitly via VC-Dired or implicitly by visiting a file buffer,
17939         rather than always operating on the file of the current buffer as
17940         in older versions.  Rewrite the rest of the mode to match.
17941         (with-vc-properties): Rewrite to operate on a file list.
17942         (with-vc-file): vc-checkin takes a file list argument now.
17943         (vc-post-command-functions): This hook now receives a file list.
17944         (vc-do-command): Take a either a file or a file list as argument.
17945         (vc-deduce-fileset): New function for deducing a file list to
17946         operate on.
17947         (vc-next-action-on-file, vc-next-action-dired): Remove.
17948         Merge into vc-next-action.
17949         (vc-register): Adapt to the fact that vc-start-entry now takes a
17950         file list.
17951         (vc-register-with): New function.
17952         (vc-start-entry): Take a file list argument rather than a
17953         file argument.
17954         (vc-checkout): Cope with vc-start-entry taking a file list.
17955         (vc-steal-lock): Cope with with-vc-properties taking a
17956         file list.
17957         (vc-checkin): Take a file list argument rather than a file argument.
17958         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
17959         (vc-diff-internal): Rewrite for filesets.
17960         (vc-diff-sentinel): New function, tests whether changes were
17961         written into a diff buffer.
17962         (vc-diff): Rewrite for filesets.
17963         (vc-version-diff): Rewrite for filesets.
17964         (vc-print-log): Take a fileset argument.
17965         (vc-revert): Revert the entire selected fileset, not just the
17966         current buffer.
17967         (vc-rollback): Roll back the entire selected fileset, if
17968         possible.  No longer accepts a prefix argument.
17969         (vc-update): Merge new changes for the entire selected
17970         fileset, not just the current buffer.
17971         (vc-revert-file): Cope with with-vc-properties taking a file list.
17972         (vc-default-dired-state-info): Add + status suffix if the file is
17973         modified.
17974         (vc-annotate-warp-version): Use the new diff machinery.
17975         (vc-log-edit): Take a file list argument rather than a file argument.
17977 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
17979         Sync with Tramp 2.1.11.
17981         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17982         Pacify byte compiler.
17984         * net/trampver.el: Update release number.
17986 2007-10-09  Richard Stallman  <rms@gnu.org>
17988         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17990 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
17992         * follow.el: Require easymenu.
17993         (follow-mode-hook, follow-mode): Doc fixes.
17994         (follow-mode-off-hook): Mark as obsolete.
17996 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
17998         * window.el (mouse-autoselect-window-cancel): Don't cancel for
17999         select-window or select-frame events.
18000         (handle-select-window): When autoselecting window set input
18001         focus.  Restructure.
18003         * frame.el (focus-follows-mouse): Move to frame.c.
18004         * cus-start.el (all): Add focus-follows-mouse.
18006 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
18008         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
18009         activate font-locking in the *buffer-selection* buffer.
18010         (bs-show-sorted): Doc fix.
18012         * bs.el (bs--get-marked-string, bs--get-modified-string)
18013         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18014         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
18015         (bs--format-aux): Doc fix.
18017 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
18019         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
18021 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18023         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
18024         (gud-gdb): New function for old M-x gdb (text command mode).
18025         (gud-gdb-command-name, gdb): Move to...
18027         * progmodes/gdb-ui.el: ...here and adapt doc string.
18028         (gud-gdba-command-name, gdba): Delete.
18030 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
18032         * bs.el: Don't defvar `font-lock-verbose'.
18033         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
18034         (bs--get-file-name): Fix typos in docstrings.
18035         (bs--show-header): Use `dolist' instead of `mapcar'.
18036         (bs-mode): Set `show-trailing-whitespace' to nil.
18037         (bs-buffer-sort-function, bs-mouse-select-other-frame)
18038         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
18039         Doc fixes.
18041 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
18043         * progmodes/gud.el (pdb): Specify file for gud-break.
18045 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18047         * progmodes/gud.el (gdb): Make graphical mode the default and
18048         switch to text command mode if appropriate, i.e., reverse previous
18049         arrangement.
18050         (gud-gdb-marker-filter): Adapt for above change.
18052         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
18053         gud-minor-mode and gud-marker-filter.
18054         (gdb-fullname-regexp): New variable.
18055         (gud-gdba-marker-filter): Use it to switch to text command
18056         mode if appropriate.
18058 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18060         * progmodes/gud.el (gud-display-line): Find source buffer even when
18061         GUD buffer has its own frame.
18063 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
18065         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
18067 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
18069         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
18071 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18073         * allout.el (allout-before-change-handler): Replace got-char by
18074         goto-char.
18076 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18078         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
18079         Used to try and automatically enabled smerge-mode in the presence of
18080         conflicts and to call `svn resolved' when the conflicts are gone.
18081         (vc-svn-parse-status): Remember the svn-specific status.
18083 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
18085         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
18086         menu-bar-apropos-menu.  All users changed.
18087         (menu-bar-help-menu): Change menu symbols to better match the text
18088         displayed by the menu.
18090 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18092         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
18093         #, @, : and ^.
18095 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18097         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
18099         * log-view.el (log-view-mode-map): Likewise.
18101         * diff-mode.el (diff-mode-shared-map): Likewise.
18103 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18105         * files.el (file-name-sans-versions): Also allow `A-Z'.
18107         * vc.el: Mention all supported VC backends.
18109 2007-10-08  Richard Stallman  <rms@gnu.org>
18111         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
18112         neighbouring buttons.
18114 2007-10-08  Andreas Schwab  <schwab@suse.de>
18116         * files.el (file-name-sans-versions): Also allow `_'.
18118 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18120         * files.el (file-name-sans-versions): Allow - and a-z in version names.
18122         * log-view.el (log-view-mode-map, log-view-mode-menu):
18123         Bind log-view-annotate-version.
18124         (log-view-beginning-of-defun, log-view-end-of-defun)
18125         (log-view-annotate-version): New functions.
18126         (log-view-mode): Use log-view-beginning-of-defun and
18127         log-view-end-of-defun.
18129 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18131         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
18133 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18135         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
18136         neighbouring buttons.
18138         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18139         Recognize gcc's use of "note" for informational messages.
18141 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18143         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
18144         (css-mode): Update correspondingly.
18146 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18148         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
18149         Signed-off-by, Acked-by and Merge.
18151 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18153         * ediff-init.el (ediff-verbose-p): This var is not a constant.
18155 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18157         * vc-mtn.el: New file.
18159         * vc-hooks.el (vc-handled-backends): Add Mtn.
18161 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
18163         * files.el (find-file, find-file-other-window)
18164         (find-file-other-frame, find-file-existing, find-file-read-only)
18165         (find-file-read-only-other-window)
18166         (find-file-read-only-other-frame)
18167         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
18169 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18171         * progmodes/gud.el (gdb-ready): New variable.
18172         (gdb): Set it to nil.  Set gud-running to nil here...
18173         (gud-common-init): ...instead of here.
18175         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
18176         Use gdb-ready.  Discard input until GDB is ready to accept it.
18178 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18180         * dired.el (dired-warning): Inherit from font-lock-warning-face to
18181         make it show up with eight colors.
18183 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18185         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
18186         diffs are concatenated with no intervening line.
18188 2007-10-08  Dave Love  <fx@gnu.org>
18190         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
18191         (python-font-lock-keywords): Update to the 2.5 version of the language.
18192         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
18193         (python-backspace): Only behave funny in code.
18194         (python-compilation-regexp-alist): Add PDB stack trace regexp.
18195         (inferior-python-mode): Add PDB prompt regexp.
18196         (python-fill-paragraph): Refine the fenced-string regexp.
18197         (python-find-imports): Handle imports spanning several lines.
18198         (python-mode): Add `class' to hideshow support.
18200 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18202         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18203         Use add-log-buffer-file-name-function rather than binding
18204         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
18205         when `fi' is the ChangeLog file itself.
18207         * outline.el (outline-flag-region): Use front-advance.
18209 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
18211         * progmodes/cperl-mode.el: Merge upstream 5.23.
18212         (cperl-where-am-i): Remove function.
18213         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
18214         (cperl-sniff-for-indent): De-invert [string] and [comment].
18215         When looking for label, skip s:m:y:tr.
18216         (cperl-indent-line): Likewise.
18217         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
18218         (cperl-windowed-init): Wrong `ps-print' handling.
18219         Both thanks to Chong Yidong.
18220         (cperl-look-at-leading-count): Could fail with unfinished RExen.
18221         (cperl-find-pods-heres): If the second part of s()[] is missing,
18222         don't try to highlight delimiters...
18224 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18226         * progmodes/compile.el (compilation-get-file-structure): Complete last
18227         change by also using spec-directory in the puthash.
18229 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
18231         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
18232         (vc-bzr-status): Fix shadowing of variable 'status'.
18233         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
18234         Use `expand-file-name' instead of `concat'.
18235         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
18236         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
18238 2007-10-08  Jason Rumney  <jasonr@gnu.org>
18240         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
18242 2007-10-08  Richard Stallman  <rms@gnu.org>
18244         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
18245         Add `safe-local-variable' property.
18246         (lisp-body-indent): Likewise.
18248 2007-10-08  Richard Stallman  <rms@gnu.org>
18250         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
18251         Add doc string.
18253 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18255         * files.el (backup-buffer-copy): Try to overwrite old backup first.
18257 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18259         * repeat.el (repeat): Use last-repeatable-command instead of
18260         real-last-command.  Run pre- and post-command hooks for
18261         self-insertion.  Update doc-string.
18263 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
18265         * vc-git.el (vc-git-state): Call git-add --refresh to update the
18266         state of the file.
18267         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
18268         (vc-git-create-repo): Fix invalid command.
18270 2007-10-08  Richard Stallman  <rms@gnu.org>
18272         * textmodes/flyspell.el (flyspell-mode):
18273         Catch errors in flyspell-mode-on.
18275 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
18277         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
18279 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18281         * international/encoded-kb.el (encoded-kbd-setup-display):
18282         Use input-decode-map rather than local-key-translation-map.
18284         * term/rxvt.el (rxvt-alternatives-map): New map.
18285         (terminal-init-rxvt): Use it.
18286         Bind rxvt-function-map in input-decode-map.
18288         * term/xterm.el (xterm-alternatives-map): New map.
18289         (terminal-init-xterm): Use it.
18290         Bind xterm-function-map in input-decode-map.
18292         * term/x-win.el (x-alternatives-map): New var.
18293         (x-setup-function-keys): Use it.
18295         * help-fns.el (describe-variable): Slightly change the layout of
18296         meta-info to separate it better from the docstring.
18297         Standardize insertion of extra empty lines in various circumstances.
18299         * diff-mode.el (diff-hunk-style): New fun.
18300         (diff-end-of-hunk): Use it.
18301         (diff-context->unified): Use the new `apply' undo element,
18302         if applicable, so as to save undo-log space.
18303         (diff-fine-change): New face.
18304         (diff-fine-highlight-preproc): New function.
18305         (diff-fine-highlight): New command.
18306         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
18308         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
18309         (smerge-refine-highlight-change): Add `props' argument.
18310         (smerge-refine-subst): New function holding most of smerge-refine.
18311         (smerge-refine): Use it.
18313 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
18315         * vc.el (vc-default-wash-log): Remove unused code, the
18316         log washers all live in the backends now.
18317         (vc-default-comment-history): Correct for the fact
18318         that wash-log is argumentless in the new API.
18320 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
18322         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
18323         (tramp-maybe-send-script): Apply `member' but `memq'.
18324         (tramp-advice-file-expand-wildcards): Simplify implementation.
18326 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
18328         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
18330         * mb-depth.el (minibuf-depth-indicator-function): New variable.
18331         (minibuf-depth-setup-minibuffer): Use it.
18333 2007-10-07  Glenn Morris  <rgm@gnu.org>
18335         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
18336         version numbers.
18338 2007-10-06  Juri Linkov  <juri@jurta.org>
18340         * textmodes/fill.el (fill-paragraph-or-region): New function.
18342         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
18343         instead of fill-paragraph.
18345         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
18346         with fill-paragraph-or-region.  Suspend command is now the same
18347         `suspend-frame' on window systems and on tty.
18349         * image.el (image-type): Check if image-types is bound to not fail
18350         on tty.
18352         * delsel.el (delete-selection-pre-hook):
18353         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
18354         is fbound to not fail on mouseless tty.
18356 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
18358         * net/tramp.el (top): Move loading of tramp-util.el and
18359         tramp-vc.el to tramp-compat.el.
18360         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
18361         temporary file if possible, in order to avoid a security hole.
18362         (tramp-do-copy-or-rename-file-out-of-band)
18363         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
18364         with DONT-CREATE, because the connection is not setup yet.
18365         (tramp-handle-process-file): Rewrite temporary file handling.
18366         (tramp-completion-mode): New defvar.
18367         (tramp-completion-mode-p): Use it.
18369         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
18371         * net/tramp-fish.el (tramp-fish-handle-process-file):
18372         Rewrite temporary file handling.
18374 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
18376         * vc.el: Workfile version -> focus version change.  Port various
18377         comments from new VC to reduce the noise in the diff.
18378         Patch in the new vc-create-repo function to go with the
18379         header comment about it already present.
18380         There are no changes to existing logic in this patch.
18381         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
18383 2007-10-06  Aaron Hawley  <aaronh@garden.org>
18385         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
18387 2007-10-05  Chris Moore  <dooglus@gmail.com>
18389         * server.el (server-kill-new-buffers): Doc fix.
18391 2007-10-05  John W. Eaton  <jwe@octave.org>
18393         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
18394         (octave-begin-keywords): Add "do".
18395         (octave-end-keywords): Remove "end".
18396         (octave-reserved-words): Add "end".  Remove "all_va_args",
18397         "gplot", and 'gsplot".
18398         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
18399         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
18400         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
18401         "default_return_value", "define_all_return_values",
18402         "do_fortran_indexing", "empty_list_elements_ok",
18403         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
18404         "ok_to_lose_imaginary_part", "prefer_column_vectors",
18405         "prefer_zero_one_indexing", "propagate_empty_matrices",
18406         "resize_on_range_error", "treat_neg_dim_as_zero",
18407         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
18408         "warn_divide_by_zero", "warn_function_name_clash",
18409         "warn_missing_semicolon", "whitespace_in_literal_matrix".
18410         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
18411         "crash_dumps_octave_core", "sighup_dumps_octave_core",
18412         "sigterm_dumps_octave_core".
18413         (octave-block-match-alist): Remove "end" from block-end keywords.
18414         (octave-mode): Update ftp site address.
18416 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
18418         * vc.el: Reorder functions, no code changes.
18420 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
18422         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
18423         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
18424         the cond clauses where needed.
18425         (tramp-handle-write-region): Rearrange code for proper handling of
18426         tmpfile.
18428         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
18430         * net/tramp.el:
18431         * net/tramp-fish.el:
18432         * net/tramp-ftp.el:
18433         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
18434         `tramp-compat-make-temp-file'.
18436 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
18438         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
18440 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18442         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
18443         already uses a more recent copyright version than the "current" one.
18445 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
18447         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
18448         (doc-view-insert-image): Minor aesthetical docstring changes.
18450 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
18452         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
18453         completing filename.
18454         (doc-view-search-internal): Docstring change.
18456 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
18458         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
18459         (tramp-file-name-handler-alist):
18460         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
18461         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
18462         used before, creates the file already, which is not desired.
18463         (tramp-do-copy-or-rename-file-directly): Simplify handling of
18464         temporary file.
18465         (tramp-handle-insert-file-contents): Assign the result in the
18466         short track case.
18467         (tramp-handle-insert-file-contents-literally): New defun.
18468         (tramp-completion-mode-p): Revert change from 2007-09-24.
18469         Checking for `return' etc as last character is not sufficient, for
18470         example in dired-mode when entering <g> (revert-buffer) or
18471         <s> (dired-sort).
18473         * net/tramp-compat.el (top): Add also compatibility code for loading
18474         appropriate timer package.
18475         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
18476         order to avoid autoloading problems.
18478         * net/tramp-fish.el:
18479         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
18481         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
18482         where the second parameter of `copy-file' or `rename-file' is a
18483         remote file but not via ftp.
18485 2007-10-02  Richard Stallman  <rms@gnu.org>
18487         * frame.el (cursor-in-non-selected-windows): Doc fix.
18489 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
18491         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
18492         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
18494 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
18496         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
18497         when `expt' doesn't give range errors.
18499 2007-10-01  Markus Triska  <markus.triska@gmx.at>
18501         * calc/calc-math.el (math-smallest-emacs-expt):
18502         Make the computation more robust.
18504 2007-09-30  David Kastrup  <dak@gnu.org>
18506         * startup.el (argv): Alias for `command-line-args-left' to use as
18507         `(pop argv)' inside of --eval command sequences.  Allows for
18508         passing shell commands into Emacs verbatim without need for Lisp
18509         quoting.
18511         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
18512         check only for changed size.
18513         (auto-revert-tail-handler): Get size from caller.  If the file has
18514         shrunk, tail the whole file again (the file presumably has been
18515         rewritten).
18517         * woman.el (woman-topic-all-completions, woman-mini-help):
18518         Fix fallout from 2007-09-07 introduction of `dolist' when the list
18519         actually was being manipulated in the loop.
18520         (woman-Cyg-to-Win, woman-pre-process-region)
18521         (woman-horizontal-escapes, woman-if-body, woman-unescape)
18522         (woman-strings, woman-special-characters, woman1-hc)
18523         (woman-change-fonts, woman-find-next-control-line):
18524         Use `match-beginning' rather than `match-string' when the result is
18525         just used as a flag.
18527 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
18529         * net/tramp-compat.el: New file.
18531         * net/tramp.el:
18532         * net/tramp-fish.el:
18533         * net/tramp-smb.el:
18534         * net/tramp-uu.el:
18535         * net/trampver.el: Move compatibility code to tramp-compat.el.
18536         Apply `mapc' instead of `mapcar' when the code needs side effects
18537         only.  Move utf-8 coding cookie to the second line.
18539 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
18541         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
18542         Improve custom type.
18543         (icon-map-list): Make it customizable.  Document how to disable
18544         stock icons.
18546 2007-09-30  Richard Stallman  <rms@gnu.org>
18548         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
18550 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18552         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
18553         (t-mouse-mode): New compatibility alias.
18555 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
18557         * server.el (server-delete-client): Only delete the terminal if it
18558         is non-nil.
18560 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
18562         * net/tramp.el (with-file-property, with-connection-property):
18563         Highlight as keyword.
18564         (tramp-rfn-eshadow-setup-minibuffer)
18565         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
18566         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
18567         (tramp-do-copy-or-rename-file-directly)
18568         (tramp-do-copy-or-rename-file-out-of-band)
18569         (tramp-handle-shell-command, tramp-get-debug-buffer)
18570         (tramp-send-command-and-read, tramp-equal-remote)
18571         (tramp-get-local-gid): Pacify byte-compiler.
18572         (tramp-handle-file-name-directory): Result shall not be expanded.
18573         (tramp-find-foreign-file-name-handler): Rewrite.
18574         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
18576         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
18578         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
18579         Apply `tramp-completion-mode-p'.
18580         (tramp-fish-handle-set-file-times)
18581         (tramp-fish-handle-executable-find)
18582         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
18583         (tramp-fish-retrieve-data): Pacify byte-compiler.
18585         * net/tramp-gw.el (tramp-gw-basic-authentication):
18586         Call `tramp-read-passwd' with first parameter `nil'.
18588 2007-09-28  Glenn Morris  <rgm@gnu.org>
18590         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
18591         than mapcar.
18593         * textmodes/tex-mode.el (tex-suscript-height-ratio)
18594         (tex-suscript-height-minimum): New customizable variables.
18595         (tex-suscript-height): New function.
18596         (superscript, subscript): Set height using tex-suscript-height
18597         rather than fixing at 0.8.
18598         (tex-fontify-script, tex-font-script-display): Add :version tag.
18600 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
18602         * progmodes/python.el (python-eldoc-function): Doc fix.
18604 2007-09-27  Glenn Morris  <rgm@gnu.org>
18606         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
18607         image if it is not in image-type-auto-detectable, or is there with
18608         a nil value.
18610 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
18612         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
18613         connection more robust.
18615 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
18617         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
18618         Deal with the case that special &keywords are at the beginning or
18619         end of the argument list.  Also add some (incomplete) support for
18620         non-standard arglists.
18622 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
18624         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
18625         (eldoc-message-commands, eldoc-current-idle-delay)
18626         (eldoc-function-argstring-format): Fix typos in docstrings.
18628 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
18630         * calc/calc-units.el (calc-convert-units)
18631         (calc-convert-temperature): Remove unnecessary colons.
18633 2007-09-26  Bastien Guerry  <bzg@altern.org>
18635         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
18636         New function.
18637         (org-export-latex-remove-from-headlines): Name changed because of typo.
18638         (org-export-latex-quotation-marks-convention): Option removed.
18639         (org-export-latex-make-preamble): Handle the DATE option.
18640         (org-export-latex-cleaned-string): Now the only cleaning function,
18641         synched up with org.el.
18642         (org-export-latex-lists, org-export-latex-parse-list)
18643         (org-export-list-to-latex): New functions.
18645 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
18647         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
18648         (org-outline-regexp): New constant.
18649         (org-remember-handler): Throw error when the target file is not in
18650         org-mode.
18651         (org-cleaned-string-for-export): No longer call
18652         `org-export-latex-cleaned-string' with an argument.
18653         (org-get-tags): Returns now a list, not a string.
18654         (org-get-tags-string): New function.
18655         (org-archive-subtree): No need to split return of `org-get-tags'.
18656         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
18657         instead of `org-get-tags'.
18658         (org-agenda-format-date): Rename from `org-agenda-date-format'.
18659         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
18660         (org-compatible-face): New argument INHERITS.  Inherit from this
18661         face if possible.
18662         (org-level-1, org-level-2, org-level-3, org-level-4)
18663         (org-level-5, org-level-6, org-level-7, org-level-8)
18664         (org-special-keyword, org-drawer, org-column, org-warning)
18665         (org-archived, org-todo, org-done, org-headline-done, org-table)
18666         (org-formula, org-code, org-agenda-structure)
18667         (org-scheduled-today, org-scheduled-previously)
18668         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
18669         in the new way.
18670         (org-get-heading): New argument NO-TAGS.
18671         (org-fast-tag-selection-include-todo): Made defvar instead of
18672         defcustom, feature is not deprecated.
18673         (org-remember-store-without-prompt): New default value t.
18674         (org-todo-log-states): New variable.
18675         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
18676         Compute the log states.
18677         (org-goto-map): More commands copied from global map.  Also bind
18678         `org-occur'.
18679         (org-goto): Made into a general lookup command.
18680         (org-get-location): Complete rewrite.
18681         (org-goto-exit-command): New variable.
18682         (org-goto-selected-point): New variable.
18683         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
18684         Set the new variables.
18685         (org-paste-subtree): Whitespace insertion strategy revised.
18686         (org-remember-apply-template): Protect v-A from the possibility
18687         that v-a might be nil.
18688         (org-remember-handler): Insertion rules revised.
18689         (org-todo): Respect org-todo-log-states.
18690         (org-up-heading-safe): New function.
18691         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
18693 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
18695         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
18696         region if in transient-mark-mode.
18698 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
18700         * calc/calc-ext.el (calc-init-extensions, calc-reset):
18701         * calc/calc-help.el (calc-full-help):
18702         * calc/calc-misc.el (another-calc):
18703         * calc/calc-store.el (calc-var-name-map):
18704         * calc/calc-stuff.el (calc-flush-caches):
18705         * calc/calc-units.el (math-build-units-table):
18706         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
18707         (calc-quit):
18708         * calendar/icalendar.el (icalendar--format-ical-event)
18709         (icalendar--convert-ical-to-diary):
18710         * emacs-lisp/authors.el (authors):
18711         * emacs-lisp/cust-print.el (custom-print-install)
18712         (custom-print-uninstall):
18713         * emacs-lisp/disass.el (disassemble-1):
18714         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
18715         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
18716         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
18717         (elint-check-let-form, elint-check-condition-case-form)
18718         (elint-initialize):
18719         * emacs-lisp/elp.el (elp-results):
18720         * emacs-lisp/generic.el (generic-mode-internal):
18721         * emacs-lisp/re-builder.el (reb-delete-overlays):
18722         * emacs-lisp/regi.el (regi-interpret):
18723         * emacs-lisp/sregex.el (sregex--char-aux):
18724         * emulation/cua-rect.el (cua--deactivate-rectangle)
18725         (cua--highlight-rectangle, cua--rectangle-post-command):
18726         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
18727         * emulation/viper-macs.el (viper-describe-kbd-macros)
18728         (viper-describe-one-macro):
18729         * emulation/viper-util.el (viper-setup-master-buffer):
18730         * emulation/viper.el (set-viper-state-in-major-mode):
18731         * international/mule-diag.el (describe-current-coding-system):
18732         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
18733         * mail/emacsbug.el (report-emacs-bug):
18734         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
18735         * obsolete/hilit19.el (hilit-unhighlight-region)
18736         (hilit-set-mode-patterns):
18737         * play/solitaire.el (solitaire-check, solitaire-solve):
18738         * play/zone.el (zone-pgm-rotate):
18739         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
18740         * progmodes/ada-prj.el (ada-prj-display-page):
18741         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
18742         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
18743         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
18744         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
18745         * progmodes/sh-script.el (sh-make-vars-local)
18746         (sh-reset-indent-vars-to-global-values):
18747         * progmodes/sql.el (top):
18748         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
18749         * progmodes/xscheme.el (top):
18750         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
18751         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
18752         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
18753         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
18754         (artist-submit-bug-report):
18755         * textmodes/flyspell.el (flyspell-delay-commands)
18756         (flyspell-deplacement-commands):
18757         * textmodes/table.el (table--generate-source-epilogue, table-insert)
18758         (table--generate-source-cells-in-a-row, table--make-cell-map)
18759         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
18761 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
18763         * allout.el (produce-allout-mode-map, allout-process-exposed):
18764         * ansi-color.el (ansi-color-make-color-map):
18765         * autoinsert.el (auto-insert):
18766         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
18767         * dired-aux.el (dired-create-files):
18768         * dired.el (dired-restore-desktop-buffer):
18769         * ediff-diff.el (ediff-setup-fine-diff-regions):
18770         * ediff-mult.el (ediff-intersect-directories)
18771         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
18772         (ediff-redraw-registry-buffer):
18773         * ediff-ptch.el (ediff-fixup-patch-map):
18774         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
18775         (ediff-really-quit, ediff-clear-diff-vector):
18776         * emerge.el (emerge-really-quit):
18777         * ffap.el (ffap-replace-file-component):
18778         * filecache.el (file-cache-add-directory)
18779         (file-cache-add-directory-recursively)
18780         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
18781         (file-cache-delete-directory, file-cache-files-matching-internal)
18782         (file-cache-display):
18783         * files.el (cd):
18784         * find-lisp.el (find-lisp-insert-directory):
18785         * finder.el (finder-compile-keywords):
18786         * help.el (view-emacs-news):
18787         * hi-lock.el (hi-lock-write-interactive-patterns):
18788         * ido.el (ido-to-end, ido-set-matches-1):
18789         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
18790         (image-dired-mark-tagged-files):
18791         * jka-cmpr-hook.el (jka-compr-get-compression-info):
18792         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
18793         * ps-print.el (ps-background, ps-begin-file)
18794         (ps-build-reference-face-lists):
18795         * simple.el (clone-buffer):
18796         * startup.el (command-line):
18797         * tempo.el (tempo-insert-template, tempo-is-user-element)
18798         (tempo-forward-mark, tempo-backward-mark):
18799         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
18801 2007-09-25  Glenn Morris  <rgm@gnu.org>
18803         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
18805         * view.el (view-search-no-match-lines): Add a doc string.
18806         Rewrite to simplify and work better.
18808 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
18810         * progmodes/cc-mode.el (c-mode-base-map):
18811         Use c-indent-line-or-region instead of c-indent-line.
18813         * indent.el (indent-for-tab-command): First check if the region is
18814         active.
18816 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
18818         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
18819         whitespace-rescan-timer-time is 0.
18821 2007-09-24  Karl Berry  <karl@gnu.org>
18823         * international/mule.el (coding-system-base): Fix doc string grammar.
18825 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
18827         * net/tramp.el (tramp-completion-mode-p): Rename from
18828         `tramp-completion-mode'.  Revert logic, check `return', `newline'
18829         and such alike.  Packages like Icicles tend to use other completion
18830         characters but `tab' and `space' only.
18832 2007-09-24  Adam Hupp  <adam@hupp.org>
18834         * progmodes/python.el (run-python): Import emacs module without
18835         waiting; prevents lockup on error.
18837 2007-09-23  Richard Stallman  <rms@gnu.org>
18839         * mail/sendmail.el (mail-bury): Delete the frame
18840         if this frame looks like it was made for this message.
18842         * completion.el (completion-separator-self-insert-command)
18843         (completion-separator-self-insert-autofilling):
18844         If `self-insert-command' has been remapped, use the substitute.
18846         * simple.el (copy-region-as-kill): Doc fix.
18848         * textmodes/org.el (org-confirm-shell-link-function)
18849         (org-confirm-elisp-link-function): Doc fixes.
18851 2007-09-23  Glenn Morris  <rgm@gnu.org>
18853         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
18855 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
18857         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
18859         * term/tvi970.el (terminal-init-tvi970): Likewise.
18861         * term/sun-mouse.el (print-mouse-format): Likewise.
18863         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
18864         Use forward-line instead of previous-line and next-line.
18866 2007-09-22  Juri Linkov  <juri@jurta.org>
18868         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
18870         * tutorial.el (tutorial--default-keys): Update standard bindings:
18871         rename `iconify-or-deiconify-frame' to `suspend-frame',
18872         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
18874 2007-09-22  Juri Linkov  <juri@jurta.org>
18876         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
18877         Add help-echo to external links and to links without description.
18878         (fancy-splash-insert): Use help-echo from the 3rd element of the
18879         link specification list, or "Follow this link" if it's nil.  Doc fix.
18881 2007-09-22  Juri Linkov  <juri@jurta.org>
18883         * startup.el (command-line): Rename `inhibit-startup-message' to
18884         `inhibit-startup-screen'.
18885         (fancy-about-text): Use shorter label for "Ordering Manuals".
18886         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
18887         is nil, display a line with "To start..." and 3 links to useful
18888         tasks.  Display the "Dismiss" button and "Don't show this message
18889         again" only when concise is non-nil.
18890         (fancy-startup-screen): Call `fancy-startup-tail' with optional
18891         arg `concise'.  If CONCISE is non-nil, display a concise version
18892         of the splash screen in another window.  Otherwise, switch to the
18893         startup buffer in the same window.
18894         (startup-echo-area-message): Change displayed binding from
18895         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
18896         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
18897         the GNU system".
18898         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
18899         to "*GNU Emacs*".
18900         (display-about-screen): Don't check the existence of the buffer
18901         "*About GNU Emacs*".
18902         (display-splash-screen): Make alias to `display-startup-screen'.
18903         (command-line-1): Rename `inhibit-startup-message' to
18904         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
18905         started with command line options "-f", "-funcall", "-e", "-eval",
18906         "-execute", "-insert", "-find-file", "-file", "-visit".
18907         Inhibit startup screen when Emacs is started with a file name only
18908         on tty (i.e. don't inhibit it when started with a file name like
18909         "emacs FILE..." on a window system).
18910         (command-line-1): Simplify logic of displaying the startup screen:
18911         if file-count > 0, then display the concise version in another
18912         window, otherwise display full version in the same window.
18914         * help.el (help-map): Bind C-h C-a to about-emacs.
18915         (help-for-help-internal): Add C-a description to C-h help text.
18917 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
18919         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
18920         (checkdoc-permit-comma-termination-flag): Autoload the
18921         safe-local-variable setting.
18923         * bookmark.el (bookmark-xemacsp): Remove.
18924         (bookmark-make): Don't use bookmark-xemacsp,
18925         use (featurep 'xemacs) instead.
18927         * speedbar.el (speedbar-frame-mode)
18928         (speedbar-frame-reposition-smartly)
18929         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
18930         (speedbar-check-vc): Remove use of non-existent variable
18931         dframe-xemacsp, use (featurep 'xemacs) instead.
18933         * indent.el (indent-for-tab-command): Indent the region if
18934         transient-mark-mode and the region is active.
18936 2007-09-21  Francesco Potortì  <pot@gnu.org>
18938         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
18939         add inferior-octave-directory-tracker to the buffer-local value
18940         of comint-input-filter-functions.
18942 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
18944         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
18946 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
18948         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
18949         on w32 frames.
18951 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18953         * startup.el (normal-top-level): Remove DISPLAY from
18954         process-environment to let it be computed dynamically in callproc.c.
18956         * frame.el (frame-initialize, make-frame):
18957         * faces.el (tty-set-up-initial-frame-faces):
18958         * env.el (setenv): Don't set display-environment-variable.
18960         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
18961         (server-create-tty-frame): Don't set unused `tty' property.
18962         Set `display' instead of display-environment-variable.
18963         (server-create-window-system-frame): No display-environment-variable.
18965 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
18967         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18968         (rfn-eshadow-update-overlay-hook): New defvars.
18969         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18970         Run the hooks.
18972         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18973         (tramp-rfn-eshadow-setup-minibuffer)
18974         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
18975         rfn-eshadow.el.
18977         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18978         timeout.
18980 2007-09-21  Glenn Morris  <rgm@gnu.org>
18982         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18983         * term/sun-mouse.el (suspend-emacstool): Remove.
18984         * term/sun.el: Remove emacstool-related code.
18986         * emacs-lisp/bytecomp.el (byte-compile-warnings)
18987         (byte-compile-warnings-safe-p): Add `mapcar'.
18988         (byte-compile-warning-types): Add mapcar and make-local.
18989         (byte-compile-normal-call): Add option to suppress mapcar warning.
18990         (top-level): Use mapc rather than mapcar in eval-when-compile.
18992         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18993         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18994         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18995         Handle escaped parens.
18996         (latex-forward-sexp): Doc fix.
18998         * eshell/esh-mode.el (eshell-output-filter-functions):
18999         Add eshell-postoutput-scroll-to-bottom.
19001         * loadup.el: Remove termdev.
19003         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
19004         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
19006 2007-09-21  Markus Triska  <markus.triska@gmx.at>
19008         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
19009         `mapcar' is called for effect.
19011 2007-09-21  Kevin Ryde  <user42@zip.com.au>
19013         * international/mule.el (sgml-html-meta-auto-coding-function):
19014         Bind `case-fold-search' to t.
19016 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19018         * termdev.el: Remove.
19020         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
19021         (frames-on-display-list): Use it.
19023         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
19025         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
19027 2007-09-20  Richard Stallman  <rms@gnu.org>
19029         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
19031 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19033         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
19035 2007-09-20  Glenn Morris  <rgm@gnu.org>
19037         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
19038         motion functions, rather than hard-coding "\n\n".
19039         (tex-validate-region): Check for eobp, to speed up.
19040         (tex-next-unmatched-end): Doc fix.
19042 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19044         * files.el (auto-mode-alist): Use archive-mode for .rar files.
19046         * international/mule.el (auto-coding-alist): Rar archives are binary.
19048         * arc-mode.el: Add basic support for Rar.
19049         (archive-find-type): Recognize Rar's signature.
19050         (archive-desummarize): New fun.
19051         (archive-summarize): Use it to restore the buffer's data in case
19052         someone wants to switch to some other major mode.
19053         (archive-resummarize): Use it as well.
19054         (archive-rar-summarize, archive-rar-extract): New functions.
19056         * filesets.el: Remove spurious * in docstrings.
19057         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
19058         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
19059         (filesets-ingroup-collect): Remove unused arg `depth'.
19060         (filesets-update): Remove unused arg `version'.
19062         * finder.el (finder-compile-keywords): Fix up comment style.
19063         (finder-mouse-face-on-line): previous-line -> forward-line.
19065         * recentf.el: Remove spurious * in docstrings.
19066         (recentf-save-list): Fix up comment style.
19068         * progmodes/octave-mod.el: Remove spurious * in docstrings.
19069         (octave-mode-map): Move init into declaration and remove \t binding.
19070         (octave-mode-startup-message): Remove unused var.
19071         (octave-scan-blocks): Remove unused arg `from'.
19072         (octave-forward-block, octave-down-block, octave-up-block):
19073         Update callers.
19075         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
19076         (meta-mode-map): Likewise and remove \t binding.
19078         * net/snmp-mode.el: Remove spurious * in docstrings.
19079         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
19080         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
19081         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
19082         that completion accepts lists of strings.
19083         (snmp-mode-syntax-table): Move initialization into declaration.
19084         (snmp-mode-map): Likewise and remove \t binding.
19085         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
19086         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
19087         (snmp-indent-command): Remove.
19089         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
19090         binding, so tab-always-indent works right.
19092 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
19094         * net/browse-url.el (browse-url-elinks-new-window): New function.
19095         (browse-url-elinks): Use browse-url-elinks-new-window.
19096         Accept optional second argument `new-window'.  Fix typo in doc-string.
19097         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
19098         Improve error message.
19100 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
19102         * net/browse-url.el (browse-url-url-encode-chars): Use the right
19103         parameter name in the function body.
19104         Reported by Johannes Weiner.
19106 2007-09-19  Glenn Morris  <rgm@gnu.org>
19108         * net/socks.el (socks-open-network-stream): Signal an explicit
19109         error if the port associated with a service string can't be found.
19111         * textmodes/tex-mode.el (tex-terminate-paragraph):
19112         Use backward-paragraph.
19114 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19116         * server.el (server-running-p): New function.
19118 2007-09-18  Jason Rumney  <jasonr@gnu.org>
19120         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
19121         x-focus-frame.
19123         * frame.el (select-frame-set-input-focus, select-frame-by-name):
19124         Use x-focus-frame for w32.
19126 2007-09-17  David Kastrup  <dak@gnu.org>
19128         * textmodes/tex-mode.el (tex-verbatim-environments):
19129         Eliminate CL dependency.
19131 2007-09-17  Richard Stallman  <rms@gnu.org>
19133         * newcomment.el (comment-add): New arg EXTRA.
19134         (comment-region-default): Pass EXTRA if not indenting lines.
19136 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
19138         * net/browse-url.el (browse-url-url-encode-chars): New function.
19139         URL-encode some chars in a string.
19140         (browse-url-encode-url): Rewrite using the previous function.
19141         (browse-url-file-url): Use `browse-url-url-encode-chars'.
19142         (browse-url-elinks-sentinel): Fix typo.
19143         (browse-url-new-window-flag): Doc change.
19145 2007-09-17  Glenn Morris  <rgm@gnu.org>
19147         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
19148         filename from `--file-line-error', if it is available.
19150 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
19152         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
19153         TeX `--file-line-error' format.
19155 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
19157         * xt-mouse.el: Delete add-hook calls that were moved to
19158         xterm-mouse-mode.
19159         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
19160         does not work.
19162 2007-09-17  Richard Stallman  <rms@gnu.org>
19164         * cus-face.el (custom-theme-set-faces): Undo previous change.
19166         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
19168 2007-09-17  Glenn Morris  <rgm@gnu.org>
19170         * textmodes/tex-mode.el (tex-region): Simplify previous change,
19171         handling the case where the region is not in `tex-main-file'.
19172         (tex-region-1): Delete.
19173         (tex-region-header): New function, doing the header part of the
19174         old tex-region-1.
19176 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19178         * simple.el (newline): Simplify use of prefix-numeric-value.
19179         (line-move-partial): Remove unused var `ppos'.
19180         (line-move-1): Replace 9999 with most-positive-fixnum.
19181         (move-end-of-line): Use more efficient single-property search.
19182         (move-beginning-of-line): Remove unused var `start'.
19183         (blink-matching-open): Restructure in a more functional style.
19185 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
19187         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
19189 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19191         * server.el (server-clients): Only keep procs, no properties any more.
19192         (server-client): Remove.
19193         (server-client-get, server-client-set): Remove, replace all callers by
19194         process-get and process-put resp.
19195         (server-clients-with, server-add-client, server-delete-client)
19196         (server-create-tty-frame, server-create-window-system-frame)
19197         (server-process-filter, server-execute, server-visit-files)
19198         (server-buffer-done, server-kill-buffer-query-function)
19199         (server-kill-emacs-query-function, server-switch-buffer)
19200         (server-save-buffers-kill-terminal): Update accordingly.
19202         * server.el (server-with-environment): Simplify.
19203         (server-select-display, server-unselect-display): Re-add functions that
19204         seem to have been lost in the multi-tty merge.
19205         (server-eval-and-print, server-create-tty-frame)
19206         (server-create-window-system-frame, server-goto-toplevel)
19207         (server-execute, server-return-error): New functions extracted from
19208         server-process-filter.
19209         (server-execute-continuation): New functions.
19210         (server-process-filter): Restructure so that all arguments are analysed
19211         first and then acted upon in a subsequent stage.  This way
19212         server-goto-toplevel can be executed later, when we know if
19213         it's necessary.
19214         Remove the "-version" and "-version-good" support.
19216 2007-09-16  Drew Adams  <drew.adams@oracle.com>
19218         * cus-edit.el (custom-face-edit-activate): Doc fix.
19220 2007-09-16  Glenn Morris  <rgm@gnu.org>
19222         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
19223         Following cal-bahai renaming, update all instances of
19224         list-bahai-diary-entries to diary-bahai-list-entries,
19225         mark-bahai-diary-entries to diary-bahai-mark-entries,
19226         calendar-goto-bahai-date to calendar-bahai-goto-date,
19227         insert-bahai-diary-entry to diary-bahai-insert-entry,
19228         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
19229         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
19230         calendar-print-bahai-date to calendar-bahai-print-date.
19232         * textmodes/tex-mode.el (tex-region): Handle the case where the
19233         region is not in `tex-main-file'.  Move the old code that applies
19234         to both cases...
19235         (tex-region-1): ...to this new function.
19237 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19239         * vc.el (vc-process-sentinel): New function.
19240         (vc-exec-after): Use it instead of using ugly hackish analysis and
19241         construction of Elisp code.
19242         (vc-sentinel-movepoint): New dynamically scoped var.
19243         (vc-print-log, vc-annotate): Set it to move the user's point.
19245         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
19246         inhibit-modification-hooks.
19248         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
19249         (calendar-bahai-print-date, calendar-bahai-goto-date)
19250         (diary-bahai-list-entries, diary-bahai-insert-entry):
19251         New names to clean up the namespace a bit more.
19252         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
19254 2007-09-15  Glenn Morris  <rgm@gnu.org>
19256         * calendar/holidays.el (holiday-list): Rename it back to
19257         `list-holidays', but leave `holiday-list' as an alias.
19259         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
19260         custom group.
19262         * textmodes/css-mode.el (css): New custom group.
19263         (css-electrick-keys, css-selector, css-property)
19264         (css-indent-offset): Specify custom group.
19266 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19268         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
19269         (cvs-execute-single-file): Use process-file.
19270         (cvs-run-process): Use start-file-process.
19272 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
19274         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
19275         level.  Remove the hooks when turning off the mode.
19277         * term/xterm.el: Require xt-mouse at compile time.
19278         (terminal-init-xterm): Turn on xterm mouse tracking for this
19279         terminal if xterm-mouse-mode is enabled.
19281 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
19283         * term/xterm.el (xterm-function-map): Replace bindings that were
19284         deleted by the merge.
19286 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
19288         * play/bubbles.el (bubbles-version): Bump value to "0.5".
19289         (bubbles-mode-map): Move define-key statements here.
19290         (bubbles-game-theme-menu): Ditto.
19291         (bubbles-graphics-theme-menu): Ditto.
19292         (bubbles-menu): Ditto.
19293         (bubbles-mode): Initialize buffer-undo-list, redisplay.
19294         (bubbles--initialize): Reset buffer-undo-list, redisplay.
19295         (bubbles-plop): Set buffer-undo-list, redisplay.
19296         (bubbles-undo): Reset buffer-undo-list, redisplay.
19297         (bubbles--show-images): Take care of missing text properties.
19299 2007-09-14  Glenn Morris  <rgm@gnu.org>
19301         * startup.el (fancy-startup-text, fancy-about-text): Fix face
19302         quoting.
19304         * calendar/cal-hebrew.el, calendar/cal-menu.el
19305         * calendar/calendar.el, calendar/diary-lib.el
19306         * calendar/holidays.el: Rename all instances of
19307         list-calendar-holidays callers to calendar-list-holidays,
19308         list-holidays to holiday-list, check-calendar-holidays to
19309         calendar-check-holidays, mark-calendar-holidays to
19310         calendar-mark-holidays, and filter-visible-calendar-holidays to
19311         holiday-filter-visible-calendar.
19313 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
19315         * term/xterm.el (xterm-function-map): Add C-M- bindings.
19317 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
19319         * play/bubbles.el (bubbles--initialize-images): Fix bug:
19320         Use transparent background for empty cells in graphics mode.
19322 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
19324         * man.el (Man-default-man-entry): At end of line, continue looking
19325         to the next line for possible end of hyphenated command.
19327 2007-09-13  Chris Moore  <dooglus@gmail.com>
19329         * shell.el (shell-resync-dirs): Don't move the cursor relative to
19330         the command being edited.
19332 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
19334         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
19336 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
19338         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
19339         C-M-S- keys.
19341         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
19343 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
19345         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
19346         New argument `filename-p' to use one set of confusing chars or another.
19347         (browse-url-file-url): Use the argument.
19348         Suggested by Johannes Weiner.
19350 2007-09-12  Romain Francoise  <romain@orebokech.com>
19352         * cus-start.el (all): Revert 2007-09-08 change.
19354 2007-09-12  Aaron Hawley  <aaronh@garden.org>
19356         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
19357         extract .Z files, since it is more common than uncompress.
19359 2007-09-12  Glenn Morris  <rgm@gnu.org>
19361         * textmodes/org-publish.el (org-publish-org-to-html): Remove
19362         duplicate function definition.
19364 2007-09-10  Chris Moore  <dooglus@gmail.com>
19366         * diff-mode.el (diff-sanity-check-hunk):
19367         Also accept single-line hunks.
19369 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
19371         * startup.el (startup-screen-inhibit-startup-screen)
19372         (pure-space-overflow-message): New vars.
19373         (fancy-splash-insert): Allow functions for face and link specs.
19374         (fancy-splash-head): Remove unused arg.  Move splash text...
19375         (fancy-startup-text, fancy-about-text): ...here.
19376         (fancy-startup-tail): Rename from fancy-splash-tail.
19377         (fancy-startup-screen, fancy-about-screen): Split off from
19378         fancy-splash-screens.
19379         (display-startup-screen): New function.
19380         (display-about-screen): Rename from display-splash-screen.
19381         (command-line-1): Use concise startup screen if necessary.
19383 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
19385         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
19386         Reported by Jan Djärv <jan.h.d@swipnet.se>.
19388 2007-09-10  Dave Love  <fx@gnu.org>
19390         * outline.el (outline-4, outline-5, outline-7):
19391         Move font-lock-builtin-face down from 4 to 7 to better keep the
19392         progression of color brightness, and to better match Org-mode's faces.
19394 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
19396         * progmodes/meta-mode.el (meta-font-lock-keywords)
19397         (font-lock-match-meta-declaration-item-and-skip-to-next)
19398         (meta-comment-indent, meta-indent-previous-line)
19399         (meta-indent-unfinished-line, meta-beginning-of-defun)
19400         (meta-end-of-defun, meta-common-initialization): Handle \f.
19401         (meta-indent-unfinished-line): Do not handle a `%' in a string as
19402         a comment-start.
19404         * files.el (file-modes-char-to-who, file-modes-char-to-right)
19405         (file-modes-rights-to-number): Auxiliary functions for symbolic to
19406         numeric notation of file modes.
19407         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
19408         numeric value.
19409         (read-file-modes): New.  Read either an octal value of a file mode or a
19410         symbolic value, and return its numeric value.
19412         * dired-aux.el (dired-do-chmod): Change to use the built-in
19413         `set-file-modes' and the previous symbolic mode parsing functions.
19415 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19417         * textmodes/texinfo.el: Remove spurious * in docstrings.
19418         (texinfo-mode-syntax-table, texinfo-mode-map):
19419         Initialize in the declaration.
19421         * tmm.el: Remove spurious * in docstrings.
19422         (tmm-prompt): Use with-current-buffer.
19424         * vcursor.el: Remove spurious * in docstrings.
19425         (vcursor-map): Initialize in the declaration.
19426         (vcursor-use-vcursor-map): Use define-minor-mode.
19427         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
19429         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
19430         Initialize in the declaration.
19431         (widget-minor-mode): Use define-minor-mode.
19433         * woman.el (woman-mode-map, woman-syntax-table):
19434         Initialize in the declaration.
19436 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
19438         * doc-view.el: New file.
19440 2007-09-09  Juri Linkov  <juri@jurta.org>
19442         * Makefile.in (update-authors): Add etc/ to AUTHORS.
19444         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
19446         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
19447         to "Startup screen".  Fix docstring.
19448         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
19449         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
19450         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
19451         (initial-scratch-message): Fix docstring.
19452         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
19453         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
19454         Add link to "Customize Startup" and set interval between links to
19455         5 spaces.
19456         (fancy-about-text): Add links "Authors" and "Contributing".
19457         (fancy-splash-head): Add text "Welcome to " on the startup screen,
19458         and "This is " on the about screen.  Add link to
19459         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
19460         For the about screen move emacs version to the header from
19461         `fancy-splash-tail' (as it's done already for normal about screen).
19462         (fancy-splash-tail): Insert emacs version only for startup screen.
19463         (normal-splash-screen): Remove duplicate empty lines.
19464         (normal-about-screen): Add links "Authors" and "Contributing".
19466         * menu-bar.el (menu-bar-help-menu):
19467         Move "About Emacs" and "About GNU" to the end of the Help menu.
19468         Move "Emacs Psychotherapist" after "Send Bug Report...".
19469         Move "External Packages" after "Find Emacs Packages".
19471 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
19473         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
19474         they are useless with the byte compiler.
19475         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
19476         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
19477         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
19478         (tramp-file-name-real-host, tramp-file-name-port)
19479         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
19480         defuns.
19482         * net/tramp-cache.el (top): Improve error message when
19483         `tramp-persistency-file-name' is corrupted.
19485 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
19487         * textmodes/org.el (org-re): Also replace the :alpha: class.
19488         (org-todo-tag-alist): Variable removed.
19489         (org-todo-key-alist, org-todo-key-trigger): New variables.
19490         (org-use-fast-todo-selection): New option.
19491         (org-log-done): Docstring fixed.
19492         (org-deadline-warning-days): New default value 14.
19493         (org-edit-timestamp-down-means-later): New option.
19494         (org-tag-alist): Docstring fixed.
19495         (org-fast-tag-selection-include-todo): New option.
19496         (org-export-language-setup): New languages added.
19497         (org-set-regexps-and-options): Compute the new variables.
19498         (org-paste-subtree): Cleaning up.
19499         (org-remember-apply-template): New escape %A.
19500         (org-todo): Call fast TODO selection.
19501         (org-fast-todo-selection): New function.
19502         (org-add-log-note): Allow prefix for abort exit.
19503         (org-at-property-p, org-entry-properties)
19504         (org-columns-get-autowidth-alist): Use :alpha: class.
19505         (org-get-wdays): New function.
19506         (org-agenda-remove-date): New variable.
19507         (org-agenda-get-deadlines): Use `org-get-wdays'.
19508         (org-agenda-get-deadlines): Reverse ee before returning.
19509         (org-format-agenda-item): New argument REMOVE-RE.
19510         (org-agenda-convert-date): Baha'i calendar added.
19511         (org-infile-export-plist): Also find DATE line.
19512         (org-get-min-level): New function.
19513         (org-export-as-html, org-export-as-ascii): Use the date format.
19514         (org-shiftup, org-shiftdown): Use.
19515         `org-edit-timestamp-down-means-later'.
19516         (org-assign-fast-keys): New function.
19518 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
19520         * cus-start.el (all): Add prefer-window-split-horizontally from
19521         window.c.
19523 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
19525         * net/browse-url.el (browse-url-galeon): Fix last change.
19526         (top-level): Require cl when compiling.
19528 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
19530         * textmodes/org-export-latex.el: arch-tag restored.
19532         * textmodes/org-publish.el: arch-tag restored.
19534 2007-09-08  Masatake YAMATO  <jet@gyve.org>
19536         * progmodes/which-func.el (which-func-modes): Add diff-mode.
19538         * progmodes/cc-langs.el: Support new keywords added to
19539         objective-c frontend of gcc.
19540         (c-simple-stmt-kwds): Add @throw.
19541         (c-block-stmt-2-kwds): Add @synchronized.
19542         (c-block-stmt-1-kwds): Add @finally and @try.
19544 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
19546         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
19547         (org-agenda-after-show-hook): New variable.
19548         (org-columns-compile-format)
19549         (org-columns-get-autowidth-alist, org-buffer-property-keys)
19550         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
19551         property names.
19552         (org-get-wdays): New function.
19554 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19556         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
19558         * term/xterm.el (xterm-function-map): Initialize in the declaration.
19560         * vc-arch.el (vc-arch-checkin): Fix typo.
19562 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
19564         * cus-face.el (custom-theme-set-faces): Set face attributes
19565         locally for each frame.
19567 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19569         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
19570         via font-lock-defaults.
19572         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
19573         derived-mode-p.
19575 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
19577         * progmodes/autoconf.el (autoconf-definition-regexp):
19578         Handle optional square brackets around definition name.
19580 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
19582         * net/browse-url.el (browse-url-browser-function): Add elinks.
19583         (browse-url-elinks-wrapper): New option.
19584         (browse-url-encode-url, browse-url-elinks)
19585         (browse-url-elinks-sentinel): New functions.
19586         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
19587         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
19588         Use new function browse-url-encode-url.
19590 2007-09-07  Glenn Morris  <rgm@gnu.org>
19592         * version.el (emacs-version): Revert 2007-08-29 change: no need to
19593         say if multi-tty is present.
19595 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19597         * cus-start.el (split-window-preferred-function): Add custom info.
19599         * calendar/holidays.el (holiday-list, calendar-check-holidays)
19600         (calendar-mark-holidays, calendar-list-holidays)
19601         (holiday-filter-visible-calendar): New names to clean up namespace.
19602         (filter-visible-calendar-holidays, list-calendar-holidays)
19603         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
19604         Add compatibility aliases.
19605         (calendar-check-holidays, calendar-mark-holidays)
19606         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
19607         (holiday-sexp): Replace append with list.
19608         (holiday-filter-visible-calendar): Replace append with push.
19610         * woman.el: Remove spurious * in docstrings.
19611         (woman-mini-help, woman-non-underline-faces, woman0-rename)
19612         (woman-topic-all-completions-merge, woman-file-name-all-completions)
19613         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
19614         (woman-write-directory-cache, woman-display-extended-fonts)
19615         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
19616         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
19617         (woman-mode): Use inhibit-read-only.
19618         (woman-negative-vertical-space): Use dotimes.
19619         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
19621 2007-09-06  Romain Francoise  <romain@orebokech.com>
19623         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
19624         (vc-bzr-workfile-version): Use it.
19626 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
19628         * complete.el (PC-do-completion): Don't try to treat
19629         empty string as an abbreviation.
19631 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
19633         * help-fns.el (describe-variable): Keep doc's text properties.
19635 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
19637         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
19638         instead of a file.
19640 2007-09-06  Glenn Morris  <rgm@gnu.org>
19642         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
19643         (checkdoc-minor-mode): Allow user to specify lighter via
19644         checkdoc-minor-mode-string.
19646 2007-09-05  Richard Stallman  <rms@gnu.org>
19648         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
19649         Several items removed, simplified, or put on one line.
19650         (fancy-about-text): Add substantial contents, part of startup text.
19651         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
19652         (normal-splash-screen): Call normal-mouse-startup-screen,
19653         normal-no-mouse-startup-screen, or normal-about-screen.
19654         (normal-mouse-startup-screen): New fn, broken out, shortened.
19655         (normal-no-mouse-startup-screen): New fn, broken out.
19656         (normal-about-screen): New function, contents all new.
19658 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
19660         * emacs-lisp/rx.el (rx): Fix typo in docstring.
19662 2007-09-05  Glenn Morris  <rgm@gnu.org>
19664         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
19665         is bound.
19667 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
19669         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
19670         in doc string.
19672 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
19674         * server.el (server-start, server-unload-hook): Undo previous change.
19676         * xt-mouse.el: Undo previous change.
19678 2007-09-04  Juri Linkov  <juri@jurta.org>
19680         * startup.el (fancy-about-text): New variable.
19681         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
19682         (fancy-current-text, fancy-splash-stop-time)
19683         (fancy-splash-outer-buffer): Remove variables.
19684         (fancy-splash-head, fancy-splash-tail): Add new optional argument
19685         `startup' and use it to conditionally display different texts for
19686         Startup and About screens.  Don't display Help commands on the About
19687         screen.
19688         (fancy-splash-screens-1): Remove function and move its content to
19689         `fancy-splash-screens' to the part that dislpays the About screen.
19690         (exit-splash-screen): Don't treat specially exiting from
19691         alternating screens.
19692         (fancy-splash-screens): Rename argument `static' to `startup'.
19693         Fix docstring.  Remove code for displaying alternating screens.
19694         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
19695         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
19696         for `inhibit-read-only'.
19697         (normal-splash-screen): Rename argument `static' to `startup'.
19698         Fix docstring.  Use argument `startup' to conditionally display
19699         different texts for Startup and About screens.  Don't display Help
19700         commands on the About screen.  Remove `unwind-protect' `sit-for'
19701         delay and `kill-buffer' after it.
19702         (display-startup-echo-area-message): Remove call to
19703         `use-fancy-splash-screens-p' because image.el is preloaded and
19704         doesn't display "Loading image... done".
19705         (display-splash-screen): Rename argument `static' to `startup'.
19706         Fix docstring.
19708 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
19710         * server.el (server-start, server-unload-hook):
19711         suspend-tty-functions has been renamed to suspend-tty-hook.
19713         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
19714         resume-tty-hook.
19716 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
19718         * loadup.el: Fix merge problem, only load "button" once.
19720 2007-09-03  Glenn Morris  <rgm@gnu.org>
19722         * vc-svn.el (vc-svn-print-log): If there is only one file, use
19723         "Working file:" as the prefix, for the sake of
19724         log-view-current-file.
19726 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
19728         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
19729         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
19730         if the selected frames is in
19731         xterm-modify-other-keys-terminal-list.
19732         (xterm-turn-off-modify-other-keys): Add an optional frame
19733         parameter.  Only turn off modify-other-keys if FRAME is in
19734         xterm-modify-other-keys-terminal-list.
19735         (xterm-remove-modify-other-keys): New function.
19736         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
19737         Add the selected frame to xterm-modify-other-keys-terminal-list.
19739 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
19741         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
19742         (icon-map-list): New variable.
19743         (x-gtk-map-stock): Use icon-map-list.
19745 2007-09-02  Romain Francoise  <romain@orebokech.com>
19747         * log-view.el (log-view-current-file): Balance parens.
19749 2007-09-02  Glenn Morris  <rgm@gnu.org>
19751         * comint.el (comint-mode): Don't set scroll-conservatively.
19753         * eshell/em-unix.el (eshell/time): Stringify and flatten the
19754         non-command arguments.
19756         * log-view.el (log-view-current-file): Give a more explicit error
19757         if log-view-file-re fails to find a match.
19759 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
19761         * emacs-lisp/bytecomp.el (byte-recompile-directory):
19762         Fix bug: Don't expand top-level file name more than once.
19763         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
19765 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19767         * server.el (server-process-filter): Don't display the splash screen.
19768         It's annoying enough on the initial screen and becomes positively
19769         obnoxious here.
19771 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19773         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
19774         Change naming to use "avl-tree--" for internal functions.
19776 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
19778         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
19779         the merge.
19780         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
19781         (provide): Move to the end of file.
19783         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
19785 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
19787         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
19788         New variable.  List of exceptions for the duplicated word rule.
19789         (flyspell-mark-duplications-flag): Mention it.
19790         (flyspell-word): Treat it.
19792         * files.el (create-file-buffer): If the filename sans directory starts
19793         with spaces, remove them.
19795 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
19797         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
19798         (x-gtk-map-stock): Use two directory elements when matching
19799         file name.
19801 2007-08-31  James Wright  <james@chumsley.org>
19803         * eshell/em-unix.el (eshell/info): New function.
19805 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19807         * frame.el (frame-initialize, make-frame):
19808         * server.el (server-process-filter):
19809         * faces.el (tty-set-up-initial-frame-faces): Don't set
19810         term-environment-variable since it's not used any more.
19812         * env.el (setenv): Don't treat $TERM specially.
19814         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
19815         stated otherwise, subprocesses do not send back escape sequences
19816         corresponding to the terminal from which Emacs was started.
19818 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
19820         * calculator.el: Require cl for compilation.
19822 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
19824         * outline.el (outline-font-lock-levels): Comment out unused var.
19825         (outline-font-lock-face): Wrap around face list to handle any
19826         nesting depth gracefully.
19828 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
19830         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
19831         `set-file-times'.
19833 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
19835         * textmodes/org.el (org-export-visible): Fix drawers before export.
19836         (org-do-sort): Allow sorting by priority.
19837         (org-agenda-files): Ignore non-existing files.
19838         (org-agenda-skip-unavailable-files): New variable.
19839         (org-ellipsis): All a face as value.
19840         (org-mode): Interprete the face value of `org-ellipsis'.
19841         (org-archive-save-context-info): New option.
19842         (org-archive-subtree): Store context info in archived entry.
19843         (org-fast-tag-selection-can-set-todo-state): New variable.
19844         (org-fast-tag-selection): Allow setting TODO states through this
19845         interface.
19846         (org-cycle): Docstring updated.
19847         (org-todo-keyword-faces): New option.
19848         (org-get-todo-face): New function.
19849         (org-set-font-lock-defaults, org-agenda-highlight-todo):
19850         Use `org-get-todo-face'.
19851         (org-switch-to-buffer-other-window): New function.
19852         (org-table-edit-field, org-table-show-reference)
19853         (org-table-edit-formulas, org-add-log-note)
19854         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
19855         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
19856         `switch-to-buffer-other-window' to make sure that the temporary
19857         windows show up on the current frame.
19858         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
19859         (org-get-entries-from-diary, org-replace-region-by-html):
19860         Don't allow pop-up frames.
19861         (org-agenda-get-deadlines, org-agenda-get-scheduled):
19862         Fix problems with time-of-day.
19863         (org-export-get-title-from-subtree): New function.
19864         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
19865         with listing items that are DONE.
19866         (org-change-tag-in-region): New command.
19867         (org-agenda-skip-scheduled-if-done)
19868         (org-agenda-skip-deadline-if-done): Docstring clarified.
19869         (org-mode): Hide drawers on startup.
19870         (org-get-todo-face): New function.
19871         (org-todo-keyword-faces): New option.
19872         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
19873         (org-remove-keyword-keys): New function.
19875 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
19877         * progmodes/grep.el (grep-find-ignored-directories):
19878         Add monotone _MTN bookkeeping directory in workspaces.
19879         Add RCS control directory.  List items in alphabetical order.
19881         * progmodes/grep.el (grep-files-aliases): Add cc alias.
19882         Sort items in alphabetical order.  Fix parens.
19884 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
19886         * vc-hg.el (vc-hg-extra-menu-map): New variable.
19887         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
19888         (vc-hg-pull): New functions.
19889         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
19891         * term/mac-win.el: Don't require url, only autoloaded url
19892         functions are used in this file.
19894 2007-08-29  Andreas Schwab  <schwab@suse.de>
19896         * shell.el (shell): Return correct value from interactive spec.
19898 2007-08-29  Glenn Morris  <rgm@gnu.org>
19900         * version.el (emacs-version): Increase to 23.0.50.
19902 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
19904         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
19906 2007-08-29  Juri Linkov  <juri@jurta.org>
19908         * loadup.el: Add "button" loading after "faces" and move "startup"
19909         to load after "button".
19911 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
19913         * loadup.el: Load term/mac-win on a Mac using Carbon.
19915         * term/mac-win.el: Provide mac-win.
19916         (mac-initialized): New variable.
19917         (mac-initialize-window-system): New function.  Move global setup here.
19918         (handle-args-function-alist, frame-creation-function-alist):
19919         (window-system-initialization-alist): Add mac entries.
19920         (x-setup-function-keys): New function containing all the
19921         top level function key definitions.
19923         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
19925         * env.el (read-envvar-name): Don't consider the environment frame param.
19927         * env.el (setenv):
19928         * frame.el (frame-initialize, make-frame):
19929         * faces.el (tty-set-up-initial-frame-faces):
19930         * server.el (server-process-filter): Set
19931         display-environment-variable and term-environment-variable.
19933         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
19935 2007-08-29  Jason Rumney  <jasonr@gnu.org>
19937         * loadup.el: Only load term/x-win when X is compiled in.
19938         Load term/w32-win and dependencies on windows-nt.
19940         * term/w32-win.el: Reorder to match x-win.el more closely.
19941         Provide w32-win.  Don't throw error when global window-system not w32.
19942         (internal-face-interactive): Remove obsolete function.
19943         (x-setup-function-keys): Use local-function-key-map.
19944         (w32-initialized): New variable.
19945         (w32-initialize-window-system): Set it.
19946         Move more global setup here.
19947         (x-setup-function-keys): New function.
19948         (w32-initialize-window-system): Move non function key global setup here.
19949         (x-cut-buffer-max): Remove.
19950         (w32-initialize-window-system): New function.
19951         (handle-args-function-alist, frame-creation-function-alist):
19952         (window-system-initialization-alist): Add w32 entries.
19954 2007-08-29  David Kastrup  <dak@gnu.org>
19956         * env.el (getenv): Pass frame to getenv-internal.
19958 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
19960         * version.el (emacs-version): Show if multi-tty is present.
19962         * loadup.el: Delay loading env; mule-conf gets confused by cl
19963         during bootstrap.  Also load termdev and term/x-win.
19965         * bindings.el (mode-line-client): New variable.
19966         (help-echo): Add it to the default mode-line format.
19968         * cus-start.el: Remove bogus window-system reference from GTK test.
19970         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19971         (ebrowse-electric-position-mode-map):
19972         * ebuff-menu.el (electric-buffer-menu-mode-map):
19973         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19974         not `suspend-emacs'.
19976         * ediff-wind.el (ediff-setup-windows-automatic): New function.
19977         (ediff-window-setup-function): Use it as default.
19979         * files.el (save-buffers-kill-terminal): New function.
19980         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19982         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19983         and `with-selected-frame'.
19985         * help-fns.el (describe-variable): Describe frame-local variables
19986         correctly.
19988         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19989         display support.
19990         (normal-erase-is-backspace-setup-frame): New function.
19992         * subr.el (with-selected-frame): New function.
19993         (read-quoted-char): Use terminal-local binding of
19994         local-function-key-map instead of function-key-map.
19996         * talk.el (talk): New function.
19997         (talk-handle-delete-frame): New function.
19998         (talk-add-display): Open a new frame only if FRAME was not a frame.
20000         * termdev.el: New file.
20002         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
20003         * term/x-win.el: Don't bind f10.
20004         * tmm.el: Remove autoload binding for f10.
20006         * international/encoded-kb.el (encoded-kbd-setup-display): Use
20007         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
20008         Store the saved input method as a terminal parameter.  Add keymap
20009         parameter.  Use it instead of changing key-translation-map directly.
20010         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
20011         Remove.
20012         (encoded-kbd-setup-display): New function.
20014         * international/mule-cmds.el (set-locale-environment): Fix getenv
20015         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
20016         set the keyboard coding system.  Add DISPLAY parameter.
20017         (set-display-table-and-terminal-coding-system): Add DISPLAY
20018         parameter.  Pass it to set-terminal-coding-system.
20020         * international/mule.el (keyboard-coding-system): Test for
20021         encoded-kbd-setup-display, not encoded-kbd-mode.
20022         (set-terminal-coding-system, set-keyboard-coding-system): Add
20023         DISPLAY parameter.
20024         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
20026         * term/README: Update.
20028         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
20030         * term/x-win.el (x-setup-function-keys): New function.  Move
20031         function-key-map tweaks here.  Protect against multiple calls on
20032         the same terminal.  Use terminal-local binding of
20033         local-function-key-map instead of function-key-map.
20034         (x-initialize-window-system): Make a copy of pure list.  Pass a
20035         frame getenv.
20037         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
20038         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
20039         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
20040         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
20041         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
20042         local-function-key-map instead of function-key-map.
20044         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
20045         `substitute-key-definition' and `define-key' calls against
20046         multiple execution.  Use terminal-local binding of
20047         local-function-key-map instead of function-key-map.  Pass a frame
20048         to getenv.
20050         * edmacro.el (edmacro-format-keys):
20051         * emulation/cua-base.el (cua--pre-command-handler):
20052         * isearch.el (isearch-other-meta-char):
20053         * xt-mouse.el: Use terminal-local binding of
20054         local-function-key-map instead of function-key-map.
20056         * fringe.el (set-fringe-mode): Simplify and fix using
20057         `modify-all-frames-parameters'.
20058         * scroll-bar.el (set-scroll-bar-mode): Ditto.
20059         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
20060         check before calling `tool-bar-setup'.
20061         (tool-bar-setup): New variable.
20062         (tool-bar-setup): Use it to guard against multiple calls.  Add
20063         optional frame parameter, and select that frame before adding items.
20064         (toggle-tool-bar-mode-from-frame): New function.
20066         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
20067         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
20068         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
20069         "Tool-bar" toggles to reflect the state of the current frame.
20070         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
20072         * env.el: Require cl for byte compilation (for `block' and `return').
20073         (environment, setenv-internal): New functions.
20074         (let-environment): New macro.
20075         (setenv, getenv): Add optional terminal parameter.  Update docs.
20076         (setenv): Use setenv-internal.  Always set process-environment.
20077         Handle `local-environment-variables'.
20078         (read-envvar-name, setenv, getenv): Use frame parameters
20079         to store the local environment, not terminal parameters.  Include
20080         `process-environment' as well.
20082         * faces.el (tty-run-terminal-initialization): New function.
20083         (tty-create-frame-with-faces): Use it.  Set up faces and
20084         background mode only after the terminal has been initialized.
20085         Call terminal-init-*.  Don't load the initialization file more
20086         than once.  Call set-locale-environment.
20087         (frame-set-background-mode): Handle the 'background-mode terminal
20088         parameter.
20089         (tty-find-type): New function.
20090         (x-create-frame-with-faces): Remove bogus check for
20091         first frame.  Call `tool-bar-setup'.  Don't make frame visible
20092         until we are done setting up all its parameters.  Call
20093         x-setup-function-keys.
20095         * frame.el (make-frame): Always inherit 'environment and 'client
20096         parameters.  Set up the 'environment frame parameter, when needed.
20097         Also inherit 'client parameter.  Don't override explicitly
20098         specified values with inherited ones.  Add 'terminal frame
20099         parameter.  Append window-system-default-frame-alist to parameters
20100         before calling frame-creation-function.
20101         (frame-initialize): Copy the environment from the initial frame.
20102         (window-system-default-frame-alist): Enhance doc string.
20103         (frame-notice-user-settings): Don't put 'tool-bar-lines in
20104         `default-frame-alist' when initial frame is on a tty.
20105         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
20106         Remove specified parameters from `window-system-default-frame-alist'.
20107         (make-frame-on-tty, framep-on-display, suspend-frame):
20108         Extend doc string, update parameter names.
20109         (frames-on-display-list): Use terminal-id to get the display id.
20110         (frame-notice-user-settings): Extend to apply
20111         settings in `window-system-default-frame-alist' as well.
20112         (terminal-id, terminal-parameters, terminal-parameter)
20113         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
20114         (delete-frame-functions): Add to `delete-frame-functions' hook.
20115         (blink-cursor-mode): Adapt blink-cursor-mode default
20116         value from startup.el.
20117         (make-frame-on-display): Protect condition on x-initialized when
20118         x-win.el is not loaded.  Update doc.
20119         (suspend-frame): Use display-controlling-tty-p to decide between
20120         suspend-emacs and suspend-tty.
20121         (frames-on-display-list): Update for display ids.
20122         (framep-on-display): Ditto.
20123         (suspend-frame): Use display-name, not frame-tty-name.
20124         (selected-terminal): New function.
20126         * server.el: Use `device' instead of `display' or `display-id' in
20127         variable and client parameter names.
20128         (server-select-display): Remove (unused).
20129         (server-tty-live-p, server-handle-delete-tty): Remove.
20130         (server-unquote-arg, server-quote-arg, server-buffer-clients):
20131         Update docs.
20132         (server-getenv-from, server-with-environment, server-send-string)
20133         (server-save-buffers-kill-terminal): New functions.
20134         (server-delete-client): Handle quits in kill-buffer.  Don't kill
20135         modified buffers.  Add extra logging.  Delete frames after
20136         deleting the tty.  Clear 'client parameter before deleting a frame.
20137         Use delete-display, not delete-tty.
20138         (server-visit-files): Don't set `server-existing-buffer' if the
20139         buffer already has other clients.  Return list of buffers
20140         created.  Update doc.  Don't set client-record when nowait.
20141         (server-handle-delete-frame): Delete the client if this was its
20142         last frame.  Check that the frame is alive.  Remove bogus comment.
20143         Add note on possible race condition.  Delete tty clients, if needed.
20144         (server-handle-suspend-tty): Use server-send-string.  Kill the
20145         client in case of errors from process-send-string.  Use the display
20146         parameter.
20147         (server-unload-hook): Remove obsolete delete-tty hook.
20148         (server-start): Ask before restarting if the old server still has
20149         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
20150         (server-process-filter): Use server-send-string.  Accept `-dir'
20151         command.  Switch to *scratch* immediately after creating the frame,
20152         before evaluating any -evals.  Protect `display-splash-screen'
20153         call in a condition-case.  Explain why.  Call
20154         `display-startup-echo-area-message' before
20155         `display-splash-screen'.  Don't display the splash screen when no
20156         frame was created.  Show the Emacs splash screen and startup echo
20157         area message.  Display the *scratch* buffer by default.  Store the
20158         local environment in a frame (not terminal) parameter.  Do not try
20159         to decode environment strings.  Fix reference to the 'display
20160         frame parameter.  Change syntax of environment variables.  Put
20161         environment into terminal parameters, not client parameters.  Use
20162         a dummy client with --no-wait's X frames.  In `-position LINE'
20163         handler, don't ruin the request string until the line number is
20164         extracted.  Log opened files.  Handle -current-frame command.
20165         Don't create frames when it is given.  Don't bind X frames to the
20166         client when we are in -no-wait mode.  Set locale environment
20167         variables from client while creating tty frames.  Disable call to
20168         configure-display-for-locale.  When processing -position command,
20169         don't change the request string until the parameters are
20170         extracted.  Don't try to create an X frame when Emacs does not
20171         support it.  Improve logging.  Temporarily set ncurses-related
20172         environment variables to those of the client while creating a new
20173         tty frame.  Select buffers opened by nowait clients, don't leave
20174         them buried under others.  Set the display parameter, and use it
20175         when appropriate.
20177         * startup.el (display-startup-echo-area-message): Handle
20178         `inhibit-startup-echo-area-message' here.
20179         (command-line-1): Moved from here.
20180         (fancy-splash-screens): Use `overriding-local-map' instead of
20181         `overriding-terminal-local-map' for now; the latter doesn't work
20182         right, it looses keypresses to another terminal.  Use
20183         `overriding-terminal-local-map' to set up keymap.  Install a
20184         `delete-frame-functions' hook to catch `delete-frame' events.
20185         Ignore `select-window' events to cope better with
20186         `focus-follows-mouse'.  Don't switch back to the original buffer
20187         if the splash frame has been killed.  Restore previous buffer, even
20188         if it's *scratch*.
20189         (normal-splash-screen): Don't let-bind `mode-line-format'; it
20190         changes the global binding - setq it instead.  Use
20191         `save-buffers-kill-terminal'.
20192         (display-splash-screen): Don't do anything if the splash screen is
20193         already displayed elsewhere.
20194         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
20195         (command-line): Replace duplicated code with a call to
20196         tty-run-terminal-initialization.  Don't load the terminal
20197         initialization file more than once.  Remove call to nonexistent
20198         function `set-locale-translation-file-name'.
20200         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
20201         parameters.
20202         (xterm-mouse-position-function, xterm-mouse-event): Update.
20203         (xterm-mouse-mode): Don't depend on current value of window-system.
20204         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
20205         Update for multi-tty.
20206         (turn-on-xterm-mouse-tracking-on-terminal)
20207         (turn-off-xterm-mouse-tracking-on-terminal)
20208         (xterm-mouse-handle-delete-frame): New functions.
20209         (delete-frame-functions, after-make-frame-functions)
20210         (suspend-tty-functions, resume-tty-functions): Install extra hooks
20211         for multi-tty.
20213 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20215         * simple.el (invisible-p): Remove: implemented in C now.
20216         (line-move-invisible-p): Remove obsolete alias.
20218 2007-08-28  Juri Linkov  <juri@jurta.org>
20220         * image-mode.el (image-type): New variable.
20221         (image-mode): Set default major mode name to "Image[text]".
20222         (image-minor-mode): Change LIGHTER to display image-type in the
20223         mode line.
20224         (image-minor-mode): Set default image-type to "text".
20225         (image-toggle-display): After switching to text mode, set
20226         image-type to "text" and major mode name to "Image[text]".
20227         After switching to image mode, set image-type to actual image
20228         type, and add image type to major mode name.  Let-bind the same
20229         variable names as arguments of `image-type' and `create-image'.
20230         Bind `type' to the result of `image-type' and use it as arg
20231         of `create-image' to not determine the image type twice.
20233 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
20235         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
20236         (tramp-set-file-uid-gid, tramp-get-local-uid)
20237         (tramp-get-local-gid): New defuns.
20238         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
20239         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
20240         Improve fast track.
20241         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
20242         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
20243         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
20244         (tramp-handle-write-region): Improve fast track.
20245         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
20246         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
20247         be nil.
20249 2007-08-28  Ivan Kanis  <apple@kanis.eu>
20251         * time.el: New feature to display several time zones in a buffer.
20252         (display-time-world-mode, display-time-world-display)
20253         (display-time-world, display-time-world-timer): New functions.
20254         (display-time-world-list, display-time-world-time-format)
20255         (display-time-world-buffer-name, display-time-world-timer-enable)
20256         (display-time-world-timer-second, display-time-world-mode-map):
20257         New variables.
20259 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
20261         * term/x-win.el (x-gtk-stock-map): New variable.
20262         (x-gtk-map-stock): New function.
20264         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
20265         prev/next-node.
20267 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
20269         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
20271 2007-08-28  Glenn Morris  <rgm@gnu.org>
20273         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
20275 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
20277         * progmodes/modula2.el (m2-definition, m2-module):
20278         Don't use previous-line.  Reported by T. V. Raman.
20280 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20282         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
20283         argument to tool-bar-mode call.
20285 2007-08-27  Glenn Morris  <rgm@gnu.org>
20287         * diff-mode.el (diff-find-file-name): Only accept regular files,
20288         to rule out /dev/null, directories, etc.
20290         * vc-svn.el (vc-svn-diff): If the repository version of all the
20291         files is the same as the specified OLDVERS, do a local diff.
20293 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20295         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
20296         of buffers in uniquify-managed.
20298         * simple.el (invisible-p): Rename from text-invisible-p.
20299         Update callers.
20301         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
20302         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
20303         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
20304         (cperl-etags-goto-tag-location): Use new style backquotes.
20306         * net/browse-url.el: Remove spurious * in custom docstrings.
20307         (browse-url-filename-alist): Use new-style backquote.
20309         * emacs-lisp/backquote.el (backquote-unquote-symbol)
20310         (backquote-splice-symbol): Clarify they're not new-style unquotes.
20312         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
20313         (\,@): Backslash the , and ,@ which are not new-style unquotes.
20315         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
20317         * net/socks.el (socks-username/password-auth-filter):
20318         Remove unused vars `state' and `desired-len'.
20319         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
20320         (socks-wait-for-state-change): Use new-style backquotes.
20322         * pcvs.el (cvs-mode-status): Fix long-standing typo.
20324         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
20325         backquotes after each `read' rather than once per buffer.
20327         * dframe.el: Remove spurious * in custom docstrings.
20328         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
20329         (dframe-xemacs20p): Remove, inline at the sole use point.
20330         (defface): Don't defvar the face, don't use old-style backquote.
20331         (defcustom): Don't use old-style backquote.
20332         (dframe-frame-parameter, dframe-mouse-event-p):
20333         Make it obvious that it's always defined.
20334         (dframe-popup-kludge): New function to replace
20335         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
20336         (dframe-frame-mode, dframe-set-timer-internal)
20337         (dframe-mouse-set-point): Remove use of with-no-warnings from
20338         XEmacs-specific code.
20339         (dframe-set-timer-internal): Fix very old bug with
20340         post-command-idle-hook.
20342         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
20344         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
20345         warning if the file uses old style backquotes.
20347         * emacs-lisp/bytecomp.el (byte-compile-log-file)
20348         (byte-recompile-directory, byte-compile-file)
20349         (byte-compile-from-buffer): Use with-current-buffer.
20351         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
20352         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
20353         (line-move-1, line-move-finish, line-move-to-column)
20354         (move-end-of-line, move-beginning-of-line): Use new name.
20356         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
20358         * progmodes/ada-mode.el: Fix up comment style in header.
20359         (ada-check-emacs-version): Remove.
20360         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
20361         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
20362         to try and quieten the byte-compiler.
20363         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
20365         * vc.el (vc-annotate-warp-version): Don't use previous-line.
20367 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
20369         * net/browse-url.el (browse-url-emacs): New function.
20371 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
20373         * emacs-lisp/avl-tree.el: New file.
20375 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
20377         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
20378         was used.
20380 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
20382         * complete.el (PC-do-completion): Make RET accept a non-unique but
20383         complete expansion again.
20385 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
20387         * eshell/esh-opt.el (eshell-eval-using-options):
20388         Add debug declaration.
20390 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
20392         * log-view.el (log-view-toggle-mark-entry): Add docstring.
20393         (log-view-get-marked): Likewise.
20395         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
20396         (vc-delete-automatic-version-backups): Likewise.
20398         * vc.el (vc-dired-buffers-for-dir): Likewise.
20400 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
20402         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
20403         safe-local-variable setting.
20404         * progmodes/perl-mode.el (perl-indent-level): Likewise.
20406         * log-view.el (log-view-marked-list): Delete variable.
20407         (log-view-mode): Don't use it.
20408         (log-view-toggle-mark-entry): Likewise, simplify.
20409         (log-view-current-tag): Don't return properties.
20410         (log-view-get-marked): New function.
20412 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
20414         * vc-git.el (vc-git-mode-line-string): New function.
20416 2007-08-25  Alan Mackenzie  <acm@muc.de>
20418         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
20419         new language variable.
20421         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
20422         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
20423         "extern" etc., rather than BOI.  Fix addition of spurious
20424         syntactic-symbol 'defun-block-intro, replacing it with
20425         'innamespace, etc.
20427 2007-08-25  Juri Linkov  <juri@jurta.org>
20429         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
20431         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
20432         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
20433         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
20435         * image.el (image-type-header-regexps): Use more complex regexp for svg.
20436         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
20437         (image-type-auto-detectable): Add (svg . maybe).
20439         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
20440         to treat it like .tgz.
20442         * calendar/cal-bahai.el: Add file coding cookie.
20444 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
20446         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
20447         Don't behave differently when executed via M-x.  Add doc string.
20449         * sort.el (sort-fold-case, sort-numeric-base): Mark as
20450         safe-local-variable.
20452 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
20454         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
20455         the default value.
20456         (math-calendar-tzinfo): New variable.
20457         (math-get-calendar-tzinfo): New function.
20458         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
20459         to get information when zone is nil.
20461 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
20463         * log-view.el (log-view-toggle-mark-entry): New function.
20464         (log-view-mode-map): Bind it.
20465         (log-view-marked-list): New variable.
20466         (log-view-mode): Make it local.
20468 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
20470         * play/zone.el (zone-pgm-rat-race): New func.
20471         (zone-programs): Add `zone-pgm-rat-race'.
20473 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20475         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
20476         a list.
20478 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
20480         * progmodes/hideshow.el (hs-match-data): Delete alias.
20481         (hs-hide-block-at-point, hs-find-block-beginning)
20482         (hs-show-block): Use `match-data' directly.
20484 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
20486         * format.el (format-alist): Fix typo in doc-string.
20488 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
20490         * net/tramp.el (tramp-local-host-p): New defun.
20491         (tramp-handle-file-local-copy, tramp-handle-write-region):
20492         Implement fast track when being on the local host.
20493         (tramp-file-name-handler): Don't set "started" property.  It shall
20494         be reserved for the "ftp" method.
20495         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
20497         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
20498         (tramp-ftp-file-name-handler): Set "started" property.
20500 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
20502         * files.el (backup-buffer-copy): Don't wrap delete in
20503         condition-case, only try to delete if file exists.
20505 2007-08-24  Glenn Morris  <rgm@gnu.org>
20507         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
20509         * startup.el (tutorial-directory): Set with eval-at-startup so it
20510         gets the right value in an installed Emacs.
20512 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
20514         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
20515         (eldoc-highlight-function-argument): Use it.
20517 2007-08-23  Masatake YAMATO  <jet@gyve.org>
20519         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
20520         name of parameters in document body.
20522 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20524         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
20525         (byte-compile-output-as-comment): Use with-current-buffer rather than
20526         a weird set-buffer&prog1 combination.
20528         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
20529         test so as to optimise cases where the `progn's result is constant.
20531 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
20533         * locate.el (locate-get-file-positions):
20534         Use line-beginning-position and line-end-position.
20536 2007-08-23  John Wiegley  <johnw@newartisans.com>
20538         * calendar/cal-bahai.el: Added in the diacriticals that were
20539         missing for many of the month names.
20541 2007-08-22  Jason Rumney  <jasonr@gnu.org>
20543         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
20545 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
20547         * image-mode.el (image-minor-mode): Use image-mode-text-map.
20549 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
20551         * dabbrev.el (dabbrev--progress-reporter): New variable.
20552         (dabbrev--scanning-message): Delete func.
20553         (dabbrev--find-expansion): Use a progress reporter
20554         instead of dabbrev--scanning-message.
20556 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
20558         * comint.el (comint-exec-1): Raise an error if
20559         `start-file-process' does not return a process object.
20561         * shell.el (shell): Prompt for `default-directory' if it is a
20562         remote file name, and if called with a prefix arg.
20564 2007-08-22  Sam Steingold  <sds@gnu.org>
20566         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
20568 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
20570         * textmodes/org-export-latex.el: New file.
20572         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
20574         * textmodes/org.el (org-agenda-skip): Allow a form for
20575         `org-agenda-skip-function'.
20576         (org-agenda-redo): Re-use local settings.
20577         (org-agenda): Store local settings.
20578         (org-agenda-deadline-faces): New option.
20579         (org-agenda-deadline-face): New function.
20580         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
20581         entries on their due date.
20582         (org-agenda-get-timestamps): No longer handle the due dates of
20583         schedules and deadline items.
20584         (org-insert-link-global, org-open-at-point-global): New commands.
20585         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
20586         :for-ascii parameter.
20587         (org-skip-comments): Function removed.
20588         (org-cleaned-string-for-export): Handle special table lines.
20589         (org-global-properties): New option.
20590         (org-entry-get-with-inheritance): Check global properties.
20591         (org-local-properties): New variable.
20592         (org-set-regexps-and-options): Find the #+PROPERTY line.
20593         (org-link-types): Change type into variable (was constant).
20594         (org-make-link-regexps): New function.
20595         (org-link-re-with-space, org-link-re-with-space2)
20596         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
20597         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
20598         these regular expressions happens now in the function
20599         `org-make-link-regexps'.
20600         (org-store-link): Call the functions in
20601         `org-store-link-functions'.
20602         (org-add-link-type): New function.
20603         (org-store-link-functions): New variable.
20604         (org-activate-tags): Force matches to be in headlines.
20605         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
20606         (org-columns-display-here): Make sure this works in a narrowed
20607         buffer by checking for point-min.
20608         (org-columns-display-here): Make the rest of the line intangible,
20609         so that point never can be there.
20610         (org-cleaned-string-for-export): Use `with-current-buffer'.
20611         (org-replace-region-by-html): Use `with-current-buffer'.
20612         (org-unfontify-region, org-do-occur, org-columns-display-here)
20613         (org-columns-remove-overlays, org-columns-quit)
20614         (org-columns-edit-value, org-columns-next-allowed-value)
20615         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
20616         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
20617         (org-agenda-todo, org-agenda-change-all-lines)
20618         (org-agenda-align-tags, org-agenda-priority)
20619         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
20620         (org-agenda-show-new-time, org-cleaned-string-for-export)
20621         (org-export-grab-title-from-buffer)
20622         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
20623         instead of `buffer-read-only'.
20624         (org-export-as-html): Set `coding-system-for-write'.
20625         (org-remember-store-without-prompt): New option.
20626         (org-archive-subtree): Fixed bug with modifying TODO keyword.
20627         (org-beginning-of-line): Also treat C-a special in items.
20628         (org-table-convert-refs-to-rc): Fixed problem with column
20629         reference after "..".
20630         (org-columns-compute): Don't mark buffer modified because of text
20631         properties.
20632         (org-batch-store-agenda-views): Use the variable
20633         `default-directory', not the function.
20634         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
20635         (org-clock-out-when-done): New option.
20636         (org-html-entities): Added HTML entities for smileys.
20638 2007-08-22  Glenn Morris  <rgm@gnu.org>
20640         * image.el (create-image): Doc fix.
20642         * startup.el (tutorial-directory): New constant.
20643         (fancy-splash-text): Tutorials now in tutorial-directory.
20644         * tutorial.el (help-with-tutorial): Tutorials now in
20645         tutorial-directory.
20647 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
20649         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
20650         otherwise.
20651         (tramp-get-remote-path): New defun.  Replace occurrences of
20652         `tramp-default-remote-path' by this function.
20653         (tramp-set-remote-path): Move most of the code to
20654         `tramp-get-remote-path'.
20655         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
20656         existing directories, this is done already in
20657         `tramp-get-remote-path'.
20659 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
20661         * image-file.el (image-file-name-extensions): Add "svg".
20662         * image.el (image-type-header-regexps): Add svg entry.
20664 2007-08-22  Glenn Morris  <rgm@gnu.org>
20666         * files.el (backup-buffer-copy): Check backup directory is
20667         writable, to avoid infloop deleting old backup.
20669         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
20670         movemail related variables.
20671         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
20672         will now be set before this is called.
20674 2007-08-21  Juri Linkov  <juri@jurta.org>
20676         * delsel.el (delete-selection-pre-hook):
20677         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
20678         instead of checking last-command.
20680 2007-08-21  Juri Linkov  <juri@jurta.org>
20682         * loadup.el: Preload "button".
20684 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20686         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20687         Add previous-line and next-line.
20689         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
20690         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
20692         * vc-hooks.el (vc-menu-entry): New var.
20693         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
20694         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
20695         (vc-menu-map): Declare and initialize in one step.
20696         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
20698         * menu-bar.el (vc-menu-map): Don't setup any more.
20699         Instead, just create the proper spot in the menu.
20701 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20703         * smerge-mode.el (smerge-resolve): New arg `safe'.
20704         (smerge-resolve-all, smerge-batch-resolve): New function.
20705         (smerge-refine): Make sure `diff' returns the expected result.
20706         (smerge-parsep-re): New const.
20707         (smerge-mode): Use it to adjust paragraph-separate.
20709         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20710         Correctly match / regexp matchers as first char on a line when
20711         fontifying only that line.
20713         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
20715 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20717         * vc-bzr.el: Don't fiddle with vc-handled-backend.
20718         (vc-bzr-registered): Don't redundantly protect against
20719         file-error.  Actually use the format-specific code.
20720         (vc-bzr-buffer-nonblank-p): Remove.
20721         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
20723 2007-08-20  Juri Linkov  <juri@jurta.org>
20725         * startup.el (fancy-splash-text): Change multiple tabs into one
20726         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
20727         and "Recover Crashed Session").
20728         (fancy-splash-screens): Set tab-width to 22.
20729         (normal-splash-screen): Replace literal tabs with \t and
20730         fix whitespace.  Remove "Useful File menu items" section (with
20731         "Exit Emacs" and "Recover Crashed Session").
20733 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
20735         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
20736         extracted from `eval-last-sexp-1'.
20737         (eval-last-sexp-1): Call `preceding-sexp'.
20739 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
20741         * vc-rcs.el (vc-rcs-annotate-command):
20742         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
20743         Add back :vc-annotate-prefix propertization.
20745 2007-08-20  Andreas Schwab  <schwab@suse.de>
20747         * mail/rmail.el (rmail-autodetect): Doc fix.
20749 2007-08-19  Juri Linkov  <juri@jurta.org>
20751         * startup.el (normal-splash-screen): Add more links.
20753 2007-08-19  Juri Linkov  <juri@jurta.org>
20755         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
20756         because it's common to both types of splash screen: fancy and normal.
20757         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
20758         (exit-splash-screen): Rename from `fancy-splash-quit'.
20759         Use `quit-window' instead of `kill-buffer'.
20760         (fancy-splash-head): Use make-button to insert GNU image link.
20761         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
20762         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
20763         (normal-splash-screen): Put "Browse manuals" on the same line with
20764         "Emacs manual".  Remove descriptions from "Useful tasks" and put
20765         all links in two columns on two lines.
20767 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20769         * emulation/viper.el (viper-remove-hooks): Remove some additional
20770         viper hooks when the user calls viper-go-away.
20771         (viper-go-away): Restore the default of default-major-mode.
20772         Save the value of default-major-mode before vaperization.
20774         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
20776         * emulation/viper-ex.el: Replace error "" with "Viper bell".
20778         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
20779         buffer for which file is created.
20781 2007-08-19  Glenn Morris  <rgm@gnu.org>
20783         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
20784         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
20785         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
20786         shadow files messing up the compilation.
20788 2007-08-18  Glenn Morris  <rgm@gnu.org>
20790         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
20791         string.  Also apply eldoc-argument-case in the help-split-fundoc
20792         case.  Adapt for changed behavior of eldoc-function-argstring,
20793         eldoc-function-argstring-format, and
20794         eldoc-highlight-function-argument.
20795         (eldoc-highlight-function-argument): Handle nil INDEX argument,
20796         just call eldoc-docstring-format-sym-doc in that case.
20797         (eldoc-function-argstring): Change the behavior.  Now it converts
20798         an argument list to a string.
20799         (eldoc-function-argstring-format): Change the behavior.  Now it
20800         applies `eldoc-argument-case' to a string.
20802         * progmodes/scheme.el (scheme-mode-variables): Set
20803         font-lock-comment-start-skip.
20805 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
20807         * progmodes/ada-mode.el (ada-create-syntax-table): Move
20808         set-syntax-table from here to ...
20809         (ada-mode): ... here.  Do not change global value of
20810         comment-multi-line.  Call new function
20811         ada-initialize-syntax-table-properties and add new function
20812         ada-handle-syntax-table-properties to font-lock-mode-hook.
20813         (ada-deactivate-properties, ada-initialize-properties): Replace
20814         by new functions ...
20815         (ada-handle-syntax-table-properties)
20816         (ada-initialize-syntax-table-properties)
20817         (ada-set-syntax-table-properties): ... to set up syntax-table
20818         properties uniformly, independently from whether font-lock-mode
20819         is enabled or not.  Handle read-only buffers and do not change
20820         undo-list when setting syntax-table properties.
20821         (ada-after-change-function): Use ada-set-syntax-table-properties.
20823 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
20825         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
20826         (meta-indent-current-nesting): Use a computation of the nesting
20827         instead.
20828         (meta-indent-current-indentation): Indentation is given according
20829         to nesting and if the previous line was finished or not.
20830         (meta-indent-unfinished-line): Tell if the current line ends with
20831         a finished expression.
20832         (meta-indent-looking-at-code): Like `looking-at', but checks if
20833         the point is in a string before.
20834         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
20835         done in the nesting function.
20836         (meta-indent-in-string-p): Tell if the current point is in a
20837         string.
20838         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
20839         previous functions.
20841 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
20843         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
20844         (copyright-update-year, copyright-update)
20845         (copyright-fix-years): Use it.
20847 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
20849         * emacs-lisp/copyright.el (copyright-update-year):
20850         Fix bug: Handle nil copyright-limit.
20852 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
20854         * calc/calc-units.el (math-standard-units): Give exact
20855         conversion for tsp.
20857         * calc/calc.el (math-bignum-digit-length): Compute the
20858         appropriate value.
20860         * calc/calc-bin.el (math-bignum-logb-digit-size)
20861         (math-bignum-digit-power-of-two):
20862         * calc/calc-comb.el (math-small-factorial-table):
20863         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
20864         (math-approx-gamma-const):
20865         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
20866         (math-besY1, math-bernoulli-b-cache):
20867         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
20868         Remove `eval-when-compile's.
20870 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
20872         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
20873         (cperl-find-pods-heres): Fix an error when typing expressions like
20874         `s{a}{b}'.
20876 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
20878         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
20879         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
20880         a special case (there's no build number).
20882 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
20884         * completion.el (symbol-under-point, symbol-before-point)
20885         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
20887 2007-08-17  Glenn Morris  <rgm@gnu.org>
20889         * progmodes/compile.el (compilation-get-file-structure): Make use
20890         of the directory part when checking for an existing entry, to
20891         handle files with same basename in different directories.
20893 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
20895         * calc/calc.el (calc-language-alist): Add texinfo-mode.
20897 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20899         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
20900         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
20901         (ps-paragraph-spacing): Docstring fix.
20903 2007-08-16  Glenn Morris  <rgm@gnu.org>
20905         * ps-print.el (ps-font-size): Doc fix.
20907 2007-08-16  Richard Stallman  <rms@gnu.org>
20909         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
20911 2007-08-15  Juri Linkov  <juri@jurta.org>
20913         * startup.el (initialization): Change parent group from `internal'
20914         to `environment'.
20915         (initial-buffer-choice): New variable.
20916         (command-line): Revert 2007-07-02 change that sets
20917         buffer-offer-save in *scratch* and enables auto-save in it.
20918         (fancy-splash-text): Add links to existing items.  Add new items
20919         with links for useful tasks.  Move information about Control-g to
20920         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
20921         (fancy-splash-keymap): New variable.
20922         (fancy-splash-last-input-event): Remove variable.
20923         (fancy-splash-insert): Add processing of `:link' element.
20924         (fancy-splash-head): Replace "Type Control-l to begin editing"
20925         with "Type `q' to exit".
20926         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
20927         (fancy-splash-default-action, fancy-splash-special-event-action):
20928         Remove functions.
20929         (fancy-splash-quit): New function.
20930         (fancy-splash-screens): Rename input arg from `hide-on-input' to
20931         `static' and reverse the condition of its usage.  Don't preserve
20932         original values of `minor-mode-map-alist',
20933         `emulation-mode-map-alists', `special-event-map'.
20934         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20935         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20936         Remove processing of special events.  Use local key map
20937         `fancy-splash-keymap'.  Set buffer to read-only.
20938         (normal-splash-screen): Rename input arg from `hide-on-input' to
20939         `static' and reverse the condition of its usage.
20940         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
20941         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
20942         Add links to existing items.  Add new items with links for useful
20943         tasks.  Use local key map `fancy-splash-keymap'.
20944         (display-splash-screen): Rename input arg from `hide-on-input' to
20945         `static'.
20946         (about-emacs): Add alias to display-splash-screen.
20947         (command-line-1): Use `initial-buffer-choice'.
20949         * menu-bar.el (menu-bar-help-menu):
20950         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
20951         item to about-emacs instead of display-splash-screen.
20953 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
20955         * calc/calc-units.el (math-standard-units): Update values.
20956         Put in exact, rational values when possible.
20957         (math-unit-prefixes): Replace floats with powers of ten.
20958         (math-standard-units-systems): Replace floats with integers.
20959         (math-make-unit-string): Remove extra spaces in output.
20961 2007-08-15  Glenn Morris  <rgm@gnu.org>
20963         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
20964         sloppier, for the sake of GNU Mailman.
20965         (rmail-digest-rfc1153): Initialize `result' correctly.
20967 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
20969         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20970         in the mail title.  Suggested by Reiner Steib.
20972 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
20974         * calc/calc-aent.el (calc-do-quick-calc): Add binary
20975         representation of integers to the list of outputs.
20977 2007-08-14  Glenn Morris  <rgm@gnu.org>
20979         * simple.el (bad-packages-alist): New constant.
20980         (bad-package-check): New function.  Together, these two add elements
20981         to `after-load-alist' to check for problematic external packages.
20982         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20984 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
20986         * calc/calc-units.el (math-get-standard-units)
20987         (math-get-units, math-make-unit-string)
20988         (math-get-default-units, math-put-default-units): New functions.
20989         (math-default-units-table): New variable.
20990         (calc-convert-units, calc-convert-temperature): Add machinery
20991         to supply default values.
20993 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20995         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20996         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20997         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20998         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
21000         * emulation/tpu-extras.el: Remove spurious * in docstrings.
21001         Put its autoloads into tpu-edt.el rather than loaddefs.el.
21002         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
21003         Make into a proper minor-mode.
21004         (tpu-backward-char, tpu-next-line, tpu-previous-line)
21005         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
21006         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
21007         (tpu-set-cursor-free, tpu-set-cursor-bound):
21008         Delegate to tpu-cursor-free-mode.
21009         (tpu-next-line, tpu-previous-line, tpu-forward-line)
21010         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
21011         Use line-move or forward-line instead of next-line-internal.
21013 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
21015         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
21017 2007-08-12  Richard Stallman  <rms@gnu.org>
21019         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
21020         (cvs-execute-single-file): Use new name split-string-and-unquote.
21021         (cvs-header-msg): Use new name combine-and-quote-strings.
21023         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
21025         * progmodes/gud.el (gud-common-init): Use new name
21026         split-string-and-unquote.
21028         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
21029         in javac regexp.
21031         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
21032         combine-and-quote-strings and split-string-and-unquote.
21034         * subr.el (combine-and-quote-strings): Rename from strings->string.
21035         (split-string-and-unquote): Rename from string->strings.
21037 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21039         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
21040         to buffer-local settings.
21042         * emacs-lisp/backquote.el (backquote-delay-process): New function.
21043         (backquote-process): Add internal arg `level'.  Use the two to
21044         correctly handle nested backquotes.
21046 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
21048         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
21049         (vc-bzr-state-words): Add "kind changed" state word.
21050         (vc-bzr-status): New function.  Return Bzr idea of file status,
21051         which is different from VC's.
21052         (vc-bzr-state): Use vc-bzr-status.
21053         (vc-workfile-unchanged-p): Use vc-bzr-status.
21054         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
21055         (vc-dired-state): Process "kind changed" state word.
21057 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21059         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
21061         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
21062         Move from vc-default-find-file-not-found-hook.
21064 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21066         * man.el: Remove spurious * in docstrings.
21067         Merge defvars and toplevel setq-defaults.
21068         (Man-highlight-references0): Limit=nil rather than point-max.
21069         (Man-mode-map): Move initialization into the declaration.
21070         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
21071         (Man-view-header-file): Use expand-file-name rather than concat.
21072         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
21074         * man.el (Man-next-section): Make sure we do not move backward.
21076 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21078         * files.el (auto-mode-alist): Use the purecopied text (duh!).
21080 2007-08-08  Glenn Morris  <rgm@gnu.org>
21082         * Replace `iff' in doc-strings and comments.
21084 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
21086         * dired.el (dired-pop-to-buffer):
21087         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
21088         * calendar/calendar.el (generate-calendar-window):
21089         * progmodes/compile.el (compilation-set-window-height):
21090         * textmodes/two-column.el (2C-two-columns, 2C-merge):
21091         Use window-full-width-p instead of comparing frame-width and
21092         window-width.
21094         * progmodes/compile.el (compilation-find-buffer): Remove extra
21095         argument in call to compilation-buffer-internal-p.
21097 2007-08-07  Tom Tromey  <tromey@redhat.com>
21099         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
21100         Add safe-local-variable property.
21102 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
21104         * image-mode.el (image-toggle-display): Use image-refresh.
21106 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
21108         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
21109         unofficial version.
21110         (vc-bzr-command): Remove redundant setting of process-connection-type.
21111         (vc-bzr-admin-checkout-format-file): Add autoload.
21112         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
21113         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
21114         (vc-bzr-registered): Compare dirstate format tag with known good
21115         value, abort parsing if match fails.  Warn user in docstring.
21116         (vc-bzr-workfile-version): Case for different Bzr branch formats.
21117         See bzrlib/branch.py in Bzr sources.
21118         (vc-bzr-diff): First argument FILES may be a string rather than a list.
21119         (vc-bzr-shell-command): Remove in favor of
21120         vc-bzr-command-discarding-stderr.
21121         (vc-bzr-command-discarding-stderr): New function.
21123 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
21125         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
21126         program, and return nil.
21127         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
21128         (vc-bzr-state): Look for path names relative to the repository
21129         root after status keyword.
21130         (vc-bzr-file-name-relative): New function.
21131         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
21132         depend on it.
21133         (vc-bzr-admin-dirname, ...-checkout-format-file)
21134         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
21135         files that we now parse directly for speed.
21136         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
21137         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
21138         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
21139         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
21140         Bzr warnings, so we must discard it.
21141         (vc-bzr-workfile-version): Speedup counting lines from
21142         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
21143         if that file doesn't exist.
21144         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
21145         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
21146         to `vc-directory-exclusion-list'.
21147         (vc-bzr-shell-command): New function.
21149 2007-08-06  Tom Tromey  <tromey@redhat.com>
21151         * diff-mode.el (diff-unified->context, diff-reverse-direction)
21152         (diff-fixup-modifs): Typo in docstring.
21154 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21156         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
21157         count-screen-lines.
21158         (tpu-edt-off): Disable relevant pieces of advice.
21160         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
21161         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
21162         (newline, newline-and-indent, do-auto-fill): Use advice instead of
21163         redefining the function.
21164         (tpu-set-scroll-margins): Activate the pieces of advice.
21166 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
21168         * help.el (resize-temp-buffer-window): Use window-full-width-p
21169         instead of comparing frame-width and window-width.
21171 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
21173         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
21174         optional quotes around files in NEED-UPDATE . REMOVED case.
21176         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
21177         (ada-treat-cmd-string): Improve error message.
21178         (ada-do-file-completion): Call `ada-require-project-file', so
21179         project variables are set properly.
21180         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
21181         (ada-gnatfind-buffer-name): New constant.
21182         (ada-find-any-references): Use new constant.  Set buffer name
21183         properly in compilation-start.  Toggle read-only properly.
21184         (ada-find-in-src-path): Fix spelling error in docstring.
21186         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
21187         by zero error.
21189 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21191         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
21193 2007-08-12  Richard Stallman  <rms@gnu.org>
21195         * progmodes/sh-script.el (sh): Delete group `unix'.
21197         * progmodes/gud.el (gud): Change to group `processes'.
21199 2007-08-11  Glenn Morris  <rgm@gnu.org>
21201         * progmodes/compile.el (compilation-buffer-name): Don't check
21202         compilation-arguments.  It is superfluous, and the variable isn't
21203         even set when this function is called.
21205 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21207         * term/mac-win.el (mac-ae-reopen-application): New function.
21208         (mac-apple-event-map): Bind "reopen application" Apple event to it.
21210 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21212         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
21213         take tex-font-script-display into account.
21214         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
21215         cell to a list of 2 elements to simplify the unfontify code.
21217 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21219         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
21220         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
21221         ps-print-color-p is neither nil nor black-white.  Reported by Christian
21222         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21224 2007-08-08  Andreas Schwab  <schwab@suse.de>
21226         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
21227         self-insert-command, not self-insert.
21229 2007-08-08  Glenn Morris  <rgm@gnu.org>
21231         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
21232         argument optional, for backwards compatibility, and only highlight
21233         args when present.  Fix symbol name typo (doc/args).
21235         * help-mode.el (help-make-xrefs): Search for symbol constituents,
21236         rather than just `-'.
21238 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
21240         * calc/calc-units.el (calc-convert-temperature):
21241         Use `/' to create fractions.
21243 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
21245         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
21246         global matching.
21247         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
21248         ERROR-BUFFER more robust.  Display output.
21249         (tramp-file-name-handler): Add a connection property when we found
21250         a foreign file name handler.  This allows backends like ftp to
21251         profit also from usr/host name completion based on connection
21252         cache.
21253         (tramp-send-command-and-read): Search for trash after the regexp
21254         until eol only.  In XEmacs, there is a problem with \n.
21256         * net/tramp-cache.el (top): Read persistent connection history
21257         when cache is empty.
21259 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
21261         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
21262         resulting output.
21264 2007-08-07  Sam Steingold  <sds@gnu.org>
21266         * progmodes/compile.el (compilation-start): Pass nil as startfile
21267         to comint-exec.
21269 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
21271         * longlines.el (longlines-decoded): New variable.
21272         (longlines-mode): Avoid encoding or decoding the buffer twice.
21274 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
21276         * format.el (format-insert-file): Make sure that at most one undo
21277         entry is recorded for the insertion.  Inhibit point-motion and
21278         modification hooks around call to insert-file-contents.
21280 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21282         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
21283         Select the buffer's window before moving point.
21285 2007-08-07  Richard Stallman  <rms@gnu.org>
21287         * term.el (term): Remove parent group `unix'.
21289         * simple.el (default-indent-new-line): New function.
21290         It calls comment-line-break-function if there are comments.
21291         (do-auto-fill): Use that.
21293 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
21295         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
21296         (PC-do-completion): Add "acronym completion" for symbols and
21297         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
21299 2007-08-06  Sam Steingold  <sds@gnu.org>
21301         * mouse.el (mouse-buffer-menu): Pass mode-name through
21302         format-mode-line because it may be a list,
21303         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
21305 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
21307         * printing.el (pr-update-menus): Docstring fix.
21309 2007-08-06  Jason Rumney  <jasonr@gnu.org>
21311         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
21313         * vc-hooks.el (vc-call): Add doc string.
21315 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
21317         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
21318         process-filter.
21320 2007-08-06  Kenichi Handa  <handa@m17n.org>
21322         * international/quail.el: Wrap (require 'help-mode) by
21323         eval-when-compile.
21324         (quail-help-init): New function.
21325         (quail-help): Call quail-help-init.
21326         (quail-store-decode-map-key): Change it to a function.
21328 2007-08-05  Jason Rumney  <jasonr@gnu.org>
21330         * vc.el (vc-rollback): Add norevert argument back.
21331         (vc-revert-buffer): Add back as obsolete alias.
21333 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
21335         * term.el: Honor term-default-fg-color and term-default-bg-color
21336         settings when modifying term-current-face.
21337         (term-default-fg-color, term-default-bg-color): Initialize from
21338         default term-current-face.
21339         (term-mode, term-reset-terminal): Set term-current-face with
21340         term-default-fg-color and term-default-bg-color.
21341         (term-handle-colors-array): term-current-face has term-default-fg-color
21342         and term-default-bg-color after reset escape sequence.
21343         (term-handle-colors-array): Set term-current-color with
21344         term-default-fg/bg-color instead of ansi-term-color-vector when the
21345         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
21347 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
21349         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
21350         (math-nlfit-givens): Let bind free variables.
21352 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
21354         * printing.el: Require lpr and ps-print when loading printing package.
21355         Reported by Glenn Morris <rgm@gnu.org>.
21357 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
21359         * files.el (set-auto-mode): Handle also remote files wrt
21360         `auto-mode-alist'.
21362 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
21364         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
21365         curves and plotting.
21367         * calc/calc-nlfit.el: New file.
21369 2007-08-04  Glenn Morris  <rgm@gnu.org>
21371         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
21372         zero, not nil, when the library is first loaded.  Check for a file
21373         that has been modified on disk.
21375         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
21376         Remove duplicate defvar preventing initialization.
21377         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
21379 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21381         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
21382         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
21383         may match up to 4 lines.
21384         (diff-beginning-of-file-and-junk): Rewrite.
21386 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21388         * printing.el: Evaluate require only during compilation.
21389         (pr-version): New version 6.9.1.
21390         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
21391         (pr-global-menubar): Fix code.
21393 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
21395         * term.el (term-erase-in-display): Fix case when point is not at
21396         the beginning of the line.
21398 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
21400         * calc/calc-ext.el (math-get-value, math-get-sdev)
21401         (math-contains-sdev): New functions.
21403         * calc/calc-graph.el (calc-graph-format-data)
21404         (calc-graph-add-curve): Check for error forms.
21405         (calc-graph-set-styles): Add option for error forms.
21407 2007-08-03  Miles Bader  <miles@gnu.org>
21409         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
21410         backend names for new backends to `Git', `Hg', and `Bzr'.
21411         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
21412         not `HG'.
21413         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
21414         name, not `GIT'.
21415         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
21416         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
21418 2007-08-03  Richard Stallman  <rms@gnu.org>
21420         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
21421         to update deleted flag.
21423         * cus-edit.el (customize-apropos, customize-apropos-options)
21424         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
21426         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
21428         * startup.el (fancy-splash-head, startup-echo-area-message):
21429         Change message text.
21431         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
21432         All callers use line-move.
21434         * progmodes/compile.el (compilation-find-buffer): Return current
21435         buffer immediately if suitable.
21436         (compile, compilation-buffer-name, compilation-start): Doc fixes.
21438 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
21440         * faces.el (face-normalize-spec): New function.
21441         (frame-set-background-mode): Normalize face-spec before calling
21442         face-spec-match-p.
21444 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21446         * server.el (server-window): Add switch-to-buffer-other-frame option.
21448 2007-08-03  Glenn Morris  <rgm@gnu.org>
21450         * cus-edit.el (customize-apropos): Make the error message indicate
21451         what kind of thing the user was trying to customize.
21453         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
21455         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
21456         Fix off-by-one error in previous change.
21458 2007-08-03  Drew Adams  <drew.adams@oracle.com>
21460         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
21461         Make buffer writable.
21463 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
21465         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
21466         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
21467         Use native Emacs functions, when appropriate.
21469 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
21470             Stefan Monnier  <monnier@iro.umontreal.ca>
21472         * vc.el: Document new VC operation `extra-menu'.
21474         * vc-hooks.el (vc-default-extra-menu): New function.
21476         * menu-bar.el (menu-bar-vc-filter): New function.
21477         (menu-bar-tools-menu): Use it as a filter.
21479 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21481         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
21483 2007-08-01  Glenn Morris  <rgm@gnu.org>
21485         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
21486         strings.
21487         (fortran-tab-mode-default): Remove needless autoload.
21488         (fortran-tab-mode-string): Add help-echo and mouse properties, and
21489         mark as risky.
21490         (fortran-line-length): New buffer-local variable, safe if integer.
21491         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
21492         Change from variables to constants.
21493         (fortran-font-lock-syntactic-keywords): Delete as a variable,
21494         replace with a new function definition.
21495         (fortran-mode): Use fortran-line-length, and
21496         fortran-font-lock-syntactic-keywords as a function.  Add a
21497         hack-local-variables-hook function.
21498         (fortran-line-length, fortran-hack-local-variables): New functions.
21499         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
21500         Use fortran-line-length rather than 72.
21501         (fortran-window-create-momentarily): Doc fix.
21503 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
21505         * cus-edit.el (custom-group-value-create, custom-goto-parent):
21506         Fix parent groups link.
21508 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
21510         * progmodes/python.el (python-current-defun): Adjust to never fall
21511         into infinite loop.
21513 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21515         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
21517 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
21519         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
21520         (copyright-fix-years, copyright): Correctly handle the case where
21521         copyright-limit is nil.
21523 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
21525         * progmodes/python.el (run-python): Fix path separator under w32.
21527 2007-07-30  Richard Stallman  <rms@gnu.org>
21529         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21530         Treat non-break space as whitespace in Lisp.
21532 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21534         * vc.el (vc-dired-hook): Use inhibit-read-only.
21536         * progmodes/compile.el (compilation-forget-errors):
21537         Reset compilation-auto-jump-to-next.
21539 2007-07-30  Michael Olson  <mwolson@gnu.org>
21541         * cus-edit.el (custom-group-save): Fix void function definition
21542         error.  Thanks to Zhang Wei for the report.
21544         * ps-print.el: Check in trivial changes to the autoloads section
21545         caused by the build process.  These autoloads really ought to be
21546         placed in a separate file, methinks.
21548 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21550         * calendar/calendar.el (calendar-mode): Make sure
21551         displayed-(month|year) are set.
21552         (calendar-basic-setup): Display buffer before adjusting window sizes.
21553         (generate-calendar-window): Use inhibit-read-only.  Simplify.
21554         Generate buffer and set displayed-month and displayed-year before
21555         calling update-calendar-mode-line.
21557 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
21559         * net/tramp.el:
21560         * net/tramp-uu.el:
21561         * net/trampver.el: Use utf-8 encoding with coding cookie.
21563         * net/tramp-cache.el:
21564         * net/tramp-fish.el:
21565         * net/tramp-ftp.el:
21566         * net/tramp-gw.el:
21567         * net/tramp-smb.el: Remove coding cookie.
21569         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
21570         Flush buffer file-name's file property.
21571         (tramp-handle-file-remote-p): The first parameter is FILENAME.
21573         * net/trampver.el: Update release number.
21575 2007-07-29  Juri Linkov  <juri@jurta.org>
21577         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
21578         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
21579         when major-mode is not dired-mode.
21580         (dired-toggle-read-only): New function.
21581         (dired-recursive-deletes): Remove obsolete comments about old
21582         default value.
21583         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
21585         * wdired.el (wdired-exit): New function.
21586         (wdired-mode-map): Bind C-x C-q to wdired-exit.
21588 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21590         * cus-edit.el (customize-read-group): New fun.
21591         (customize-group-other-window, customize-face-other-window):
21592         Prompt before delegating to customize-(group|face).
21593         Bind pop-up-windows rather than use the other-window argument.
21594         (customize-group, customize-face): Prompt from the interactive spec.
21595         Remove args `prompt-for-group' and `other-window'.
21597         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
21598         (ad-body-forms, ad-advised-interactive-form): Revert this part of
21599         last change.
21601 2007-07-28  Masatake YAMATO  <jet@gyve.org>
21603         * vc.el (vc-dired-mode): Add a menu for VC related operation.
21604         Use backend name as the menu label.  Suggested by David Kastrup.
21606 2007-07-28  Alan Mackenzie  <acm@muc.de>
21608         Fix problem with modes derived from CC Mode:
21609         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
21610         macro to cc-langs.
21611         (c-init-language-vars-for): Remove call to above macro.
21612         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
21613         been moved to here.
21614         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
21616 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
21618         * net/trampver.el: Fix the `coding' cookie.
21620 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
21622         * vc-git.el (vc-git-print-log): Support both the old single file
21623         interface and the new one.
21625 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
21627         * bindings.el (mode-line-remote): Use updated %@ construct.
21629 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21631         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
21632         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
21633         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
21634         (diary-list-bahai-entries, diary-bahai-mark-entries)
21635         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
21636         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
21637         New names to clean up namespace.
21638         (list-bahai-diary-entries, mark-bahai-diary-entries)
21639         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
21640         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
21641         Add compatibility aliases.
21643         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
21645         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
21646         (calendar-scroll-left-three-months)
21647         (calendar-scroll-right-three-months): Clean up namespace.
21648         (scroll-calendar-left, scroll-calendar-right)
21649         (scroll-calendar-left-three-months)
21650         (scroll-calendar-right-three-months): Add compatibility aliases.
21652         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
21653         Behave like mouse-scroll-calendar-* when used from the mouse.
21655         * calendar/cal-menu.el (cal-menu-scroll-menu)
21656         (cal-menu-global-mouse-menu):
21657         * calendar/calendar.el (calendar-mode-map):
21658         Use new calendar-scroll-* names.
21659         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
21660         Remove.  Use calendar-scroll-* directly instead.
21662 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21664         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
21665         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
21666         (ad-make-advised-definition, ad-cache-id-verification-code):
21667         Use commandp and interactive-form instead.
21669 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
21671         * vc-git.el: Relicense to GPLv3 or later.
21672         (vc-directory-exclusion-list, vc-handled-backends): Remove.
21674         * vc-hooks.el (vc-handled-backends): Add GIT.
21676         * vc.el (vc-directory-exclusion-list): Add .git.
21678 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
21680         * vc-git.el (vc-git-revision-table)
21681         (vc-git-revision-completion-table): New functions.
21683 2007-07-25  Glenn Morris  <rgm@gnu.org>
21685         * Relicense all FSF files to GPLv3 or later.
21687         * COPYING: Switch to GPLv3.
21689 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21691         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
21692         Replace it with another one which disables undo before calling
21693         erase-buffer and then turns it back on if needed.
21695 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
21697         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
21699 2007-07-24  Glenn Morris  <rgm@gnu.org>
21701         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21702         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21703         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21704         (cal-tex-cursor-week, cal-tex-cursor-week2)
21705         (cal-tex-cursor-week-iso, cal-tex-week-hours)
21706         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21707         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21708         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21710 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21712         * calendar/calendar.el (calendar-mode-map): Move initialization
21713         into declaration.  Add menu bindings (used to be done in cal-menu).
21714         (calendar-mode): Don't add an activate-menubar-hook.
21716         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
21717         modify calendar-mode-map), use easy-menu, and make sure that C-h k
21718         can be used on the menu entries.
21719         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
21720         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
21721         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
21722         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
21723         (calendar-flatten, cal-menu-update): Remove.
21724         (calendar-mouse-insert-hebrew-diary-entry)
21725         (calendar-mouse-insert-islamic-diary-entry)
21726         (calendar-mouse-insert-bahai-diary-entry):
21727         Remove (fold into cal-menu-diary-menu).
21728         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
21729         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
21730         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
21731         (calendar-mouse-view-diary-entries): Minor simplifications.
21732         (calendar-event-to-date): Use with-current-buffer.
21734 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
21736         * add-log.el (change-log-redate): Remove (not needed anymore and
21737         doesn't appear to work).
21739 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21741         * frame.el: Use mapc and dolist instead of mapcar where possible.
21742         (close-display-connection): New command.
21744 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
21746         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
21747         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
21749 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21751         * ps-print.el (ps-multibyte-buffer): Docstring fix.
21753         * ps-mule.el: Doc fix.
21754         (ps-multibyte-buffer, ps-mule-font-info-database-default)
21755         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
21757 2007-07-25  Glenn Morris  <rgm@gnu.org>
21759         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
21760         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
21761         (cal-tex-daily-end, cal-tex-hook)
21762         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
21763         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
21764         (cal-tex-cursor-week-iso, cal-tex-week-hours)
21765         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21766         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
21767         (cal-tex-day-prefix, cal-tex-day-name-format)
21768         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
21769         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
21770         (cal-tex-LaTeX-subst-list): Change from variables to constants.
21771         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
21772         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
21773         etc, rather than \bf.
21774         (cal-tex-mini-calendar): Fix typos in previous change.
21775         (cal-tex-latexify-list): Remove inner let binding.
21776         (cal-tex-end-document, cal-tex-banner): Use multi-line
21777         cal-tex-comment.
21778         (cal-tex-comment): Handle embedded newlines.
21779         (cal-tex-LaTeXify-string): Use substring-no-properties.
21781 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
21783         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21784         Add support for the Maden build tool.
21786 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
21788         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
21790 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21792         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
21794 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
21796         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
21797         C-x C-q.
21799         * vc-git.el (vc-git-print-log): Fix previous change.
21801 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21803         * window.el (save-selected-window): Minor optimization.
21804         (bw-adjust-window): If operation failed, try with a smaller delta.
21805         (window-fixed-size-p): New function.
21806         (window-area-factor): New var.
21807         (balance-windows-area): New command.
21809         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
21810         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
21811         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
21812         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
21813         (ps-mule-begin-job): Use dolist.
21815 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
21817         * subr.el (start-file-process-shell-command)
21818         (process-file-shell-command): New defuns.
21820         * progmodes/compile.el (compilation-start):
21821         Apply `start-file-process-shell-command'.
21823 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
21825         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
21827 2007-07-24  Alan Mackenzie  <acm@muc.de>
21829         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
21830         Initialise byte-compile-unresolved-functions before rather than
21831         after a compilation.
21832         (byte-compile-unresolved-functions): Amplify doc string.
21834 2007-07-24  Glenn Morris  <rgm@gnu.org>
21836         * startup.el (normal-splash-screen): Use `emacs-copyright'.
21838         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
21839         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
21840         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
21841         (cal-tex-cursor-week, cal-tex-cursor-week2)
21842         (cal-tex-cursor-week-iso, cal-tex-week-hours)
21843         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
21844         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21845         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
21847         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
21848         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
21849         (cal-tex-day-name-format, cal-tex-cal-one-month)
21850         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
21851         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
21852         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
21853         (cal-tex-list-holidays, cal-tex-cursor-year)
21854         (cal-tex-cursor-year-landscape, cal-tex-year)
21855         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
21856         (cal-tex-cursor-month, cal-tex-insert-days)
21857         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
21858         (cal-tex-first-blank-p, cal-tex-cursor-week)
21859         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21860         (cal-tex-week-hours, cal-tex-cursor-week-monday)
21861         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
21862         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
21863         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
21864         (cal-tex-latexify-list, cal-tex-previous-month)
21865         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
21866         modernization, including using dotimes rather than
21867         calendar-for-loop.
21868         (cal-tex-LaTeX-subst-list): Remove `@'.
21869         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
21870         Use \textit and \textbf rather than \em and \it.
21872         * calendar/cal-bahai.el (list-bahai-diary-entries)
21873         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
21874         * calendar/cal-islam.el (list-islamic-diary-entries)
21875         * calendar/calendar.el (generate-calendar, generate-calendar-month)
21876         * calendar/diary-lib.el (diary-list-entries)
21877         (mark-calendar-date-pattern): Use `dotimes' rather than
21878         `calendar-for-loop'.
21880         * calendar/calendar.el (calendar-for-loop): Doc fix.
21882 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21884         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
21885         underlying file is uptodate.
21887 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
21889         * replace.el (perform-replace): Use isearch-no-upper-case-p.
21891 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21893         * vc-hooks.el (vc-mode-line-map): New const.
21894         (vc-mode-line): Use it.
21896 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
21898         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
21899         (vc-git-unregister): New functions.
21900         (vc-git-find-version): Use the result of ls-files as a parameter
21901         for cat-file.
21903 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
21905         * net/tramp.el (tramp-perl-file-attributes)
21906         (tramp-perl-directory-files-and-attributes)
21907         (tramp-handle-file-attributes-with-stat)
21908         (tramp-handle-directory-files-and-attributes-with-stat)
21909         (tramp-convert-file-attributes): Handle huge file sizes.
21911 2007-07-23  Juri Linkov  <juri@jurta.org>
21913         * isearch.el (isearch-message-function): New variable.
21914         (isearch-update, isearch-search): Use it.
21916         * simple.el (goto-history-element): New function created from
21917         next-history-element.
21918         (next-history-element): Most code moved to goto-history-element.
21919         Call goto-history-element with (- minibuffer-history-position n).
21920         (previous-history-element): Call goto-history-element with (+
21921         minibuffer-history-position n).
21922         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
21923         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
21924         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
21925         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
21926         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
21927         (minibuffer-history-isearch-pop-state): New functions.
21929 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
21931         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
21932         Also, if FILE is a list, return non-nil if any of its elements
21933         should stay local.  Update docstring.
21935 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21937         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
21938         change by reverting a small part.
21940 2007-07-23  Richard Stallman  <rms@gnu.org>
21942         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
21944 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
21946         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
21947         handling it.  Use vc-git-command.
21948         (vc-git-find-version, vc-git-diff-tree): New functions.
21949         (vc-git-revert): Use vc-git-command.
21950         (vc-git--run-command): Delete.
21952 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
21954         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
21956 2007-07-20  Kenichi Handa  <handa@m17n.org>
21958         * international/utf-8.el (utf-8-post-read-conversion):
21959         Temporarily bind utf-8-compose-scripts to nil while running
21960         *-compose-region functions.
21962 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
21964         * vc-git.el: Update status.
21965         (vc-directory-exclusion-list): Use eval-after-load.
21967 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
21969         * bindings.el (mode-line-remote): New variable.
21970         (help-echo): Add to default values of mode-line-format.
21972         * files.el: Mark mode-line-remote as risky.
21974 2007-07-22  Juri Linkov  <juri@jurta.org>
21976         * isearch.el (isearch-edit-string): Save old point and
21977         isearch-other-end to old-point and old-other-end before reading
21978         the search string from minibuffer.  After exiting minibuffer set
21979         point to old-other-end if point and the search direction is the
21980         same as before reading the search string.
21981         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
21982         to isearch-other-end.  Instead of isearch-search-and-update call
21983         three functions isearch-search, isearch-push-state and isearch-update.
21985 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
21987         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21988         deal with multiple file arguments.
21989         (vc-git-print-log): Deal with multiple file arguments.
21991 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21993         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21994         diff-refine-hunk.  Adjust users.
21995         (diff-unified-hunk-p, diff-splittable-p): New functions.
21996         (diff-mode-menu): Use it to disable Split when it doesn't work.
21998 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22000         * diff-mode.el (diff-mode-menu): New entries.
22002 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22004         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
22005         if applicable, so as to save undo-log space.
22007         * diff-mode.el (diff-find-file-name): Add arg `batch'.
22009         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
22010         (diff-file-kill): Use it.
22011         (diff-beginning-of-hunk): Add arg `try-harder' using it.
22012         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
22013         Use it so they find the hunk even when we're in the file header.
22015 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22017         * vc-git.el (vc-git-revision-granularity, vc-git-root)
22018         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
22019         (vc-git-create-repo): New functions.
22020         (vc-git-registered): New autoloaded function definition.
22021         (vc-git-registered): Use vc-git-root.
22022         (vc-git-responsible-p): New defalias.
22023         (vc-git-annotate-extract-revision-at-line): Uncomment.
22024         (vc-git-print-log): Add the file name to the log.
22025         (vc-git-log-view-mode): New derived mode.
22026         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
22028 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
22030         * progmodes/grep.el (grep-compute-defaults): Keep default values.
22032 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
22034         * textmodes/reftex.el (reftex-access-parse-file): Create parse
22035         file in a way that does not interfere with recentf mode.
22036         (reftex-access-parse-file): Do not risk destroying an existing
22037         buffer.
22039 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
22041         * vc-git.el: New file.
22043 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22045         * textmodes/tex-mode.el (tex-font-script-display): Change default.
22047 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22049         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
22050         for branches and new files.
22052         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
22053         local-map handling ...
22054         (vc-mode-line): ... here.  Improve handling of help-echo.
22056         * vc.el (mode-line-string): Document help-echo usage.
22058 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
22060         Sync with Tramp 2.1.10.
22062         * net/tramp.el (tramp-get-ls-command): Fix typo.
22064         * net/trampver.el: Update release number.
22066 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
22068         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
22070         * term/x-win.el (x-handle-no-bitmap-icon): New function.
22072 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
22074         * add-log.el (change-log-fill-parenthesized-list): New function.
22075         (change-log-indent): Call change-log-fill-parenthesized-list.
22076         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
22077         Have lines with leading asterisk start a paragraph.
22079 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
22081         * calc/calc-math.el (math-emacs-precision)
22082         (math-largest-emacs-expt, math-smallest-emacs-expt):
22083         New variables.
22084         (math-use-emacs-fn): New function.
22085         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
22086         appropriate.
22088 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
22090         * image-dired.el (image-dired-sane-db-file): New func.
22091         (image-dired-write-tags, image-dired-remove-tag)
22092         (image-dired-list-tags, image-dired-write-comments)
22093         (image-dired-get-comment, image-dired-mark-tagged-files)
22094         (image-dired-create-gallery-lists): Call new func.
22095         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
22097 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
22099         * vc-hg.el (vc-hg-dir-state): Fix loop.
22100         (vc-hg-print-log): Fix expected return value for vc-hg-command.
22101         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
22102         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
22103         (vc-hg-revert): Likewise.
22104         (vc-hg-revision-table, vc-hg-revision-completion-table): New
22105         functions.
22107 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22109         * add-log.el (change-log-resolve-conflict): Don't lose data if the
22110         merge fails.
22112 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
22114         * progmodes/compile.el (compilation-auto-jump-to-first-error):
22115         Add group and version.
22117 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22119         * add-log.el (add-log-file-name): Use file-relative-name.
22120         (add-change-log-entry): Delay reading
22121         add-log-(full-name|mailing-address) to after we've switched to the
22122         ChangeLog buffer so we get the right value.
22123         (add-change-log-entry, add-log-current-defun, change-log-merge):
22124         Use derived-mode-p rather than checking major-mode directly.
22126         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
22127         name for buffer-file-name if it refers to a directory.
22129         * vc-arch.el (vc-arch-diff): Fix last change.
22131         * progmodes/compile.el (compilation-start): Remember the original
22132         directory in a buffer-local compilation-directory.
22133         (compile): Set the global value of compilation-directory.
22134         (recompile): Use compilation-directory even in the compilation buffer.
22136 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
22138         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
22140 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22142         * ps-print.el: Problem with foreground and background color when
22143         printing a buffer with and without faces.  Reported by Christian
22144         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
22145         (ps-print-version): New version 6.7.5.
22146         (ps-default-fg): Change default value to nil, so black color is used
22147         when a face does not specify a foreground color.
22148         (ps-default-bg): Change default value to nil, so white color is used
22149         for background color.
22150         (ps-begin-job): Fix code.
22152 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
22154         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
22155         in $(INSTALL_DIR)/lisp/ if they already exist.
22157 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
22159         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
22160         in $(INSTALL_DIR)/lisp/ if they already exist.
22162 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22164         * progmodes/vera-mode.el (vera-re-search-forward)
22165         (vera-re-search-backward): Remove use of store-match-data.
22166         (vera-mode-map): Move initialization into declaration.
22168         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
22169         (flymake-find-buildfile): Use locate-dominating-file.
22171         * vc.el (vc-delistify): Use mapconcat.
22172         (vc-do-command): Minor simplification.
22173         (vc-expand-dirs): Use push.
22175         * vc-mcvs.el (vc-mcvs-create-repo):
22176         * vc-cvs.el (vc-cvs-create-repo): Remove.
22178         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
22179         directory and the root as well.
22181 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
22183         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
22184         instead of a file.
22186         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
22187         (vc-hg-registered): Replace if with when.
22188         (vc-hg-state): Deal with nonexistent files and handle removed files.
22189         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
22190         (vc-hg-checkout): Re-enable.
22191         (vc-hg-create-repo): Fix typos.
22192         (vc-hg-print-log): Fix for multiple files.
22193         (vc-hg-workfile-unchanged-p): New function.
22195         * vc.el: Fix typo.
22196         (vc-print-log): Fix call to print-log.
22197         (vc-default-comment-history): Likewise.
22198         (vc-directory-exclusion-list): Add .hg and .bzr.
22199         (vc-diff-internal): Pass a list instead of a file.
22201         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
22203         * vc-bzr.el (vc-bzr-create-repo): New function.
22205 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22207         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
22208         `file' from which to start the search.
22210 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
22212         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
22213         having a single file argument to having a list of files as the
22214         first argument.
22216 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22218         * files.el (locate-dominating-file): New function.
22220 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
22222         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
22223         (grep-compute-defaults): Use it.
22225 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22227         * uniquify.el: Docstring fixes.
22229 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
22231         * vc.el (revision-granularity, create-repo): Document new vc
22232         backend properties.
22233         (vc-rollback): Renamed from vc-cancel-version.  Update references.
22234         Pass a list instead of a file.
22235         (vc-revert): Renamed from vc-revert-buffer.  Update references.
22236         (vc-delistify, vc-expand-dirs): New functions.
22237         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
22238         of files instead of a single file.
22239         (vc-position-context, vc-resync-window, vc-diff-internal)
22240         (vc-print-log): Pass a list instead of a file.
22242         * vc-hooks.el (vc-stay-local-p, vc-backend)
22243         (vc-backend-subdirectory-name): Work on a file list, not a single
22244         file.
22245         (vc-workfile-version): Update docstring.
22246         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
22247         vc-revert instead of vc-revert-buffer.
22248         (vc-prefix-map): Likewise.  Bind vc-update.
22250         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
22251         (vc-svn-wash-log): New functions.
22252         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
22253         (vc-svn-command): Deal with a list of files, not a single file.
22255         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
22256         (vc-rcs-wash-log): New functions.
22257         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
22258         Deal with a list of files, not a single file.
22259         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
22261         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
22262         functions.
22263         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
22264         list of files, not a single file.
22266         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
22267         New functions.
22268         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
22269         (vc-mcvs-diff): Deal with a list of files, not a single file.
22271         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
22272         functions.
22273         (vc-hg-print-log): Deal with a list of files, not a single file.
22274         (vc-hg-diff-tree): New function, replace defalias with the same
22275         name.
22276         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
22277         FILES to denote that it is a file list, not a single file.
22279         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
22280         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
22281         a single file.
22282         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
22283         that it is a file list, not a single file.
22284         (vc-cvs-diff): Likewise.  Simplify.
22286         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
22287         Deal with a list of files, not a single file.
22289         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
22290         (vc-bzr-print-log): Update FILE parameter name to denote that it
22291         is a file list, not a single file.
22292         (vc-bzr-diff): Likewise.  Use the car of files.
22294 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
22296         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
22297         (follow-delete-other-windows-and-split, follow-recenter)
22298         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
22299         (follow-redisplay, follow-estimate-first-window-start)
22300         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
22301         Fix typos in docstrings.
22303 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
22305         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
22306         avoid that filling introduces lines with a single asterisk.
22308         * kmacro.el (kmacro-end-macro): When ignoring empty macro
22309         avoid incorrect kmacro-ring-empty-p messages.
22310         Reported by Michael Schierl <schierlm@gmx.de>.
22312 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
22314         * vc.el: Add more info about the vc-registered function.
22316 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
22318         * files.el (file-remote-p): Introduce optional parameter
22319         IDENTIFICATION.
22321         * recentf.el (recentf-keep-default-predicate): Adapt call of
22322         `file-remote-p'.
22324         * progmodes/grep.el (grep-probe): Use `process-file'.
22325         (grep-compute-defaults): Handle variables host specific.
22327         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
22328         parameter IDENTIFICATION.
22330         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
22331         parameter IDENTIFICATION.
22332         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
22333         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
22334         Add entry for `set-file-times'.
22335         (tramp-do-copy-or-rename-file-via-buffer)
22336         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
22337         (tramp-handle-unhandled-file-name-directory): Rewrite.
22338         (tramp-convert-file-attributes): Add error handling when inode is
22339         extraordinary big.
22340         (tramp-get-inode): Change parameter from FILE to VEC.
22341         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
22342         is nil.  This is according to the specification.  Goto (point-max)
22343         when ready.
22344         (tramp-handle-shell-command): Rewrite completely, using
22345         `process-file' and `start-file-process'.
22346         (tramp-methods, tramp-find-shell)
22347         (tramp-open-connection-setup-interactive-shell)
22348         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
22349         var.  Reported by Steve Youngs <steve@sxemacs.org>.
22351         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
22352         entry for `set-file-times'.  Rename `start-process' into
22353         `start-file-process'.  Remove `call-process' entry.
22354         (tramp-fish-handle-set-file-times): New defun.
22355         (tramp-fish-handle-executable-find): Use `process-file'.
22356         (tramp-fish-handle-process-file): New defun.  Replaces
22357         `tramp-fish-handle-call-process'.
22358         (tramp-fish-do-copy-or-rename-file-directly): Use
22359         `set-file-times'.
22360         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
22362         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
22363         `tramp-get-inode' parameter.
22365 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22367         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
22368         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
22369         nowadays, and by the time Emacs-23 comes out, nobody will even remember
22370         it has ever existed.
22372 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
22374         * vc.el: Undo previous change.
22376 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
22378         * makefile.w32-in (clean): Don't delete *~.
22380 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22382         * textmodes/tex-mode.el (tex-verbatim-environments):
22383         Add safe-local-variable property.
22384         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
22385         when starting font-lock rather than when loading tex-mode.el.
22387         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
22388         whole $( rather than just the $.  Rename from sh-quoted-subshell.
22389         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
22391 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
22393         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
22394         bookmark-alist.  Instead, if not sorting, simply return it.
22395         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
22396         for its return value, not for its side effect.
22398         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
22399         case of alignment under a constant symbol, find and consider
22400         the sexp actually at indentation to be the "last sexp".
22402 2007-07-16  Drew Adams  <drew.adams@oracle.com>
22404         * mouse.el (mouse-yank-secondary): Better error message if no
22405         secondary selection.
22407 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
22409         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
22411         * term/xterm.el (xterm-turn-on-modify-other-keys)
22412         (xterm-turn-off-modify-other-keys): New functions.
22413         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
22414         terminal supports it.
22416 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
22418         * bookmark.el (bookmark-show-all-annotations):
22419         Make sure each inserted annotation ends with newline.
22421 2007-07-15  Richard Stallman  <rms@gnu.org>
22423         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
22425         * tutorial.el (tutorial--find-changed-keys):
22426         Handle C-x specially like ESC.
22428 2007-07-15  Aaron Hawley  <aaronh@garden.org>
22430         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
22432 2007-07-15  Juri Linkov  <juri@jurta.org>
22434         * delsel.el (delete-selection-pre-hook):
22435         * emulation/cua-base.el (cua-paste): Before a yank command,
22436         check also whether last-command is one of mouse-save-then-kill,
22437         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
22439 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
22441         * recentf.el (recentf-keep-default-predicate): New defun.
22442         (recentf-keep): Use it as initial value.
22444 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
22446         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
22447         thus restoring bookmark bindings to three slots under C-x r.  See
22448         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
22450 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
22452         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
22454 2007-07-15  Jason Rumney  <jasonr@gnu.org>
22456         * w32-fns.el (set-default-process-coding-system): Use dos line ends
22457         for input to cmdproxy on all versions of Windows.
22458         Use dos line ends for input to plink.
22460         * comint.el (comint-simple-send): Concat newline before sending.
22461         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
22463 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22465         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
22466         safe-local-variable setting.
22468 2007-07-14  David Kastrup  <dak@gnu.org>
22470         * emacs-lisp/advice.el (defadvice): Doc fix.
22472 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
22474         * subr.el (when, unless): Doc fix.
22476 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
22478         * replace.el (match): Use yellow1 instead of yellow.
22480         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
22481         red.
22483         * pcvs-info.el (cvs-unknown): Likewise.
22485 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
22487         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
22488         (install): Use them to copy all *.el files before *.elc.
22490 2007-07-13  Drew Adams  <drew.adams@oracle.com>
22492         * bookmark.el (bookmark-jump-other-window): New function.
22493         (bookmark-map): Bind it to "o".
22495         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
22496         and its thread contains discussion about this change.
22497         The original patch was slightly tweaked by Karl Fogel
22498         <kfogel@red-bean.com> before committing.
22500 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
22502         * bookmark.el: Shorten some comments to fit within 80 lines.
22504 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
22506         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
22507         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
22508         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
22509         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
22511 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
22513         * textmodes/org.el: Bug fixes.
22514         (org-end-of-line): Move to end of line if in headline without tags.
22516 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22518         * vc-hooks.el: Remove spurious * in docstrings.
22519         (vc-handled-backends): Add BZR.
22521         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
22523 2007-07-12  Davis Herring  <herring@lanl.gov>
22525         * desktop.el (desktop-buffer-info, desktop-save):
22526         Use `desktop-dirname' instead of `dirname'.
22528 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
22530         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
22532         * progmodes/python.el (python-which-func-length-limit): New var.
22533         (python-which-func): New function.
22534         (python-current-defun): Add optional `length-limit' and try to fit
22535         computed function name to that length.
22536         (python-mode): Hook `python-which-func' up.
22538 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
22540         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
22542         * comint.el (comint-dynamic-complete-as-filename):
22543         Use read-file-name-completion-ignore-case.
22545 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22547         * comint.el (comint-dynamic-list-filename-completions):
22548         Use read-file-name-completion-ignore-case.
22550         * vc-cvs.el: Require CL.
22551         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
22552         New functions to provide completion of revision names.
22554         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
22555         (vc-cvs-annotate-first-line-re): New const.
22556         (vc-cvs-annotate-process-filter): New fun.
22557         (vc-cvs-annotate-command): Use them and run the command asynchronously.
22559 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
22561         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
22562         (eldoc-print-current-symbol-info): Adjust for changed helper
22563         function signatures.
22564         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
22565         `eldoc-highlight-function-argument'.
22566         (eldoc-highlight-function-argument): New function.
22567         (eldoc-get-var-docstring): Format documentation with
22568         `font-lock-variable-name-face'.
22569         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
22570         where suited.
22571         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
22572         (eldoc-beginning-of-sexp): Return number of skipped sexps.
22574 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
22576         * progmodes/compile.el (compilation-start): `start-process' must
22577         still be redefined when calling `start-process-shell-command'.
22579         * progmodes/gud.el (gud-file-name): When `default-directory' is a
22580         remote file name, prepend its remote part to the filename.
22581         (gud-common-init): When `default-directory' is a remote file name,
22582         make the filename relative to it.
22583         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
22585 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
22587         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
22588         mouse binding and a tooltip.
22590 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22592         * menu-bar.el (vc-menu-map): New defalias.
22594 2007-07-10  Richard Stallman  <rms@gnu.org>
22596         * emacs-lisp/lisp-mode.el (eval-defun):
22597         Explain special handling of `defface'.
22599 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
22601         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
22603         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
22605 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22607         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
22609         * vc-arch.el (vc-arch-complete): Remove.
22610         (vc-arch-revision-completion-table): Use complete-with-action.
22612         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
22613         (complete-with-action): New function.
22614         (dynamic-completion-table): Use it.
22616 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
22618         * comint.el (make-comint, make-comint-in-buffer)
22619         (comint-exec-1): Replace `start-process' by `start-file-process'.
22621         * progmodes/compile.el (compilation-start): Revert redefining
22622         `start-process'.
22624 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22626         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
22627         with EOLs when generating MD5 checksums.
22629         * follow.el: Don't change the global map from the follow-mode-map
22630         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
22631         XEmacs code.
22632         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
22633         since `follow-mode' should be used instead for that.
22635         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
22636         (easy-menu-do-define): Use it.
22637         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
22639         * progmodes/compile.el (compilation-auto-jump-to-first-error)
22640         (compilation-auto-jump-to-next): New vars.
22641         (compilation-auto-jump): New function.
22642         (compilation-error-properties): Use them to jump to first error.
22643         (compilation-start): Set the var if requested.
22645         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
22646         duplicates without also removing entries from other directories.
22648 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
22650         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
22651         Remember span as default.
22652         (org-columns-edit-value): Rename from `org-column-edit'.
22653         (org-columns-display-here-title): Rename from
22654         `org-overlay-columns-title'.
22655         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
22656         (org-columns-get-autowidth-alist): Rename from
22657         `org-get-columns-autowidth-alist'.
22658         (org-columns-display-here): Rename from `org-overlay-columns'.
22659         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
22660         (org-columns-quit): Rename from `org-column-quit'.
22661         (org-columns-show-value): Rename from `org-column-show-value'.
22662         (org-columns-content, org-columns-widen)
22663         (org-columns-next-allowed-value)
22664         (org-columns-edit-allowed, org-columns-store-format)
22665         (org-columns-uncompile-format, org-columns-redo)
22666         (org-columns-edit-attributes, org-delete-property)
22667         (org-set-property, org-columns-update)
22668         (org-columns-compute, org-columns-eval)
22669         (org-columns-not-in-agenda, org-columns-compute-all)
22670         (org-property-next-allowed-value)
22671         (org-columns-compile-format)
22672         (org-fill-paragraph-experimental)
22673         (org-string-to-number, org-property-action)
22674         (org-columns-move-left, org-columns-new)
22675         (org-column-number-to-string)
22676         (org-property-previous-allowed-value)
22677         (org-at-property-p, org-columns-delete)
22678         (org-columns-previous-allowed-value)
22679         (org-columns-move-right, org-columns-narrow)
22680         (org-property-get-allowed-values)
22681         (org-verify-version, org-column-string-to-number)
22682         (org-delete-property-globally): New functions.
22683         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
22684         (org-columns-overlays): Rename from `org-column-overlays'.
22685         (org-columns-map): Rename from `org-column-map'.
22686         (org-columns-current-maxwidths): Rename from
22687         `org-current-columns-maxwidths'.
22688         (org-columns-begin-marker, org-columns-current-fmt-compiled)
22689         (org-previous-header-line-format)
22690         (org-columns-inhibit-recalculation)
22691         (org-columns-top-level-marker): New variables.
22692         (org-columns-default-format): Rename from `org-default-columns-format'.
22693         (org-property-re): New constant.
22695 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
22697         * subr.el (looking-at-p, string-match-p): New functions.
22699 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
22701         * textmodes/tex-mode.el (tex-fontify-script)
22702         (tex-font-script-display): New variables to make display of
22703         superscripts and subscripts customizable.
22704         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
22706 2007-07-09  Richard Stallman  <rms@gnu.org>
22708         * isearch.el (isearch-edit-string): Call to isearch-push-state
22709         after the search.
22711 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
22713         * window.el (fit-window-to-buffer): Remove setting of window-min-height
22714         to 1 as enlarge-window uses the value to resize/shrink windows other
22715         than WINDOW if needed.
22717 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22719         * cus-start.el (file-coding-system-alist): Fix custom type.
22721 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
22723         * longlines.el (longlines-wrap-region): Avoid marking buffer as
22724         modified.
22725         (longlines-auto-wrap, longlines-window-change-function):
22726         Remove unnecessary calls to set-buffer-modified-p.
22728 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22730         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
22731         (vc-cvs-checkout): Remove last arg now unused; simplify.
22733 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
22735         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
22737         * net/tramp.el:
22738         * net/tramp-ftp.el:
22739         * net/tramp-smb.el:
22740         * net/tramp-uu.el:
22741         * net/trampver.el: Migrate to Tramp 2.1.
22743         * net/tramp-cache.el:
22744         * net/tramp-fish.el:
22745         * net/tramp-gw.el: New Tramp packages.
22747         * net/tramp-util.el:
22748         * net/tramp-vc.el: Removed.
22750         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
22751         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
22753         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
22755         * progmodes/compile.el (compilation-start): Redefine
22756         `start-process' temporarily when `default-directory' is remote.
22757         Remove case of synchronous compilation, this won't happen ever.
22758         (compilation-setup): Make local variable `comint-file-name-prefix'
22759         for remote compilation.
22761 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
22763         * novice.el (disabled-command-function): Fit window to buffer to
22764         make last line visible.
22765         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
22767         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
22768         when handling the terminating event.
22770 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
22772         * calc/calc.el (math-read-number-simple): Remove leading 0s.
22773         (math-bignum-digit-length): Change to optimal value.
22775         * calc/calc-bin.el (math-bignum-logb-digit-size)
22776         (math-bignum-digit-power-of-two): Evaluate when compiled.
22778         * calc/calc-comb.el (math-small-factorial-table)
22779         (math-init-random-base, math-prime-test): Remove unnecessary calls
22780         to `math-read-number-simple'.
22782         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
22783         (math-approx-gamma-const): Add docstrings.
22785         * calc/calc-forms.el (math-julian-date-beginning)
22786         (math-julian-date-beginning-int): New constants.
22787         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
22788         Use the new constants.
22790         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
22792         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22793         Add docstrings.
22795 2007-07-07  Tom Tromey  <tromey@redhat.com>
22797         * vc.el (vc-annotate): Jump to line and output message only after the
22798         process is really all done.
22800 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22802         * vc.el (vc-exec-after): Don't move point from the sentinel.
22803         Forcefully read all the remaining text in the pipe upon process exit.
22804         (vc-annotate-display-autoscale, vc-annotate-lines):
22805         Don't stop at the first unrecognized line.
22806         (vc-annotate-display-select): Run autoscale after the process is done
22807         since it depends on the whole result.
22809 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
22811         * term/w32-win.el (menu-bar-open): New function.
22812         Bind <f10> to it.
22814 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
22816         * simple.el (start-file-process): New defun.
22818 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22820         * files.el (find-file-confirm-nonexistent-file): Rename from
22821         find-file-confirm-inexistent-file.  Update users.
22823         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
22824         format of autoload block where the file's time-stamp is replaced by its
22825         MD5 checksum.
22826         (autoload-generate-file-autoloads): Use MD5 checksum instead of
22827         time-stamp for secondary autoloads files.
22828         (update-directory-autoloads): Remove duplicate entries.
22829         Use time-less-p for time-stamps, as done in autoload-find-destination.
22831 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
22833         * calc/calc.el (math-read-number): Replace number by variable.
22834         (math-read-number-simple): Properly parse small integers.
22836 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
22838         * vc.el: Fix doc for the checkout function.
22840 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
22842         * vc-hg.el (vc-hg-root): New function.
22843         (vc-hg-registered): Use it.
22844         (vc-hg-diff-tree): New defalias.
22845         (vc-hg-responsible-p): Likewise.
22846         (vc-hg-checkout): Comment out, not needed.
22847         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
22848         (vc-hg-find-version, vc-hg-next-version): New functions.
22850 2007-07-06  Andreas Schwab  <schwab@suse.de>
22852         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
22853         dynamic bindings around the evaluation of the expression.
22854         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
22856 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22858         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
22859         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
22860         Use run-hooks rather than run-mode-hooks.
22862 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
22864         * calc/calc-comb.el (math-random-digit): Rename to
22865         `math-random-three-digit-number'.
22866         (math-random-digits): Don't depend on representation of integer.
22868         * calc/calc-bin.el (math-bignum-logb-digit-size)
22869         (math-bignum-digit-power-of-two): New constants.
22870         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
22871         (math-not-bignum, math-clip-bignum): Use the constants
22872         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
22873         instead of their values.
22874         (math-clip): Use math-small-integer-size instead of its value.
22876         * calc/calc.el (math-add-bignum): Replace number by constant.
22878 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
22880         * wid-edit.el (widget-documentation-string-value-create):
22881         Insert indentation spaces.
22883 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
22885         * emacs-lisp/byte-opt.el: Revert last change.
22887 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
22889         * vc-hooks.el (vc-handled-backends): Add HG.
22891         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
22893 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22895         * complete.el (PC-do-complete-and-exit): Add support for the new
22896         `confirm-only' confirmation mode.
22898 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
22900         * cus-edit.el (custom-commands): New variable.
22901         (custom-tool-bar-map): New variable.  Initialize using
22902         `custom-commands'.
22903         (custom-mode): Use `custom-tool-bar-map'.
22904         (custom-buffer-create-internal): Insert action buttons only if
22905         tool bar is not used.  Use `custom-commands'.
22906         (Custom-help, custom-command-apply): New function.
22907         (custom-command-apply, Custom-set, Custom-save)
22908         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
22909         Use `custom-command-apply' instead of duplicating code.
22910         (customize-group-other-window): Call `customize-group' instead of
22911         duplicating code.
22912         (customize-face-other-window): Call `customize-face' instead of
22913         duplicating code.
22914         (customize-group, customize-face): Add optional args for opening
22915         in another window.
22916         (custom-variable-tag): Don't inherit `variable-pitch' face.
22917         (custom-group-tag): Inherit `variable-pitch' face.
22918         (custom-variable-value-create): Set documentation indentation.
22919         (custom-group-value-create): Make group name a link, instead of
22920         using an extra "go to group" button.
22921         (custom-prompt-variable, custom-group-set, custom-group-save)
22922         (custom-group-reset-current, custom-group-reset-saved)
22923         (custom-group-reset-standard): Minor cleanup.
22925 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
22927         * Makefile.in (bootstrap-prepare): When copying from
22928         ldefs-boot.el, make sure loaddefs.el is writeable.
22930         (bootstrap-prepare): Make $(lisp)/ps-print.el
22931         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
22933 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
22935         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
22936         only caller, and delete.
22937         (vc-hg-state): Deal with exceptions and only parse the output on
22938         successful return.
22939         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
22940         caller, and delete.
22941         (vc-hg-workfile-version): Deal with exceptions and only parse the
22942         output on successful return.
22943         (vc-hg-revert): New function.
22945 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
22947         * calculator.el (calculator-expt): Use more cases to determine
22948         the value.
22950 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
22952         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
22953         file names.
22955 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
22957         * calculator.el (calculator-expt, calculator-integer-p):
22958         New functions.
22959         (calculator-fact): Check to see if the factorial will be too
22960         large before computing it.
22961         (calculator-initial-operators): Use `calculator-expt' to
22962         compute "^".
22963         (calculator-mode): Mention that results which are too large
22964         will return inf.
22965         * calc/calc-comb.el (math-small-factorial-table): Replace list
22966         by vector.
22968 2007-07-03  David Kastrup  <dak@gnu.org>
22970         * shell.el: On request of the authors, remove their addresses for
22971         the sake of bug reports, and add the developer list address as
22972         maintainer information.
22974 2007-07-03  Richard Stallman  <rms@gnu.org>
22976         * files.el (make-directory): Doc fix.
22977         (find-file-confirm-inexistent-file): Make it a defcustom.
22978         Make nil the default.
22980 2007-07-02  Richard Stallman  <rms@gnu.org>
22982         * startup.el (command-line): Set buffer-offer-save in *scratch*
22983         and enable auto-save in it.
22985 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
22987         * textmodes/org.el (orgstruct-mode-map): New variable.
22988         (orgstruct-mode): New minor mode.
22989         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22990         (orgstruct-make-binding, org-context-p, org-get-local-variables)
22991         (org-run-like-in-org-mode): New functions.
22992         (org-cycle-list-bullet): New command.
22993         (org-special-properties, org-property-start-re)
22994         (org-property-end-re): New constants.
22995         (org-with-point-at): New macro.
22996         (org-get-property-block, org-entry-properties, org-entry-get)
22997         (org-entry-delete, org-entry-get-with-inheritance)
22998         (org-entry-put, org-buffer-property-keys): New functions.
22999         (org-insert-property-drawer): New command.
23000         (org-entry-property-inherited-from): New variable.
23001         (org-column): New face.
23002         (org-column-overlays, org-current-columns-fmt)
23003         (org-current-columns-maxwidths, org-column-map): New variables.
23004         (org-column-menu): New menu.
23005         (org-new-column-overlay, org-overlay-columns)
23006         (org-overlay-columns-title, org-remove-column-overlays)
23007         (org-column-show-value, org-column-quit, org-column-edit):
23008         New functions.
23009         (org-columns, org-agenda-columns): New commands.
23010         (org-get-columns-autowidth-alist): New functions.
23011         (org-properties): New customize group.
23012         (org-default-columns-format): New option.
23013         (org-priority): Realign tags after changing priority.
23014         (org-preserve-lc): New macro.
23015         (org-update-checkbox-count): Catch case when there is no headline.
23016         (org-agenda-quit): Remove any column overlays.
23017         (org-beginning-of-item-list): Fixed bug when non-item line is
23018         indented too deep.
23019         (org-cached-props): New variable.
23020         (org-cached-entry-get): New function.
23021         (org-make-tags-matcher): Handle property matches.
23022         (org-table-recalculate): Swap evaluation order: Field formula
23023         first, then column formulas, but don't allow them to overwrite the
23024         field formulas.
23025         (org-table-eval-formula): New argument untouchable.
23026         (org-table-put-field-property): New function.
23028 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
23030         * help-mode.el (help-make-xrefs): Skip spaces too when
23031         skipping tabs.
23033         * ffap.el (dired-at-point-prompter): Improve prompt in
23034         list-directory case.
23036 2007-07-01  Richard Stallman  <rms@gnu.org>
23038         * files.el (find-file-visit-truename): Fix safe-local-variable value.
23040 2007-07-01  Richard Stallman  <rms@gnu.org>
23042         * cus-start.el (max-mini-window-height): Added.
23044 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
23046         * complete.el (partial-completion-mode): Remove advice of
23047         read-file-name-internal.
23048         (PC-do-completion): Rebind minibuffer-completion-table.
23049         (PC-read-file-name-internal): New function doing what
23050         read-file-name-internal advice did.
23052 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
23054         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
23055         property on a few symbols.
23056         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
23057         (byte-optimize-lapcode): Remove bindings that are not referenced
23058         and certainly will not effect through dynamic scoping.
23060 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23062         * files.el (find-file-confirm-inexistent-file): New var.
23063         (find-file, find-file-other-window, find-file-other-frame)
23064         (find-file-read-only, find-file-read-only-other-window)
23065         (find-file-read-only-other-frame): Use it.
23067 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23069         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
23071 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
23073         * generic-x.el (generic-define-mswindows-modes)
23074         (generic-define-unix-modes, apache-log-generic-mode)
23075         (bat-generic-mode-keymap, java-manifest-generic-mode)
23076         (show-tabs-generic-mode): Fix typos in docstrings.
23078 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
23080         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
23081         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
23082         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
23083         (rcirc-print): Never ignore messages from ourself.
23085 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23087         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
23088         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
23090 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
23092         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
23093         replace-regexp-in-string.
23095 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23097         * emacs-lisp/cl.el: Set edebug and indentation before loading
23098         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
23100 2007-06-28  Andreas Schwab  <schwab@suse.de>
23102         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
23103         $(lisp)/subdirs.el.
23105 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
23107         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
23108         the speedbar frame if nil; that deletes the current frame or
23109         causes an error if it is the only frame.
23110         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
23112 2007-06-28  Kevin Ryde  <user42@zip.com.au>
23114         * textmodes/nroff-mode.el: Groff \# comments.
23115         (nroff-mode-syntax-table): \# comment intro,
23116         plain # as punct per global table.
23117         (nroff-font-lock-keywords): Add # as a single char escape.
23118         (nroff-mode): In comment-start-skip, match \#.
23120 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23122         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
23123         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
23124         point-min == 1.
23126 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
23128         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
23129         Rename and move to...
23131         * subr.el (strings->string, string->strings): ...here.
23133         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
23134         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
23136         * progmodes/gud.el (gud-common-init): Call string->strings instead
23137         of split-string.
23139 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
23141         * dired-aux.el: Remove `dired-call-process'.
23142         (dired-check-process): Call `process-file'.
23144         * wdired.el (wdired-do-perm-changes): Call `process-file'.
23146         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
23147         `ange-ftp-process-file'.
23149 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23151         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
23153         * emacs-lisp/cl-extra.el:
23154         * emacs-lisp/cl-seq.el:
23155         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
23156         Add autoload cookies on all defs autoloaded manually in cl.el.
23158         * emacs-lisp/cl-loaddefs.el: New file.
23160         * textmodes/texinfmt.el (texinfo-raisesections-alist)
23161         (texinfo-lowersections-alist): Merge definition and declaration.
23162         (texinfo-start-of-header, texinfo-end-of-header): Remove.
23163         (texinfo-format-syntax-table): Merge init into declaration.
23164         (texinfo-format-parse-line-args, texinfo-format-parse-args)
23165         (texinfo-format-parse-defun-args, texinfo-format-node)
23166         (texinfo-push-stack, texinfo-multitable-widths)
23167         (texinfo-define-info-enclosure, texinfo-alias)
23168         (texinfo-format-defindex, batch-texinfo-format): Use push.
23169         (texinfo-footnote-number): Remove duplicate declaration.
23171         * ps-print.el: Update with auto-generated autoloads.
23173         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
23175 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23177         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
23178         relative to current dir for file-local settings.
23179         (autoload-generate-file-autoloads): Add `outfile' arg.
23180         (update-directory-autoloads): Use it to directly call
23181         autoload-generate-file-autoloads instead of going through
23182         update-file-autoloads so we avoid redundant searches and so we can know
23183         the set of buffers changed so we can save them all.
23185         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
23186         rather than throwing `up-to-date'.
23187         (autoload-generate-file-autoloads): Adjust correspondingly.
23188         (update-file-autoloads): Be careful to let-bind
23189         autoload-modified-buffers and adjust to new calling conventions.
23190         (autoload-modified-buffers): Make it a dynamically scoped var.
23191         (update-directory-autoloads): Use file-relative-name instead of
23192         autoload-trim-file-name.
23193         (autoload-insert-section-header): Don't use autoload-trim-file-name
23194         since the file is already relative now.
23195         (autoload-trim-file-name): Remove.
23197         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
23198         (vc-arch-complete, vc-arch--version-completion-table)
23199         (vc-arch-revision-completion-table): New functions to provide
23200         completion of revision names.
23201         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
23202         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
23203         to let the user trim the revlib.
23205         * vc.el: Add new VC operation `revision-completion-table'.
23206         (vc-default-revision-completion-table): New function.
23207         (vc-version-diff, vc-version-other-window): Use it to provide
23208         completion of revision names if the backend provides it.
23210         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
23212         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
23213         of newer .svn/entries.
23215 2007-06-25  David Kastrup  <dak@gnu.org>
23217         * calc/calc-poly.el (math-padded-polynomial)
23218         (math-partial-fractions): Add some function comments.
23220 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23222         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
23223         Make `outbuf' optional.
23224         (update-file-autoloads): Use it.
23226 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23228         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
23229         (autoload-find-destination): Keep it uptodate.
23230         (autoload-save-buffers): New fun.
23231         (update-file-autoloads): Use it.  Re-add the "up to date" message.
23233         * emacs-lisp/autoload.el: Refactor for upcoming changes.
23234         (autoload-find-destination): New function extracted from
23235         update-file-autoloads.
23236         (update-file-autoloads): Use it.
23237         (autoload-generate-file-autoloads): New function extracted from
23238         generate-file-autoloads.  Use file-relative-name.  Delay computation of
23239         output-start to the first cookie.  Remove done-any, replaced by
23240         output-start.
23241         (generate-file-autoloads): Use it.
23243 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
23245         * calc/calc-comb.el (math-init-random-base, math-prime-test):
23246         Use math-read-number-simple to insert constants.
23247         (math-prime-test): Redo calculation of sum.
23249         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
23251         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
23252         math-scale-bignum-3.
23253         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
23254         math-bignum-digit-size.
23255         (math-isqrt-small): Add another possible initial guess.
23257 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23259         * textmodes/bibtex.el (bibtex-entry-format): New options
23260         `whitespace', `braces', and `string'.
23261         (bibtex-field-braces-alist, bibtex-field-strings-alist)
23262         (bibtex-field-braces-opt, bibtex-field-strings-opt)
23263         (bibtex-cite-matcher-alist): New variables.
23264         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
23265         (bibtex-flash-head): Use blink-matching-delay.
23266         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
23267         (bibtex-format-entry, bibtex-reformat): Handle new options of
23268         bibtex-entry-format.
23269         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
23270         New functions.
23271         (bibtex-complete-internal): Do not display messages while
23272         minibuffer is used.  Do not leave around a completions buffer
23273         that is out of date.
23274         (bibtex-copy-summary-as-kill): New optional arg.
23275         (bibtex-font-lock-url): New optional arg no-button.
23276         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
23277         (bibtex-url): Allow multiple URLs per entry.
23279 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23281         * emacs-lisp/autoload.el (autoload-generated-file): New function.
23282         (update-file-autoloads, update-directory-autoloads): Use it.
23283         (autoload-file-load-name): New function.
23284         (generate-file-autoloads, update-file-autoloads): Use it.
23285         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
23286         (generate-file-autoloads): If the autoloaded form is malformed,
23287         indicate the problem with a warning instead of aborting.
23289 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
23291         * simple.el (next-error-recenter): Accept `(4)' as well;
23292         also, specify `integer' instead of `number'.
23294 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
23296         * ls-lisp.el (insert-directory): If an invalid regexp error is
23297         thrown, try using FILE as a literal file name, not a wildcard.
23299 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
23301         * ruler-mode.el (ruler-mode): Prevent clobbering the original
23302         `header-line-format' when reentering ruler mode.
23304 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
23306         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
23307         FILE exists as a file.
23309 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
23311         * calc/calc.el (math-bignum-digit-length)
23312         (math-bignum-digit-size, math-small-integer-size):
23313         New constants.
23314         (math-normalize, math-bignum-big, math-make-float)
23315         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
23316         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
23317         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
23318         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
23319         (math-quotient, math-div-bignum, math-div-bignum-digit)
23320         (math-div-bignum-part, math-format-bignum-decimal)
23321         (math-read-bignum): Use math-bignum-digit-length,
23322         math-bignum-digit-size and math-small-integer-size.
23324         * calc/calc-ext.el (math-fixnum-big): Use the variable
23325         math-bignum-digit-size.
23327 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
23329         * log-view.el (log-view-mode-menu): New menu.
23331 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23333         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
23334         differently.
23336         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
23337         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
23339 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
23341         * vc-hg.el (vc-hg-print-log): Insert the file name.
23342         (vc-hg-log-view-mode): Fontify the file name.
23344 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
23346         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
23347         (calcFunc-julian): Fix incorrect number used in calculations.
23349 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
23351         * simple.el (next-error-recenter): New defcustom.
23352         (next-error, next-error-internal): Recenter if specified,
23353         immediately prior to running `next-error-hook'.
23355         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
23356         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
23358         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
23360 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
23362         * calc/calc-comb.el (math-small-factorial-table): New variable.
23363         (calcFunc-fact): Use `math-small-factorial-table'.
23365         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
23366         initial values.
23367         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
23368         New variables to use in caches.
23370         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
23371         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
23373         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
23374         (math-bernoulli-b-cache): Use math-read-number-simple to insert
23375         bignums.
23377         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
23378         New variables to use in caches.
23380 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
23382         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
23384         * vc-hg.el (vc-hg-log-view-mode): New mode.
23386 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
23388         * calc/calc.el (math-read-number-simple): New function.
23390 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23392         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
23393         (vera-font-lock-match-item): Fix doc string.
23394         (vera-in-comment-p): Remove unused function.
23395         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
23396         use `syntax-ppss'.
23397         (vera-forward-syntactic-ws): Fix argument order.
23398         (vera-prepare-search): Use `with-syntax-table'.
23399         (vera-indent-line): Fix doc string.
23400         (vera-electric-tab): Fix doc string.
23401         (vera-expand-abbrev): Define alias instead of using `fset'.
23402         (vera-comment-uncomment-region): Use `comment-start-skip'.
23404 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
23406         * textmodes/org.el (org-export-with-footnotes): New option.
23407         (org-export-as-html): Fix replacement bug for XEmacs.
23408         (org-agenda-default-appointment-duration): New option.
23410 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
23412         * vc-hg.el: Add to do items.
23413         (vc-hg-diff): Add support for comparing different revisions.
23414         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
23415         (vc-hg-annotate-extract-revision-at-line)
23416         (vc-hg-previous-version, vc-hg-checkin): New functions.
23417         (vc-hg-annotate-re): New constant.
23419 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
23421         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
23423 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23425         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
23426         buffer-local value of log-view-*-re if applicable.
23428         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
23429         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
23430         (vc-bzr-command*): Remove both (incompatible) versions.
23431         (vc-bzr-do-command*): Remove.
23432         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
23433         Remove by folding into its only caller vc-bzr-command.
23434         (vc-bzr-command): Always set the environment, even when ineffective.
23435         (vc-bzr-version): Minor fix up.
23436         (vc-bzr-admin-dirname): New var.
23437         (vc-bzr-bzr-dir): Remove.
23438         (vc-bzr-root-dir): New fun.
23439         (vc-bzr-registered): Use it.  Add an autoloaded version.
23440         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
23441         (vc-bzr-view-log-function): Remove.
23442         (vc-bzr-log-view-mode): New major mode to replace it.
23443         (vc-bzr-print-log): Only activate the old hack if needed.
23445         * vc.el (vc-default-log-view-mode): New function.
23446         (vc-print-log): Add new `log-view-mode' VC operation.
23448 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
23450         * ido.el (ido-find-file-in-dir): Don't signal an error for
23451         empty directories.
23453         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
23455         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
23456         directory where the desktop file was found, as the docstring says.
23457         (desktop-kill): Use `read-directory-name'.
23459 2007-06-20  Alan Mackenzie  <acm@muc.de>
23461         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
23462         When removing lines, also remove the \n.  Correction of patch of
23463         2007-04-21.
23465 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
23467         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
23468         event is not a cons cell.  Do not unread drag-mouse-1 events.
23469         Select right window in check whether space was stolen from
23470         window above.
23472         * help-mode.el (help-make-xrefs): Adjust position of new forward
23473         button.
23475 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
23477         * vc-bzr.el (vc-bzr-with-process-environment)
23478         (vc-bzr-std-process-invocation): New macros.
23479         (vc-bzr-command, vc-bzr-command*): Use them.
23480         (vc-bzr-with-c-locale): Remove.
23481         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
23482         (vc-bzr-buffer-nonblank-p): New function.
23483         (vc-bzr-state-words): New const.
23484         (vc-bzr-state): Look for `bzr status' keywords in output.
23485         Display everything else as a warning message to the user.
23486         Fix status report with bzr >= 0.15.
23488 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
23490         * vc-hg.el (vc-hg-global-switches): Simplify.
23491         (vc-hg-state): Handle more states.
23492         (vc-hg-diff): Fix doc-string.
23493         (vc-hg-register): New function.
23494         (vc-hg-checkout): Likewise.
23496 2007-06-20  Reto Zimmermann  <reto@gnu.org>
23498         * progmodes/vera-mode.el: New file.
23500 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
23502         * calc/calc.el (calc-multiplication-has-precendence):
23503         New variable.
23504         (math-standard-ops, math-standard-ops-p, math-expr-ops):
23505         New functions.
23506         (math-expr-opers): Define using math-standard-ops rather than
23507         math-standard-opers.
23508         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
23509         equal the function math-standard-ops rather than the variable
23510         math-standard-opers.
23511         (calc-algebraic-entry): Let math-expr-opers equal
23512         math-standard-ops or math-expr-ops, as appropriate.
23513         (math-expr-read-level, math-read-factor): Let math-expr-opers
23514         equal math-expr-ops.
23515         * calc/calc-embed.el (calc-embedded-finish-edit):
23516         Let math-expr-opers equal the function math-standard-ops
23517         rather than the variable math-standard-opers.
23518         * calc/calc-ext.el (math-read-plain-expr)
23519         (math-format-flat-expr-fancy): Let math-expr-opers equal the
23520         function math-standard-ops rather than the variable
23521         math-standard-opers.
23522         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
23523         Let math-expr-opers equal the function math-standard-ops rather
23524         than the variable math-standard-opers.
23525         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
23526         equal the function math-standard-ops rather than the variable
23527         math-standard-opers.
23528         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
23529         equal the function math-standard-ops rather than the variable
23530         math-standard-opers.
23531         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
23532         math-expr-ops.
23534 2007-06-19  Ivan Kanis  <apple@kanis.eu>
23536         * vc-hg.el: New file.
23538 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23540         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
23541         with font-lock-multiline.
23543 2007-06-17  Glenn Morris  <rgm@gnu.org>
23545         * lpr.el (lpr-page-header-switches): Move %s to separate element
23546         for correct quoting.  Doc fix.
23548 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23550         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
23551         than setting sgml-xml-mode.
23552         (sgml-mode, html-mode): Set sgml-xml-mode.
23553         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
23554         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
23555         (sgml-electric-tag-pair-before-change-function)
23556         (sgml-electric-tag-pair-flush-overlays): New functions.
23557         (sgml-electric-tag-pair-mode): New minor mode.
23558         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
23559         (sgml-calculate-indent): Use assoc-string.
23561 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
23563         * thingatpt.el (thing-at-point-email-regexp): Don't require two
23564         chars before the "@" in an email address.  Andreas Roehler noticed
23565         this problem.
23567 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
23569         * thingatpt.el: Add support for email addresses (`email').
23570         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
23571         (thing-at-point-email-regexp): New variable.
23572         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
23573         properties on this symbol, with lambda forms for values.
23575 2007-06-15  Masatake YAMATO  <jet@gyve.org>
23577         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
23579         * vc.el (vc-dired-hook): Check the backend returned from
23580         `vc-responsible-backend' can really handle `subdir'.
23582 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
23584         * wid-edit.el (widget-add-documentation-string-button):
23585         Fix handling of documentation indent.
23587 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
23589         * mb-depth.el: New file.
23591 2007-06-15  Masatake YAMATO  <jet@gyve.org>
23593         * vc.el (vc-dired-mode): Show backend name as part of mode name.
23595 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
23597         * wid-edit.el (widget-default-create): Move ?h handling here...
23598         (widget-default-format-handler): ...from here.
23599         (widget-docstring, widget-add-documentation-string-button): New funs.
23600         (documentation-string): Add :visibility-widget property.
23601         (widget-documentation-string-value-create): Use it.
23603         * cus-edit.el (custom-split-regexp-maybe): Simplify.
23604         (custom-buffer-create-internal): Simplify message.
23605         (custom-variable-tag): Reduce height to normal.
23606         (custom-variable-value-create, custom-face-value-create)
23607         (custom-visibility): New widget.
23608         (custom-visibility): New face.
23609         (custom-group-value-create):
23610         Call widget-add-documentation-string-button, using `custom-visibility'.
23612 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23614         * emacs-lisp/bytecomp.el (byte-compile-current-group)
23615         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
23616         change.  Apparently the "warning even if the group is implicit" is
23617         a feature rather than a bug.
23619 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
23621         * emulation/viper.el (viper-describe-key-ad)
23622         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
23623         Compile them conditionally.
23624         (viper-version): Belated version change.
23626 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
23628         * follow.el (follow-all-followers, follow-generic-filter):
23629         * pcomplete.el (pcomplete-restore-windows):
23630         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
23631         (x-dnd-drop-data):
23632         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
23633         * progmodes/python.el (python-complete-symbol):
23634         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
23636 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
23638         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
23639         around bright and dim regexps.  Make sure bright and dim matches
23640         use word anchors.  Send text through rcirc-markup functions.
23641         (rcirc-url-regexp): Add single quote character.
23642         (rcirc-connect): Write logs to disk on auto-save-hook.
23643         Make server a non-optional argument.
23644         (rcirc-log-alist): New variable.
23645         (rcirc-log-directory): Make customizable.
23646         (rcirc-log-flag): New customizable variable.
23647         (rcirc-log): New function.
23648         (rcirc-print): Use above function.
23649         (rcirc-log-write): New function.
23650         (rcirc-generate-new-buffer-name): Strip text properties.
23651         (rcirc-switch-to-buffer-function): Remove variable.
23652         (rcirc-last-non-irc-buffer): Remove variable.
23653         (rcirc-non-irc-buffer): Add function.
23654         (rcirc-next-active-buffer): Use above function.
23655         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
23656         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
23657         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
23658         (rcirc-omit-mode): Add minor-mode.
23659         (rcirc-mode-map): Change C-c C-o binding.
23660         (rcirc-mode): Clear mode-line-process.  Use a custom
23661         fill-paragraph-function.  Set up buffer-invisibility-spec.
23662         (rcirc-response-formats): Remove timestamp code.
23663         (rcirc-omit-responses): Add variable.
23664         (rcirc-print): Don't put the overlay arrow on potentially omitted
23665         lines.  Log line to disk.  Record activity for private messages
23666         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
23667         (rcirc-jump-to-first-unread-line): Print message if there is no
23668         unread text.
23669         (rcirc-clear-unread): New function.
23670         (rcirc-markup-text-functions): Add variable.
23671         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
23672         (rcirc-debug): Don't mess with window configuration.
23673         (rcirc-send-message): Send message before printing locally.
23674         Add SILENT argument, do not print message if non-nil.
23675         (rcirc-visible-buffers): New function and variable.
23676         (rcirc-window-configuration-change-1): Add function.
23677         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
23678         server buffer.
23679         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
23680         (rcirc-fill-paragraph): Add function.
23681         (rcirc-record-activity, rcirc-window-configuration-change-1):
23682         Only update the activity string if it has actually changed.
23683         (rcirc-update-activity-string): Remove padding characters from the
23684         mode-line string.
23685         (rcirc-disconnect-buffer): New function to be called when a
23686         channel is parted or the user quits.
23687         (rcirc-server-name): Warn when the server-name hasn't been set.
23688         (rcirc-window-configuration-change): Postpone work until
23689         post-command-hook.
23690         (rcirc-window-configuration-change-1): Update mode-line and
23691         overlay arrows here.
23692         (rcirc-authenticate): Fixc hanserv identification.
23693         (rcirc-default-server): Remove variable.
23694         (rcirc): Connect according to rcirc-connections.
23695         (rcirc-connections): Add variable.
23696         (rcirc-startup-channels-alist): Remove variable.
23697         (rcirc-startup-channels): Remove function.
23699 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23701         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
23703 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
23705         * term/xterm.el (terminal-init-xterm): Escape parens in character
23706         constants.
23708 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23710         * progmodes/sh-script.el: Remove unneeded * from docstrings.
23711         Use [:alpha:] and [:alnum:] where applicable.
23712         (sh-quoted-subshell): Rewrite to correctly
23713         handle nested mixes of `...' and $(...).
23714         (sh-apply-quoted-subshell): Remove.
23715         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
23717         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
23719 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
23721         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
23722         previous change.
23724 2007-06-12  Tom Tromey  <tromey@redhat.com>
23726         * subr.el (user-emacs-directory): New defconst.
23727         * cmuscheme.el (scheme-start-file):
23728         * shell.el (shell):
23729         * completion.el (save-completions-file-name):
23730         * custom.el (custom-theme-directory):
23731         * term/x-win.el (emacs-session-filename):
23732         * filesets.el (filesets-menu-cache-file):
23733         * thumbs.el (thumbs-thumbsdir):
23734         * server.el (server-auth-dir):
23735         * image-dired.el (image-dired-dir):
23736         (image-dired-db-file):
23737         (image-dired-temp-image-file):
23738         (image-dired-gallery-dir):
23739         (image-dired-temp-rotate-image-file):
23740         * play/gamegrid.el (gamegrid-user-score-file-directory):
23741         * savehist.el (savehist-file):
23742         * tutorial.el (tutorial--saved-dir):
23743         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
23745 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
23747         * scroll-lock.el (scroll-lock-mode): Doc fix.
23749 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
23751         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
23753         * ediff-init.el: Doc strings.
23755 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23757         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
23758         (byte-compile-file): Bind it.
23759         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
23760         group argument is provided implicitly.
23761         (byte-compile-format-warn, byte-compile-from-buffer)
23762         (byte-compile-insert-header): Don't hardcode point-min==1.
23763         (byte-compile-file-form-require): Remove unused var old-load-list.
23764         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
23766 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
23768         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
23769         Display error messages.
23770         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
23771         Get rid of cl.el dependencies.
23773         * emulation/viper-init.el (viper-suppress-input-method-change-message):
23774         New variable.
23775         (viper-activate-input-method-action)
23776         (viper-inactivate-input-method-action):
23777         Use viper-suppress-input-method-change-message.
23779         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
23780         for C-s, C-r.
23782         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
23783         Use viper-replace-overlay-cursor-color instead of
23784         viper-replace-overlay-cursor-color.
23785         (viper-sit-for-short): Use sit-for with 3 arguments.
23787         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
23788         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
23789         to gud-mode.
23791         * ediff-mult.el (ediff-meta-buffer-brief-message)
23792         (ediff-meta-buffer-verbose-message): New variables.
23793         (ediff-meta-buffer-message): Variable deleted.
23794         (ediff-verbose-help-enabled): New variable.
23795         (ediff-toggle-verbose-help-meta-buffer): New function.
23796         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
23797         message options.
23799         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
23800         (ediff-fixup-patch-map): Improve heuristic.
23802 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23804         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
23805         (log-view-font-lock-keywords): Simplify.
23806         (log-view-current-file, log-view-current-tag): Simplify.
23808 2007-06-12  Sam Steingold  <sds@gnu.org>
23810         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
23812 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
23814         * desktop.el (desktop-load-locked-desktop): New option.
23815         (desktop-read): Use it.
23816         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
23817         Use `when'.
23819 2007-06-12  Davis Herring  <herring@lanl.gov>
23821         * desktop.el (desktop-save-mode-off): New function.
23822         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
23823         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
23824         (desktop-claim-lock, desktop-release-lock): New functions.
23825         (desktop-kill): Tell `desktop-save' that this is the last save.
23826         Release the lock afterwards.
23827         (desktop-buffer-info): New function.
23828         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
23829         says to.  Detect conflicts, and manage the lock.
23830         (desktop-read): Detect conflicts.  Manage the lock.
23832 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23834         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
23836         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
23837         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
23838         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
23839         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
23840         keysyms rather than byte sequences.
23841         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
23843 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23845         * font-lock.el (font-lock-add-keywords): In case font-lock was only
23846         half-activated, forcefully activate it completely.
23848 2007-06-11  Richard Stallman  <rms@gnu.org>
23850         * cus-edit.el (custom-variable-type): Doc fix.
23852 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23854         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
23855         (sh-font-lock-flush-syntax-ppss-cache): New functions.
23856         (sh-font-lock-syntactic-keywords): Use them to distinguish the
23857         different possible cases for \'.
23859         * complete.el (PC-bindings): Don't bind things already bound in the
23860         parent keymap.
23862         * textmodes/bibtex-style.el: New file.
23864 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
23866         * vc-bzr.el: New file.
23868 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23870         * vc-svn.el (vc-svn-program): New var.
23871         (vc-svn-command): Use it.
23873 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
23875         * server.el (server-switch-buffer): Remove redundant check.
23877 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
23879         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
23880         Match against file-name-nondirectory.
23881         Fix text on user customization variables.
23882         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
23884 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
23886         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
23888 2007-06-09  Davis Herring  <herring@lanl.gov>
23890         * desktop.el (desktop-minor-mode-table): Doc fix.
23892 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23894         * textmodes/css-mode.el (css-navigation-syntax-table):
23895         Use set-char-table-range so it also works in the unicode branch.
23897 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
23899         * help-mode.el (help-xref-forward-stack)
23900         (help-xref-stack-forward-item, help-forward-label): New variables.
23901         (help-forward): New button type.
23902         (help-setup-xref): Initialise help-xref-forward-stack.
23903         (help-make-xrefs): Add forward button, if appropriate.
23904         (help-xref-go-back): Push item on forward stack.
23905         (help-xref-go-forward, help-go-forward): New functions.
23907 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
23909         * dired.el (dired-mode-map): Remove spurious separator.
23911 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
23913         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
23915         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23916         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
23918 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
23920         * textmodes/org.el: Version number fixed.
23922 2007-06-07  Glenn Morris  <rgm@gnu.org>
23924         * version.el (emacs-copyright): New constant.
23925         * startup.el (fancy-splash-tail): Use emacs-copyright.
23926         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
23928         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
23929         `make-local'.
23930         (byte-compile-warnings-safe-p): Add `make-local'.
23931         (byte-compile-make-variable-buffer-local):
23932         Allow byte-compile-warnings to suppress this warning.
23934         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
23935         format of "menu" description.
23936         (tutorial--find-changed-keys): Describe the specific menu a
23937         command is in.
23939         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
23940         Rewrite compatibility functions to silence byte-compiler.
23942 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
23944         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
23945         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
23947 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
23949         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
23951 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
23953         * progmodes/ebrowse.el (ebrowse-member-table):
23954         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
23955         (org-batch-agenda-csv): Fix typos in docstrings.
23957 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
23959         * pgg.el (pgg-sign-region, pgg-sign):
23960         * ses.el (ses-call-printer):
23961         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
23962         * textmodes/org.el (org-cycle): Fix typos in docstrings.
23964 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
23966         * textmodes/org.el (org-export-region-as-html)
23967         (org-replace-region-by-html, org-number-to-letters)
23968         (org-table-fedit-finish, org-normalize-color)
23969         (org-table-fedit-ref-right, org-date-to-gregorian)
23970         (org-table-fedit-move, org-table-convert-refs-to-rc)
23971         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23972         (org-write-agenda, org-colgroup-info-to-vline-list)
23973         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23974         (org-indent-line-function, org-export-as-html-to-buffer)
23975         (org-store-agenda-views, org-update-mode-line)
23976         (org-find-if, org-delete-all)
23977         (org-table-fedit-convert-buffer, org-emphasize)
23978         (org-uniquify, org-table-fedit-lisp-indent)
23979         (org-table-fedit-scroll, org-get-todo-sequence-head)
23980         (org-table-fedit-scroll-down, org-table-fedit-line-down)
23981         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23982         (org-table-fedit-toggle-coordinates, org-dvipng-color)
23983         (org-table-fedit-line-up, org-table-fedit-ref-down)
23984         (org-table-formula-from-user, org-mode-flyspell-verify)
23985         (org-cycle-show-empty-lines, org-ctrl-c-ret)
23986         (org-table-formula-to-user, org-diary-to-ical-string)
23987         (orgtbl-export, org-table-fedit-post-command)
23988         (org-closed-in-range, org-shiftcontrolright)
23989         (org-table-convert-refs-to-an, org-table-hline-and-move)
23990         (org-table-formula-less-p, org-format-table-ascii)
23991         (org-agenda-get-sexps, org-shift-refpart)
23992         (org-diary-sexp-entry, org-time-string-to-absolute)
23993         (org-table-show-reference, org-letters-to-number)
23994         (org-fix-agenda-info, org-table-fedit-ref-up)
23995         (org-table-fedit-shift-reference, org-table-fedit-abort)
23996         (org-closest-date, org-shiftcontrolleft)
23997         (org-at-heading-or-item-p, org-rematch-and-replace)
23998         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23999         New functions.
24000         (org-table-edit-scroll-down, org-finish-edit-formulas)
24001         (org-table-edit-next-field, org-abort-edit-formulas)
24002         (org-font-lock-level, org-export-find-first-heading-line)
24003         (org-table-edit-line-down, org-table-edit-backward-field)
24004         (org-edit-formula-lisp-indent, org-table-edit-move)
24005         (org-check-log-option, org-this-word)
24006         (org-table-edit-line-up, org-table-edit-formulas-post-command)
24007         (org-agenda-file-to-end, org-expand-file-name)
24008         (org-fake-empty-table-line, org-table-edit-scroll)
24009         (org-toggle-log-option, org-show-reference): Function removed.
24010         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
24011         New defsubsts.
24012         (org-unmodified, org-batch-store-agenda-views)
24013         (org-batch-agenda-csv): New macro.
24014         (org-agenda-export): New customization group.
24015         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
24016         (org-highest-priority, org-agenda-exporter-settings)
24017         (org-log-done-with-time, org-replace-disputed-keys)
24018         (org-format-latex-header, org-export-table-header-tags)
24019         (org-cycle-separator-lines, org-export-table-data-tags)
24020         (org-icalendar-include-sexps)
24021         (org-empty-line-terminates-plain-lists)
24022         (org-log-repeat, org-special-ctrl-a)
24023         (org-table-use-standard-references, org-disputed-keys)
24024         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
24025         (org-agenda-export-html-style): New option.
24026         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
24027         (org-CUA-compatible): Option removed.
24028         (org-agenda-structure, org-sexp-date): New face.
24029         (org-todo-keywords-for-agenda, org-not-done-keywords)
24030         (org-planning-or-clock-line-re, org-agenda-name)
24031         (org-table-colgroup-info, org-todo-sets)
24032         (constants-unit-system, org-clock-mode-line-entry)
24033         (org-mode-line-timer, org-table-current-begin-pos)
24034         (org-todo-keywords-1, org-mode-line-string)
24035         (org-table-clean-did-remove-column, org-table-fedit-map)
24036         (org-clock-heading, org-table-buffer-is-an)
24037         (org-agenda-info, org-done-keywords)
24038         (org-done-keywords-for-agenda, org-todo-heads)
24039         (org-todo-kwd-alist, org-clock-start-time): New variable.
24040         (org-todo-kwd-priority-p, org-edit-formulas-map)
24041         (org-repeat-re, org-todo-kwd-max-priority)
24042         (org-version, org-done-string)
24043         (org-table-clean-did-remove-column-1, org-disputed-keys):
24044         Remove variables.
24045         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
24046         (org-ts-lengths): Constant removed.
24047         (org-follow-gnus-link): Don't ask how many articles to read.
24048         (org-export-find-first-export-line): Rename from
24049         `org-export-find-first-heading'.
24050         Use `org-export-skip-text-before-1st-heading'.
24051         (org-table-fedit-post-command): Rename from
24052         `org-table-edit-formulas-post-command'.
24053         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
24054         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
24055         (org-table-fedit-lisp-indent): Rename from
24056         `org-edit-formula-lisp-indent'.
24057         (org-table-show-reference): Rename from `org-show-reference'.
24058         (org-table-store-formulas): Use `org-table-formula-less-p'.
24059         (org-table-edit-formulas): Position cursor to current field equation.
24060         (org-update-checkbox-count, org-hide-archived-subtrees)
24061         (org-timestamp-up-day, org-timestamp-down-day)
24062         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
24063         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
24064         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
24065         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
24066         Let `org-on-heading-p' also check for invisible heading.
24067         (org-read-date): Match am/pm times.
24068         (org-eval-in-calendar): Fix default date in prompt.
24070 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
24072         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
24073         "ChangeLog.a" entries, giving the latter lower priority.
24075 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
24077         * faces.el (face-id): If the argument is a face alias,
24078         return the ID of the target face.
24080 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
24082         * net/socks.el (top): Remove unnecessary copyright line.
24084 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
24086         * longlines.el (longlines-auto-wrap): Handle argument correctly.
24088 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
24090         * net/socks.el: New file, taken from w3 repository.
24091         (top): Update Copyright.  Don't load cl.el.
24092         (all): Replace `case' by `cond', `string-to-int' by
24093         `string-to-number', and `process-kill-without-query' by
24094         `set-process-query-on-exit-flag'.
24095         (socks-char-int): Remove defalias and all occurrences.
24097 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
24099         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
24100         Fix typos in docstrings.
24101         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
24102         (compilation-finish-function): Fix typo in obsolescence declaration.
24104 2007-06-03  Sam Steingold  <sds@gnu.org>
24106         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
24107         handle unending automatic recompilation of changed files (`omake -P').
24108         (compilation-loop): VISITED is now 5th CDR.
24109         (compilation-next-error-function): Set TIMESTAMP.
24111 2007-06-03  Sam Steingold  <sds@gnu.org>
24113         * files.el (kill-buffer-ask): New function.
24114         (kill-some-buffers): Use it.
24115         (kill-matching-buffers): New user command.
24117 2007-06-01  David Kastrup  <dak@gnu.org>
24119         * dired.el (dired-recursive-deletes, dired-recursive-copies):
24120         Change default to `top'.
24122 2007-05-31  Richard Stallman  <rms@gnu.org>
24124         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
24126 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24128         * textmodes/css-mode.el: New file.
24130 2007-05-30  Michael Olson  <mwolson@gnu.org>
24132         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
24133         died and we are trying to send a signal to it.  The program using
24134         tq.el should periodically check to see whether the process has
24135         died and react appropriately -- this is not the responsibility of
24136         tq.el, and is consistent with the rest of the tq.el source code.
24138 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
24140         * textmodes/table.el (table--point-entered-cell-function)
24141         (table--point-left-cell-function):
24142         Bind `inhibit-point-motion-hooks' to t.
24144 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
24146         * emacs-lisp/rx.el (rx): Doc fix.
24148 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
24150         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
24152 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
24154         Sync with Tramp 2.0.56.
24156         * net/tramp.el:
24157         * net/tramp-ftp.el:
24158         * net/tramp-smb.el:
24159         * net/tramp-util.el:
24160         * net/tramp-vc.el:
24161         Don't load cl.el, because that pollutes the namespace.  Replace cl
24162         macros by their implementations where necessary.  Requested by
24163         Richard Stallman <rms@gnu.org>.
24165         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
24166         doesn't exist.
24167         (with-parsed-tramp-file-name): Protect debug spec during compilation.
24168         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
24169         (tramp-file-name-p, tramp-file-name-multi-method)
24170         (tramp-file-name-method, tramp-file-name-user)
24171         (tramp-file-name-host, tramp-file-name-localname): New defuns,
24172         replacing defstruct `tramp-file-name'.
24173         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
24174         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
24175         Apply `vector' instead of `make-tramp-file-name'.
24176         (tramp-handle-make-auto-save-file-name):
24177         Apply `tramp-temporary-file-directory' for compatibility reasons.
24178         (tramp-completion-mode): Use `natnump' instead of `wholenump'
24179         because of XEmacs.
24180         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
24181         started.
24183 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
24185         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
24187 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
24189         * log-edit.el (log-edit-changelog-paragraph): Return point-max
24190         as the end of the ChangeLog paragraph when it ends without a line
24191         termination.
24193 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
24195         * net/webjump.el (webjump-sample-sites):
24196         Add simple Wikipedia query.
24198 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24200         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
24201         compatibility code.
24203         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
24204         (copyright-update-year): Use it.
24206         * edmacro.el (edmacro-format-keys): Use current-active-maps.
24208         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
24209         Add indentation and debugging info.  Fix up comment convention.
24211         * cus-dep.el (custom-make-dependencies): Simplify.
24213         * composite.el (compose-region, decompose-region):
24214         Use inhibit-read-only and restore-buffer-modified-p.
24216         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
24217         (xterm-mouse-event): Use it.
24219 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
24221         * bs.el (bs-cycle-previous): Don't modify the cycle list until
24222         `switch-to-buffer' has returned succesfully.
24223         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
24224         window is dedicated (it could iconify the frame).
24226 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
24228         * vc-hooks.el (vc-find-root): Fix file attribute test.
24230 2007-05-24  Richard Stallman  <rms@gnu.org>
24232         * textmodes/flyspell.el (flyspell-correct-word-before-point):
24233         Don't let opoint be nil.
24234         (flyspell-emacs-popup): Explicit error if no dialogs.
24236 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
24238         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
24239         (image-next-line, image-previous-line, image-scroll-up)
24240         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
24241         New functions.
24242         (image-mode-map): Remap motion commands.
24243         (image-mode-text-map): New keymap for viewing images as text.
24244         (image-mode): Use image-mode-map.
24245         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
24247 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24249         * textmodes/fill.el (canonically-space-region): Make the second arg
24250         a marker if it's not already the case.
24252 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
24254         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
24255         (tar-get-descriptor): Handle type 55, an extended pax header.
24257 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24259         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
24260         to confuse outline-minor-mode.
24262 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
24264         * tar-mode.el (tar-file-name-handler): New function.
24265         (tar-extract): Bind file-name-handler-alist to it to force
24266         find-buffer-file-type-coding-system behave as if the file being
24267         extracted existed.  Use last-coding-system-used to force
24268         buffer-file-coding-system to what decode-coding-region actually
24269         used to decode the file.
24271 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
24273         * progmodes/compile.el (compilation-handle-exit):
24274         `compilation-finish-function' may change the current buffer.
24276 2007-05-22  Richard Stallman  <rms@gnu.org>
24278         * files.el (set-auto-mode): Doc fix.
24280 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
24282         * help-fns.el (find-source-lisp-file): New function.
24283         (describe-function-1): Use find-source-lisp-file to find source
24284         file in compile tree.
24286 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
24288         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
24290 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
24292         * emacs-lisp/easy-mmode.el (define-minor-mode)
24293         (easy-mmode-define-navigation): Fix typos in docstrings.
24295 2007-05-22  Glenn Morris  <rgm@gnu.org>
24297         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
24299 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24301         * mail/mail-extr.el (mail-extract-address-components):
24302         Recognize non-ASCII characters except for NBSP as words.
24304 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
24306         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
24307         (rcirc-print): Handle `window-width'.
24308         (rcirc-buffer-maximum-lines): Doc fix.
24310 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
24312         * image-mode.el (image-toggle-display): Don't clear image cache.
24313         Only use filename in image spec if the file is readable.
24314         Call image-refresh.
24316         * image.el (image-type-from-file-name, image-type): Simplify.
24317         (image-type-auto-detected-p): Don't scan auto-mode-alist.
24319         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
24320         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
24322 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
24324         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
24325         is an error.
24327         * term/linux.el (terminal-init-linux): Don't signal an error
24328         if gpm isn't running.
24330 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
24332         * t-mouse.el: Reduce to a minor-mode macro call.
24333         (t-mouse-mode): Remove the lighter.
24335         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
24337 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
24339         * files.el (auto-mode-alist): Change the regexp so that
24340         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
24342 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
24344         * Version 22.1 released.
24346 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
24348         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
24349         changes.
24351 2007-05-19  Kevin Ryde  <user42@zip.com.au>
24353         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
24355 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
24357         * textmodes/sgml-mode.el: Revert last change.
24359 2007-05-18  Richard Stallman  <rms@gnu.org>
24361         * simple.el (push-mark): Doc fix.
24363 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
24365         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
24366         tpu-global-map.
24367         (tpu-original-global-map): Variable deleted.
24368         (tpu-control-keys-map): New keymap variable.
24369         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
24370         setting keymapping directly.
24371         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
24372         tpu-global-map.
24373         (tpu-edt-on): Activate the tpu-global-map.
24374         (tpu-edt-off): Deactivate the tpu-global-map.
24376 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
24378         * textmodes/ispell.el (ispell-get-word): Return markers
24379         for start and end positions.
24380         (ispell-word): Assume END is a marker.
24382 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
24384         * textmodes/sgml-mode.el (sgml-tag):
24385         Fix bug: Call sgml-transformation-function.
24387 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
24389         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
24390         modified flag of buffer.  Use `inhibit-modification-hooks'.
24392 2007-05-16  Richard Stallman  <rms@gnu.org>
24394         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
24396 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24398         * files.el (magic-mode-alist, magic-fallback-mode-alist):
24399         Move the *ml, Postscript, and XmCD entries to the fallback part.
24401         * files.el (magic-fallback-mode-alist):
24402         Rename from file-start-mode-alist.
24404 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
24406         * progmodes/compile.el (compilation-handle-exit): Quote first
24407         argument of `run-hook-with-args'.
24409 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
24411         * buff-menu.el (Buffer-menu-sort-column):
24412         * dabbrev.el (dabbrev-upcase-means-case-search):
24413         * dired.el (dired-recursive-deletes, dired-recursive-copies):
24414         * info.el (Info-current-subfile):
24415         * ls-lisp.el (ls-lisp-verbosity):
24416         * msb.el (msb-menu-cond):
24417         * pcvs.el (cvs-dired-use-hook):
24418         * simple.el (set-mark-command-repeat-pop):
24419         * time.el (display-time-24hr-format, display-time-mail-file):
24420         Doc fixes.
24422         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
24423         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
24425         * view.el (view-inhibit-help-message): Fix typo in docstring.
24426         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
24428 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
24430         * textmodes/ispell.el (ispell-start-process): Defend against bad
24431         default-directory.
24433 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
24435         * mail/rmail.el (rmail-convert-to-babyl-format): Check
24436         content-transfer-encoding _last_, because it's its position that
24437         we need as value of base64-header-field-end.
24439 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
24441         * files.el (mode-require-final-newline, require-final-newline)
24442         (enable-local-variables, enable-local-eval): Doc fixes.
24444 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24446         * ps-print.el: Use default color when foreground or background color
24447         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
24448         (ps-print-version): New version 6.7.4.
24449         (ps-rgb-color): New argument.  Use default color when color is
24450         unspecified.
24451         (ps-begin-job): Fix code.
24453 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
24455         * longlines.el (longlines-mode): Make longlines-auto-wrap
24456         buffer-local.  Add hooks unconditionally.
24457         (longlines-auto-wrap): Toggle wrapping.
24458         (longlines-after-change-function)
24459         (longlines-post-command-function): Check longlines-auto-wrap.
24461 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
24463         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
24464         (xterm-mouse-translate): Use it.
24466 2007-05-10  Richard Stallman  <rms@gnu.org>
24468         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
24469         (iso-cvt-write-only): Likewise.
24471         * emacs-lisp/easy-mmode.el (define-minor-mode):
24472         Fix generated doc string.
24474         * startup.el (fancy-splash-text): Add URL of guided tour.
24475         Adjust horizontal and vertical whitespace.
24477         * progmodes/compile.el (compilation-handle-exit):
24478         Use run-hook-with-args to run compilation-finish-functions.
24480         * files.el (file-start-mode-alist): New variable.
24481         (magic-mode-regexp-match-limit): Doc fix.
24482         (set-auto-mode): Handle file-start-mode-alist.
24483         A little cleanup of structure.
24485         * dabbrev.el (dabbrev-eliminate-newlines):
24486         Renamed from dabbrev--eliminate-newlines.  All uses changed.
24488 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
24490         * man.el (Man-next-section): Don't consider the last line of the page
24491         as being part of any section.
24493 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24495         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
24496         can take any number of values.
24498 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
24500         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
24501         to the list of citation commands.
24503 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
24505         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
24507 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
24509         * progmodes/python.el (python-font-lock-keywords)
24510         (python-open-block-statement-p, python-mode): Add support for the new
24511         "with" keyword.
24513 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24515         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
24516         the exact opposite of diff-goto-source.
24518         * emacs-lisp/advice.el (ad-special-forms): Remove.
24519         (ad-special-form-p): Use subr-arity.
24521         * newcomment.el (comment-search-forward): Make sure we search forward.
24522         (comment-enter-backward): Try and distinguish the non-matching case at
24523         EOB from the non-matching case with a missing comment-end-skip for
24524         a 2-char comment ender.
24525         (comment-choose-indent): New function extracted from comment-indent.
24526         Improve the alignment algorithm.
24527         (comment-indent): Use it.
24529         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
24530         XML style Processing Instructions.
24531         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
24532         (sgml-calculate-indent): Handle `pi' context.
24534         * vc.el: Ensure that update-changelog issues an error when used with
24535         a backend that does not implement it.
24536         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
24537         Remove `backend' argument.  Use expand-file-name.
24538         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
24540         * progmodes/python.el (python-end-of-block): Revert last change.
24541         (python-end-of-statement): Make sure we move *forward*.
24543 2007-05-08  Richard Stallman  <rms@gnu.org>
24545         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24546         Don't include non-self-insert commands in the exception for `-'.
24548 2007-05-08  David Reitter  <david.reitter@gmail.com>
24550         * progmodes/python.el (python-guess-indent): Check non-nullness
24551         before comparing indent against the 2..8 interval.
24553 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24555         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
24556         available.
24558 2007-05-06  Richard Stallman  <rms@gnu.org>
24560         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
24562 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24564         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
24565         rather than storing their value in the revert-buffer function.
24567 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
24569         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
24570         when disabling t-mouse-mode.
24572 2007-05-01  Davis Herring  <herring@lanl.gov>
24574         * calendar/timeclock.el: Update version number.
24575         (timeclock-modeline-display): Mention timeclock-use-display-time
24576         in explanatory message.
24577         (timeclock-in): Fix non-interactive workday specifications.
24578         (timeclock-log): Don't kill the log buffer if it already existed.
24579         Suppress warnings when finding the log.  Don't check for a nil
24580         project twice.  Run hooks after killing the buffer (if applicable).
24581         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
24582         was geometric).  All uses changed.
24583         (timeclock-generate-report): Support prefix argument.
24585 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
24587         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
24588         disconnections.
24590 2007-05-01  Romain Francoise  <romain@orebokech.com>
24592         * dired-x.el: Revert 2007-04-06 change.
24594 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
24596         * find-dired.el (find-dired-filter): Propertize all text down to eob.
24598 2007-04-29  Richard Stallman  <rms@gnu.org>
24600         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
24602 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24604         * progmodes/cc-mode.el (c-before-change): Use point-min rather
24605         than 1.
24607 2007-04-28  Richard Stallman  <rms@gnu.org>
24609         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
24611 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
24613         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
24614         don't put stop on toolbar.
24616 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24618         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
24620 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
24622         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
24623         instead of $(lisp)/mh-e.
24625 2007-04-28  Glenn Morris  <rgm@gnu.org>
24627         * image-dired.el (image-dired-cmd-create-thumbnail-options)
24628         (image-dired-cmd-create-temp-image-options): Replace option
24629         +profile "*" with -strip.
24631 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
24633         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24634         Use window-start and window-end.
24636 2007-04-27  Andreas Schwab  <schwab@suse.de>
24638         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
24640 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
24642         * textmodes/fill.el (fill-paragraph): Doc fix.
24644 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
24646         * locate.el (locate-in-alternate-database): Doc fix.
24648 2007-04-26  Glenn Morris  <rgm@gnu.org>
24650         * button.el (button): Use underline if supported, else fall back
24651         to color.
24653         * version.el (emacs-version): Increase to 22.1.50.
24655 2007-04-25  Richard Stallman  <rms@gnu.org>
24657         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
24659 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
24661         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
24662         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
24663         pushing mark.
24664         (idlwave-current-routine): Don't push mark.
24666 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
24668         * image-dired.el (image-dired-display-image): Derive image-type from
24669         filename rather than assuming jpeg, in case no resizing was needed.
24671 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
24673         * custom.el (defface): Doc fix.
24675 See ChangeLog.12 for earlier changes.
24677 ;; Local Variables:
24678 ;; coding: utf-8
24679 ;; add-log-time-zone-rule: t
24680 ;; End:
24682     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
24684   This file is part of GNU Emacs.
24686   GNU Emacs is free software: you can redistribute it and/or modify
24687   it under the terms of the GNU General Public License as published by
24688   the Free Software Foundation, either version 3 of the License, or
24689   (at your option) any later version.
24691   GNU Emacs is distributed in the hope that it will be useful,
24692   but WITHOUT ANY WARRANTY; without even the implied warranty of
24693   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24694   GNU General Public License for more details.
24696   You should have received a copy of the GNU General Public License
24697   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24699 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af