Require cl for compilation.
[emacs.git] / lisp / ChangeLog
blob6968d3183eeb304f5f5511e9ddeb52fc06e58753
1 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
3         * calculator.el: Require cl for compilation.
5 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
7         * outline.el (outline-font-lock-levels): Comment out unused var.
8         (outline-font-lock-face): Wrap around face list to handle any
9         nesting depth gracefully.
11 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
13         * net/ange-ftp.el: Add ange-ftp property to 'set-file-modes and
14         'set-file-times.
16 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
18         * textmodes/org.el (org-export-visible): Fix drawers before export.
19         (org-do-sort): Allow sorting by priority.
20         (org-agenda-files): Ignore non-existing files.
21         (org-agenda-skip-unavailable-files): New variable.
22         (org-ellipsis): All a face as value.
23         (org-mode): Interprete the face value of `org-ellipsis'.
24         (org-archive-save-context-info): New option.
25         (org-archive-subtree): Store context info in archived entry.
26         (org-fast-tag-selection-can-set-todo-state): New variable.
27         (org-fast-tag-selection): Allow setting TODO states through this
28         interface.
29         (org-cycle): Docstring updated.
30         (org-todo-keyword-faces): New option.
31         (org-get-todo-face): New function.
32         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
33         `org-get-todo-face'.
34         (org-switch-to-buffer-other-window): New function.
35         (org-table-edit-field, org-table-show-reference)
36         (org-table-edit-formulas, org-add-log-note)
37         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
38         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
39         `switch-to-buffer-other-window' to make sure that the temporary
40         windows show up on the current frame.
41         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
42         (org-get-entries-from-diary, org-replace-region-by-html): Don't
43         allow pop-up frames.
44         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
45         problems with time-of-day.
46         (org-export-get-title-from-subtree): New function.
47         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
48         with listing items that are DONE.
49         (org-change-tag-in-region): New command.
50         (org-agenda-skip-scheduled-if-done)
51         (org-agenda-skip-deadline-if-done): Docstring clarified.
52         (org-mode): Hide drawers on startup.
53         (org-get-todo-face): New function.
54         (org-todo-keyword-faces): New option.
55         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
56         (org-remove-keyword-keys): New function.
58 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
60         * progmodes/grep.el (grep-find-ignored-directories): Add
61         monotone _MTN bookkeeping directory in workspaces.  Add
62         RCS control directory.  List items in alphabetical order.
64         * progmodes/grep.el (grep-files-aliases): Add cc alias.
65         Sort items in alphabetical order. Fix parens.
67 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
69         * vc-hg.el (vc-hg-extra-menu-map): New variable.
70         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
71         (vc-hg-pull): New functions.
72         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
74         * term/mac-win.el: Don't require url, only autoloaded url
75         functions are used in this file.
77 2007-08-29  Andreas Schwab  <schwab@suse.de>
79         * shell.el (shell): Return correct value from interactive spec.
81 2007-08-29  Glenn Morris  <rgm@gnu.org>
83         * version.el (emacs-version): Increase to 23.0.50.
85 2007-08-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
87         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
89 2007-08-29  Juri Linkov  <juri@jurta.org>
91         * loadup.el: Add "button" loading after "faces" and move "startup"
92         to load after "button".
94 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
96         * loadup.el: Load term/mac-win on a Mac using Carbon.
98         * term/mac-win.el: Provide mac-win.
99         (mac-initialized): New variable.
100         (mac-initialize-window-system): New function.  Move global setup here.
101         (handle-args-function-alist, frame-creation-function-alist):
102         (window-system-initialization-alist): Add mac entries.
103         (x-setup-function-keys): New function containing all the
104         top level function key definitions.
106         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
108         * env.el (read-envvar-name): Don't consider the environment frame param.
110         * env.el (setenv):
111         * frame.el (frame-initialize, make-frame):
112         * faces.el (tty-set-up-initial-frame-faces):
113         * server.el (server-process-filter): Set
114         display-environment-variable and term-environment-variable.
116         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
118 2007-08-29  Jason Rumney  <jasonr@gnu.org>
120         * loadup.el: Only load term/x-win when X is compiled in.
121         Load term/w32-win and dependencies on windows-nt.
123         * term/w32-win.el: Reorder to match x-win.el more closely.
124         Provide w32-win.  Don't throw error when global window-system not w32.
125         (internal-face-interactive): Remove obsolete function.
126         (x-setup-function-keys): Use local-function-key-map.
127         (w32-initialized): New variable.
128         (w32-initialize-window-system): Set it.
129         Move more global setup here.
130         (x-setup-function-keys): New function.
131         (w32-initialize-window-system): Move non function key global setup here.
132         (x-cut-buffer-max): Remove.
133         (w32-initialize-window-system): New function.
134         (handle-args-function-alist, frame-creation-function-alist):
135         (window-system-initialization-alist): Add w32 entries.
137 2007-08-29  David Kastrup  <dak@gnu.org>
139         * env.el (getenv): Pass frame to getenv-internal.
141 2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
143         * loadup.el: Delay loading env; mule-conf gets confused by cl
144         during bootstrap.  Also load termdev and term/x-win.
146         * bindings.el (mode-line-client): New variable.
147         (help-echo): Add it to the default mode-line format.
149         * cus-start.el: Remove bogus window-system reference from GTK test.
151         * ebrowse.el (ebrowse-electric-list-mode-map)
152         (ebrowse-electric-position-mode-map):
153         * ebuff-menu.el (electric-buffer-menu-mode-map):
154         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
155         not `suspend-emacs'.
157         * ediff-wind.el (ediff-setup-windows-automatic): New function.
158         (ediff-window-setup-function): Use it as default.
160         * files.el (save-buffers-kill-terminal): New function.
161         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
163         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
164         and `with-selected-frame'.
166         * help-fns.el (describe-variable): Describe frame-local variables
167         correctly.
169         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
170         display support.
171         (normal-erase-is-backspace-setup-frame): New function.
173         * subr.el (with-selected-frame): New function.
174         (read-quoted-char): Use terminal-local binding of
175         local-function-key-map instead of function-key-map.
177         * talk.el (talk): New function.
178         (talk-handle-delete-frame): New function.
179         (talk-add-display): Open a new frame only if FRAME was not a frame.
181         * termdev.el: New file.
183         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
184         * term/x-win.el: Don't bind f10.
185         * tmm.el: Remove autoload binding for f10.
187         * international/encoded-kb.el (encoded-kbd-setup-display): Use
188         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
189         Store the saved input method as a terminal parameter.  Add keymap
190         parameter.  Use it instead of changing key-translation-map directly.
191         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
192         Remove.
193         (encoded-kbd-setup-display): New function.
195         * international/mule-cmds.el (set-locale-environment): Fix getenv
196         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
197         set the keyboard coding system.  Add DISPLAY parameter.
198         (set-display-table-and-terminal-coding-system): Add DISPLAY
199         parameter.  Pass it to set-terminal-coding-system.
201         * international/mule.el (keyboard-coding-system): Test for
202         encoded-kbd-setup-display, not encoded-kbd-mode.
203         (set-terminal-coding-system, set-keyboard-coding-system): Add
204         DISPLAY parameter.
205         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
207         * term/README: Update.
209         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
211         * term/x-win.el (x-setup-function-keys): New function.  Move
212         function-key-map tweaks here.  Protect against multiple calls on
213         the same terminal.  Use terminal-local binding of
214         local-function-key-map instead of function-key-map.
215         (x-initialize-window-system): Make a copy of pure list.  Pass a
216         frame getenv.
218         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
219         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
220         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
221         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
222         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
223         local-function-key-map instead of function-key-map.
225         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
226         `substitute-key-definition' and `define-key' calls against
227         multiple execution.  Use terminal-local binding of
228         local-function-key-map instead of function-key-map.  Pass a frame
229         to getenv.
231         * edmacro.el (edmacro-format-keys):
232         * emulation/cua-base.el (cua--pre-command-handler):
233         * isearch.el (isearch-other-meta-char):
234         * xt-mouse.el: Use terminal-local binding of
235         local-function-key-map instead of function-key-map.
237         * fringe.el (set-fringe-mode): Simplify and fix using
238         `modify-all-frames-parameters'.
239         * scroll-bar.el (set-scroll-bar-mode): Ditto.
240         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
241         check before calling `tool-bar-setup'.
242         (tool-bar-setup): New variable.
243         (tool-bar-setup): Use it to guard against multiple calls.  Add
244         optional frame parameter, and select that frame before adding items.
245         (toggle-tool-bar-mode-from-frame): New function.
247         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
248         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
249         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
250         "Tool-bar" toggles to reflect the state of the current frame.
251         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
253         * env.el: Require cl for byte compilation (for `block' and `return').
254         (environment, setenv-internal): New functions.
255         (let-environment): New macro.
256         (setenv, getenv): Add optional terminal parameter.  Update docs.
257         (setenv): Use setenv-internal.  Always set process-environment.
258         Handle `local-environment-variables'.
259         (read-envvar-name, setenv, getenv): Use frame parameters
260         to store the local environment, not terminal parameters.  Include
261         `process-environment' as well.
263         * faces.el (tty-run-terminal-initialization): New function.
264         (tty-create-frame-with-faces): Use it.  Set up faces and
265         background mode only after the terminal has been initialized.
266         Call terminal-init-*.  Don't load the initialization file more
267         than once.  Call set-locale-environment.
268         (frame-set-background-mode): Handle the 'background-mode terminal
269         parameter.
270         (tty-find-type): New function.
271         (x-create-frame-with-faces): Remove bogus check for
272         first frame.  Call `tool-bar-setup'.  Don't make frame visible
273         until we are done setting up all its parameters.  Call
274         x-setup-function-keys.
276         * frame.el (make-frame): Always inherit 'environment and 'client
277         parameters.  Set up the 'environment frame parameter, when needed.
278         Also inherit 'client parameter.  Don't override explicitly
279         specified values with inherited ones.  Add 'terminal frame
280         parameter.  Append window-system-default-frame-alist to parameters
281         before calling frame-creation-function.
282         (frame-initialize): Copy the environment from the initial frame.
283         (window-system-default-frame-alist): Enhance doc string.
284         (frame-notice-user-settings): Don't put 'tool-bar-lines in
285         `default-frame-alist' when initial frame is on a tty.
286         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
287         Remove specified parameters from `window-system-default-frame-alist'.
288         (make-frame-on-tty, framep-on-display, suspend-frame):
289         Extend doc string, update parameter names.
290         (frames-on-display-list): Use terminal-id to get the display id.
291         (frame-notice-user-settings): Extend to apply
292         settings in `window-system-default-frame-alist' as well.
293         (terminal-id, terminal-parameters, terminal-parameter)
294         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
295         (delete-frame-functions): Add to `delete-frame-functions' hook.
296         (blink-cursor-mode): Adapt blink-cursor-mode default
297         value from startup.el.
298         (make-frame-on-display): Protect condition on x-initialized when
299         x-win.el is not loaded.  Update doc.
300         (suspend-frame): Use display-controlling-tty-p to decide between
301         suspend-emacs and suspend-tty.
302         (frames-on-display-list): Update for display ids.
303         (framep-on-display): Ditto.
304         (suspend-frame): Use display-name, not frame-tty-name.
305         (selected-terminal): New function.
307         * server.el: Use `device' instead of `display' or `display-id' in
308         variable and client parameter names.
309         (server-select-display): Remove (unused).
310         (server-tty-live-p, server-handle-delete-tty): Remove.
311         (server-unquote-arg, server-quote-arg, server-buffer-clients):
312         Update docs.
313         (server-getenv-from, server-with-environment, server-send-string)
314         (server-save-buffers-kill-terminal): New functions.
315         (server-delete-client): Handle quits in kill-buffer.  Don't kill
316         modified buffers.  Add extra logging.  Delete frames after
317         deleting the tty.  Clear 'client parameter before deleting a frame.
318         Use delete-display, not delete-tty.
319         (server-visit-files): Don't set `server-existing-buffer' if the
320         buffer already has other clients.  Return list of buffers
321         created.  Update doc.  Don't set client-record when nowait.
322         (server-handle-delete-frame): Delete the client if this was its
323         last frame.  Check that the frame is alive.  Remove bogus comment.
324         Add note on possible race condition.  Delete tty clients, if needed.
325         (server-handle-suspend-tty): Use server-send-string.  Kill the
326         client in case of errors from process-send-string.  Use the display
327         parameter.
328         (server-unload-hook): Remove obsolete delete-tty hook.
329         (server-start): Ask before restarting if the old server still has
330         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
331         (server-process-filter): Use server-send-string.  Accept `-dir'
332         command.  Switch to *scratch* immediately after creating the frame,
333         before evaluating any -evals.  Protect `display-splash-screen'
334         call in a condition-case.  Explain why.  Call
335         `display-startup-echo-area-message' before
336         `display-splash-screen'.  Don't display the splash screen when no
337         frame was created.  Show the Emacs splash screen and startup echo
338         area message.  Display the *scratch* buffer by default.  Store the
339         local environment in a frame (not terminal) parameter.  Do not try
340         to decode environment strings.  Fix reference to the 'display
341         frame parameter.  Change syntax of environment variables.  Put
342         environment into terminal parameters, not client parameters.  Use
343         a dummy client with --no-wait's X frames.  In `-position LINE'
344         handler, don't ruin the request string until the line number is
345         extracted.  Log opened files.  Handle -current-frame command.
346         Don't create frames when it is given.  Don't bind X frames to the
347         client when we are in -no-wait mode.  Set locale environment
348         variables from client while creating tty frames.  Disable call to
349         configure-display-for-locale.  When processing -position command,
350         don't change the request string until the parameters are
351         extracted.  Don't try to create an X frame when Emacs does not
352         support it.  Improve logging.  Temporarily set ncurses-related
353         environment variables to those of the client while creating a new
354         tty frame.  Select buffers opened by nowait clients, don't leave
355         them buried under others.  Set the display parameter, and use it
356         when appropriate.
358         * startup.el (display-startup-echo-area-message): Handle
359         `inhibit-startup-echo-area-message' here.
360         (command-line-1): Moved from here.
361         (fancy-splash-screens): Use `overriding-local-map' instead of
362         `overriding-terminal-local-map' for now; the latter doesn't work
363         right, it looses keypresses to another terminal.  Use
364         `overriding-terminal-local-map' to set up keymap.  Install a
365         `delete-frame-functions' hook to catch `delete-frame' events.
366         Ignore `select-window' events to cope better with
367         `focus-follows-mouse'.  Don't switch back to the original buffer
368         if the splash frame has been killed.  Restore previous buffer, even
369         if it's *scratch*.
370         (normal-splash-screen): Don't let-bind `mode-line-format'; it
371         changes the global binding - setq it instead.  Use
372         `save-buffers-kill-terminal'.
373         (display-splash-screen): Don't do anything if the splash screen is
374         already displayed elsewhere.
375         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
376         (command-line): Replace duplicated code with a call to
377         tty-run-terminal-initialization.  Don't load the terminal
378         initialization file more than once.  Remove call to nonexistent
379         function `set-locale-translation-file-name'.
381         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
382         parameters.
383         (xterm-mouse-position-function, xterm-mouse-event): Update.
384         (xterm-mouse-mode): Don't depend on current value of window-system.
385         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
386         Update for multi-tty.
387         (turn-on-xterm-mouse-tracking-on-terminal)
388         (turn-off-xterm-mouse-tracking-on-terminal)
389         (xterm-mouse-handle-delete-frame): New functions.
390         (delete-frame-functions, after-make-frame-functions)
391         (suspend-tty-functions, resume-tty-functions): Install extra hooks
392         for multi-tty.
394 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
396         * simple.el (invisible-p): Remove: implemented in C now.
397         (line-move-invisible-p): Remove obsolete alias.
399 2007-08-28  Juri Linkov  <juri@jurta.org>
401         * image-mode.el (image-type): New variable.
402         (image-mode): Set default major mode name to "Image[text]".
403         (image-minor-mode): Change LIGHTER to display image-type in the
404         mode line.
405         (image-minor-mode): Set default image-type to "text".
406         (image-toggle-display): After switching to text mode, set
407         image-type to "text" and major mode name to "Image[text]".
408         After switching to image mode, set image-type to actual image
409         type, and add image type to major mode name.  Let-bind the same
410         variable names as arguments of `image-type' and `create-image'.
411         Bind `type' to the result of `image-type' and use it as arg
412         of `create-image' to not determine the image type twice.
414 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
416         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
417         (tramp-set-file-uid-gid, tramp-get-local-uid)
418         (tramp-get-local-gid): New defuns.
419         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
420         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
421         Improve fast track.
422         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
423         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
424         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
425         (tramp-handle-write-region): Improve fast track.
426         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
427         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
428         be nil.
430 2007-08-28  Ivan Kanis  <apple@kanis.eu>
432         * time.el: New feature to display several time zones in a buffer.
433         (display-time-world-mode, display-time-world-display)
434         (display-time-world, display-time-world-timer): New functions.
435         (display-time-world-list, display-time-world-time-format)
436         (display-time-world-buffer-name, display-time-world-timer-enable)
437         (display-time-world-timer-second, display-time-world-mode-map):
438         New variables.
440 2007-08-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
442         * term/x-win.el (x-gtk-stock-map): New variable.
443         (x-gtk-map-stock): New function.
445         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
446         prev/next-node.
448 2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
450         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
452 2007-08-28  Glenn Morris  <rgm@gnu.org>
454         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
456 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
458         * progmodes/modula2.el (m2-definition, m2-module):
459         Don't use previous-line.  Reported by T. V. Raman.
461 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
463         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
464         argument to tool-bar-mode call.
466 2007-08-27  Glenn Morris  <rgm@gnu.org>
468         * diff-mode.el (diff-find-file-name): Only accept regular files,
469         to rule out /dev/null, directories, etc.
471         * vc-svn.el (vc-svn-diff): If the repository version of all the
472         files is the same as the specified OLDVERS, do a local diff.
474 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
477         of buffers in uniquify-managed.
479         * simple.el (invisible-p): Rename from text-invisible-p.
480         Update callers.
482 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
484         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
485         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
486         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
487         (cperl-etags-goto-tag-location): Use new style backquotes.
489         * net/browse-url.el: Remove spurious * in custom docstrings.
490         (browse-url-filename-alist): Use new-style backquote.
492         * emacs-lisp/backquote.el (backquote-unquote-symbol)
493         (backquote-splice-symbol): Clarify they're not new-style unquotes.
495         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
496         (\,@): Backslash the , and ,@ which are not new-style unquotes.
498         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
500         * net/socks.el (socks-username/password-auth-filter):
501         Remove unused vars `state' and `desired-len'.
502         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
503         (socks-wait-for-state-change): Use new-style backquotes.
505         * pcvs.el (cvs-mode-status): Fix long-standing typo.
507         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
508         backquotes after each `read' rather than once per buffer.
510         * dframe.el: Remove spurious * in custom docstrings.
511         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
512         (dframe-xemacs20p): Remove, inline at the sole use point.
513         (defface): Don't defvar the face, don't use old-style backquote.
514         (defcustom): Don't use old-style backquote.
515         (dframe-frame-parameter, dframe-mouse-event-p):
516         Make it obvious that it's always defined.
517         (dframe-popup-kludge): New function to replace
518         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
519         (dframe-frame-mode, dframe-set-timer-internal)
520         (dframe-mouse-set-point): Remove use of with-no-warnings from
521         XEmacs-specific code.
522         (dframe-set-timer-internal): Fix very old bug with
523         post-command-idle-hook.
525         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
527 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
529         * emacs-lisp/avl-tree.el: New file.
531 2007-08-26  Micha\e,bk\e(Bl Cadilhac  <michael@cadilhac.name>
533         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
534         was used.
536 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
538         * complete.el (PC-do-completion): Make RET accept a non-unique but
539         complete expansion again.
541 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
543         * eshell/esh-opt.el (eshell-eval-using-options):
544         Add debug declaration.
546 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
548         * log-view.el (log-view-toggle-mark-entry): Add docstring.
549         (log-view-get-marked): Likewise.
551         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
552         (vc-delete-automatic-version-backups): Likewise.
554         * vc.el (vc-dired-buffers-for-dir): Likewise.
556 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
558         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
559         safe-local-variable setting.
560         * progmodes/perl-mode.el (perl-indent-level): Likewise.
562         * log-view.el (log-view-marked-list): Delete variable.
563         (log-view-mode): Don't use it.
564         (log-view-toggle-mark-entry): Likewise, simplify.
565         (log-view-current-tag): Don't return properties.
566         (log-view-get-marked): New function.
568 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
570         * vc-git.el (vc-git-mode-line-string): New function.
572 2007-08-25  Alan Mackenzie  <acm@muc.de>
574         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
575         new language variable.
577         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
578         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
579         "extern" etc., rather than BOI.  Fix addition of spurious
580         syntactic-symbol 'defun-block-intro, replacing it with
581         'innamespace, etc.
583 2007-08-25  Juri Linkov  <juri@jurta.org>
585         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
587         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
588         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
589         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
591         * image.el (image-type-header-regexps): Use more complex regexp for svg.
592         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
593         (image-type-auto-detectable): Add (svg . maybe).
595         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
596         to treat it like .tgz.
598         * calendar/cal-bahai.el: Add file coding cookie.
600 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
602         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
603         Don't behave differently when executed via M-x.  Add doc string.
605         * sort.el (sort-fold-case, sort-numeric-base): Mark as
606         safe-local-variable.
608 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
610         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
611         the default value.
612         (math-calendar-tzinfo): New variable.
613         (math-get-calendar-tzinfo): New function.
614         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
615         to get information when zone is nil.
617 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
619         * log-view.el (log-view-toggle-mark-entry): New function.
620         (log-view-mode-map): Bind it.
621         (log-view-marked-list): New variable.
622         (log-view-mode): Make it local.
624 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
626         * play/zone.el (zone-pgm-rat-race): New func.
627         (zone-programs): Add `zone-pgm-rat-race'.
629 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
632         a list.
634 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
636         * progmodes/hideshow.el (hs-match-data): Delete alias.
637         (hs-hide-block-at-point, hs-find-block-beginning)
638         (hs-show-block): Use `match-data' directly.
640 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
642         * format.el (format-alist): Fix typo in doc-string.
644 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
646         * net/tramp.el (tramp-local-host-p): New defun.
647         (tramp-handle-file-local-copy, tramp-handle-write-region):
648         Implement fast track when being on the local host.
649         (tramp-file-name-handler): Don't set "started" property.  It shall
650         be reserved for the "ftp" method.
651         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
653         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
654         (tramp-ftp-file-name-handler): Set "started" property.
656 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
658         * files.el (backup-buffer-copy): Don't wrap delete in
659         condition-case, only try to delete if file exists.
661 2007-08-24  Glenn Morris  <rgm@gnu.org>
663         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
665         * startup.el (tutorial-directory): Set with eval-at-startup so it
666         gets the right value in an installed Emacs.
668 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
670         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
671         (eldoc-highlight-function-argument): Use it.
673 2007-08-23  Masatake YAMATO  <jet@gyve.org>
675         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments):
676         Highlight name of parameters in document body.
678 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
680         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
681         (byte-compile-output-as-comment): Use with-current-buffer rather than
682         a weird set-buffer&prog1 combination.
684         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
685         test so as to optimise cases where the `progn's result is constant.
687 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
689         * locate.el (locate-get-file-positions):
690         Use line-beginning-position and line-end-position.
692 2007-08-23  John Wiegley  <johnw@newartisans.com>
694         * calendar/cal-bahai.el: Added in the diacriticals that were
695         missing for many of the month names.
697 2007-08-22  Jason Rumney  <jasonr@gnu.org>
699         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
701 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
703         * image-mode.el (image-minor-mode): Use image-mode-text-map.
705 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
707         * dabbrev.el (dabbrev--progress-reporter): New variable.
708         (dabbrev--scanning-message): Delete func.
709         (dabbrev--find-expansion): Use a progress reporter
710         instead of dabbrev--scanning-message.
712 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
714         * comint.el (comint-exec-1): Raise an error if
715         `start-file-process' does not return a process object.
717         * shell.el (shell): Prompt for `default-directory' if it is a
718         remote file name, and if called with a prefix arg.
720 2007-08-22  Sam Steingold  <sds@gnu.org>
722         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
724 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
726         * textmodes/org-export-latex.el: New file.
728         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
730         * textmodes/org.el (org-agenda-skip): Allow a form for
731         `org-agenda-skip-function'.
732         (org-agenda-redo): Re-use local settings.
733         (org-agenda): Store local settings.
734         (org-agenda-deadline-faces): New option.
735         (org-agenda-deadline-face): New function.
736         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
737         entries on their due date.
738         (org-agenda-get-timestamps): No longer handle the due dates of
739         schedules and deadline items.
740         (org-insert-link-global, org-open-at-point-global): New commands.
741         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
742         :for-ascii parameter.
743         (org-skip-comments): Function removed.
744         (org-cleaned-string-for-export): Handle special table lines.
745         (org-global-properties): New option.
746         (org-entry-get-with-inheritance): Check global properties.
747         (org-local-properties): New variable.
748         (org-set-regexps-and-options): Find the #+PROPERTY line.
749         (org-link-types): Change type into variable (was constant).
750         (org-make-link-regexps): New function.
751         (org-link-re-with-space, org-link-re-with-space2)
752         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
753         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
754         these regular expressions happens now in the function
755         `org-make-link-regexps'.
756         (org-store-link): Call the functions in
757         `org-store-link-functions'.
758         (org-add-link-type): New function.
759         (org-store-link-functions): New variable.
760         (org-activate-tags): Force matches to be in headlines.
761         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
762         (org-columns-display-here): Make sure this works in a narrowed
763         buffer by checking for point-min.
764         (org-columns-display-here): Make the rest of the line intangible,
765         so that point never can be there.
766         (org-cleaned-string-for-export): Use `with-current-buffer'.
767         (org-replace-region-by-html): Use `with-current-buffer'.
768         (org-unfontify-region, org-do-occur, org-columns-display-here)
769         (org-columns-remove-overlays, org-columns-quit)
770         (org-columns-edit-value, org-columns-next-allowed-value)
771         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
772         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
773         (org-agenda-todo, org-agenda-change-all-lines)
774         (org-agenda-align-tags, org-agenda-priority)
775         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
776         (org-agenda-show-new-time, org-cleaned-string-for-export)
777         (org-export-grab-title-from-buffer)
778         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
779         instead of `buffer-read-only'.
780         (org-export-as-html): Set `coding-system-for-write'.
781         (org-remember-store-without-prompt): New option.
782         (org-archive-subtree): Fixed bug with modifying TODO keyword.
783         (org-beginning-of-line): Also treat C-a special in items.
784         (org-table-convert-refs-to-rc): Fixed problem with column
785         reference after "..".
786         (org-columns-compute): Don't mark buffer modified because of text
787         properties.
788         (org-batch-store-agenda-views): Use the variable
789         `default-directory', not the function.
790         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
791         (org-clock-out-when-done): New option.
792         (org-html-entities): Added HTML entities for smileys.
794 2007-08-22  Glenn Morris  <rgm@gnu.org>
796         * image.el (create-image): Doc fix.
798         * startup.el (tutorial-directory): New constant.
799         (fancy-splash-text): Tutorials now in tutorial-directory.
800         * tutorial.el (help-with-tutorial): Tutorials now in
801         tutorial-directory.
803 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
805         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
806         otherwise.
807         (tramp-get-remote-path): New defun.  Replace occurrences of
808         `tramp-default-remote-path' by this function.
809         (tramp-set-remote-path): Move most of the code to
810         `tramp-get-remote-path'.
811         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
812         existing directories, this is done already in
813         `tramp-get-remote-path'.
815 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
817         * image-file.el (image-file-name-extensions): Add "svg".
818         * image.el (image-type-header-regexps): Add svg entry.
820 2007-08-22  Glenn Morris  <rgm@gnu.org>
822         * files.el (backup-buffer-copy): Check backup directory is
823         writable, to avoid infloop deleting old backup.
825         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
826         movemail related variables.
827         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
828         will now be set before this is called.
830 2007-08-21  Juri Linkov  <juri@jurta.org>
832         * delsel.el (delete-selection-pre-hook):
833         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
834         instead of checking last-command.
836 2007-08-21  Juri Linkov  <juri@jurta.org>
838         * loadup.el: Preload "button".
840 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
843         Add previous-line and next-line.
845         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
846         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
848         * vc-hooks.el (vc-menu-entry): New var.
849         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
850         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
851         (vc-menu-map): Declare and initialize in one step.
852         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
854         * menu-bar.el (vc-menu-map): Don't setup any more.
855         Instead, just create the proper spot in the menu.
857 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * smerge-mode.el (smerge-resolve): New arg `safe'.
860         (smerge-resolve-all, smerge-batch-resolve): New function.
861         (smerge-refine): Make sure `diff' returns the expected result.
862         (smerge-parsep-re): New const.
863         (smerge-mode): Use it to adjust paragraph-separate.
865         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
866         Correctly match / regexp matchers as first char on a line when
867         fontifying only that line.
869         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
871 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * vc-bzr.el: Don't fiddle with vc-handled-backend.
874         (vc-bzr-registered): Don't redundantly protect against
875         file-error.  Actually use the format-specific code.
876         (vc-bzr-buffer-nonblank-p): Remove.
877         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
879 2007-08-20  Juri Linkov  <juri@jurta.org>
881         * startup.el (fancy-splash-text): Change multiple tabs into one
882         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
883         and "Recover Crashed Session").
884         (fancy-splash-screens): Set tab-width to 22.
885         (normal-splash-screen): Replace literal tabs with \t and
886         fix whitespace.  Remove "Useful File menu items" section (with
887         "Exit Emacs" and "Recover Crashed Session").
889 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
891         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
892         extracted from `eval-last-sexp-1'.
893         (eval-last-sexp-1): Call `preceding-sexp'.
895 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
897         * vc-rcs.el (vc-rcs-annotate-command):
898         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
899         Add back :vc-annotate-prefix propertization.
901 2007-08-20  Andreas Schwab  <schwab@suse.de>
903         * mail/rmail.el (rmail-autodetect): Doc fix.
905 2007-08-19  Juri Linkov  <juri@jurta.org>
907         * startup.el (normal-splash-screen): Add more links.
909 2007-08-19  Juri Linkov  <juri@jurta.org>
911         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
912         because it's common to both types of splash screen: fancy and normal.
913         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
914         (exit-splash-screen): Rename from `fancy-splash-quit'.
915         Use `quit-window' instead of `kill-buffer'.
916         (fancy-splash-head): Use make-button to insert GNU image link.
917         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
918         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
919         (normal-splash-screen): Put "Browse manuals" on the same line with
920         "Emacs manual".  Remove descriptions from "Useful tasks" and put
921         all links in two columns on two lines.
923 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
925         * viper.el (viper-remove-hooks): Remove some additional viper hooks
926         when the user calls viper-go-away.
927         (viper-go-away): Restore the default of default-major-mode.
928         Save the value of default-major-mode before vaperization.
930         * viper-cmd.el: Replace error "" with "Viper bell".
932         * viper-ex.el: Replace error "" with "Viper bell".
934         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
935         buffer for which file is created.
937 2007-08-19  Glenn Morris  <rgm@gnu.org>
939         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
940         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
941         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
942         shadow files messing up the compilation.
944 2007-08-18  Glenn Morris  <rgm@gnu.org>
946         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
947         string.  Also apply eldoc-argument-case in the help-split-fundoc
948         case.  Adapt for changed behavior of eldoc-function-argstring,
949         eldoc-function-argstring-format, and
950         eldoc-highlight-function-argument.
951         (eldoc-highlight-function-argument): Handle nil INDEX argument,
952         just call eldoc-docstring-format-sym-doc in that case.
953         (eldoc-function-argstring): Change the behavior.  Now it converts
954         an argument list to a string.
955         (eldoc-function-argstring-format): Change the behavior.  Now it
956         applies `eldoc-argument-case' to a string.
958         * progmodes/scheme.el (scheme-mode-variables): Set
959         font-lock-comment-start-skip.
961 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
963         * progmodes/ada-mode.el (ada-create-syntax-table): Move
964         set-syntax-table from here to ...
965         (ada-mode): ... here.  Do not change global value of
966         comment-multi-line.  Call new function
967         ada-initialize-syntax-table-properties and add new function
968         ada-handle-syntax-table-properties to font-lock-mode-hook.
969         (ada-deactivate-properties, ada-initialize-properties): Replace
970         by new functions ...
971         (ada-handle-syntax-table-properties)
972         (ada-initialize-syntax-table-properties)
973         (ada-set-syntax-table-properties): ... to set up syntax-table
974         properties uniformly, independently from whether font-lock-mode
975         is enabled or not.  Handle read-only buffers and do not change
976         undo-list when setting syntax-table properties.
977         (ada-after-change-function): Use ada-set-syntax-table-properties.
979 2007-08-18  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
981         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
982         (meta-indent-current-nesting): Use a computation of the nesting
983         instead.
984         (meta-indent-current-indentation): Indentation is given according
985         to nesting and if the previous line was finished or not.
986         (meta-indent-unfinished-line): Tell if the current line ends with
987         a finished expression.
988         (meta-indent-looking-at-code): Like `looking-at', but checks if
989         the point is in a string before.
990         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
991         done in the nesting function.
992         (meta-indent-in-string-p): Tell if the current point is in a
993         string.
994         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
995         previous functions.
997 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
999         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
1000         (copyright-update-year, copyright-update)
1001         (copyright-fix-years): Use it.
1003 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1005         * emacs-lisp/copyright.el (copyright-update-year):
1006         Fix bug: Handle nil copyright-limit.
1008 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
1010         * calc/calc-units.el (math-standard-units): Give exact
1011         conversion for tsp.
1013         * calc/calc.el (math-bignum-digit-length): Compute the
1014         appropriate value.
1016         * calc/calc-bin.el (math-bignum-logb-digit-size)
1017         (math-bignum-digit-power-of-two):
1018         * calc/calc-comb.el (math-small-factorial-table):
1019         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1020         (math-approx-gamma-const):
1021         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
1022         (math-besY1, math-bernoulli-b-cache):
1023         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1024         Remove `eval-when-compile's.
1026 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1028         * progmode/cperl-mode.el (cperl-look-at-leading-count)
1029         (cperl-find-pods-heres): Fix an error when typing expressions like
1030         `s{a}{b}'.
1032 2007-08-17  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1034         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
1035         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
1036         a special case (there's no build number).
1038 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
1040         * completion.el (symbol-under-point, symbol-before-point)
1041         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
1043 2007-08-17  Glenn Morris  <rgm@gnu.org>
1045         * progmodes/compile.el (compilation-get-file-structure): Make use
1046         of the directory part when checking for an existing entry, to
1047         handle files with same basename in different directories.
1049 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
1051         * calc/calc.el (calc-language-alist): Add texinfo-mode.
1053 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1055         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1056         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1057         (ps-paragraph-spacing): Docstring fix.
1059 2007-08-16  Glenn Morris  <rgm@gnu.org>
1061         * ps-print.el (ps-font-size): Doc fix.
1063 2007-08-16  Richard Stallman  <rms@gnu.org>
1065         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
1067 2007-08-15  Juri Linkov  <juri@jurta.org>
1069         * startup.el (initialization): Change parent group from `internal'
1070         to `environment'.
1071         (initial-buffer-choice): New variable.
1072         (command-line): Revert 2007-07-02 change that sets
1073         buffer-offer-save in *scratch* and enables auto-save in it.
1074         (fancy-splash-text): Add links to existing items.  Add new items
1075         with links for useful tasks.  Move information about Control-g to
1076         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
1077         (fancy-splash-keymap): New variable.
1078         (fancy-splash-last-input-event): Remove variable.
1079         (fancy-splash-insert): Add processing of `:link' element.
1080         (fancy-splash-head): Replace "Type Control-l to begin editing"
1081         with "Type `q' to exit".
1082         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
1083         (fancy-splash-default-action, fancy-splash-special-event-action):
1084         Remove functions.
1085         (fancy-splash-quit): New function.
1086         (fancy-splash-screens): Rename input arg from `hide-on-input' to
1087         `static' and reverse the condition of its usage.  Don't preserve
1088         original values of `minor-mode-map-alist',
1089         `emulation-mode-map-alists', `special-event-map'.
1090         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1091         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1092         Remove processing of special events.  Use local key map
1093         `fancy-splash-keymap'.  Set buffer to read-only.
1094         (normal-splash-screen): Rename input arg from `hide-on-input' to
1095         `static' and reverse the condition of its usage.
1096         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
1097         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
1098         Add links to existing items.  Add new items with links for useful
1099         tasks.  Use local key map `fancy-splash-keymap'.
1100         (display-splash-screen): Rename input arg from `hide-on-input' to
1101         `static'.
1102         (about-emacs): Add alias to display-splash-screen.
1103         (command-line-1): Use `initial-buffer-choice'.
1105         * menu-bar.el (menu-bar-help-menu):
1106         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1107         item to about-emacs instead of display-splash-screen.
1109 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
1111         * calc/calc-units.el (math-standard-units): Update values.
1112         Put in exact, rational values when possible.
1113         (math-unit-prefixes): Replace floats with powers of ten.
1114         (math-standard-units-systems): Replace floats with integers.
1115         (math-make-unit-string): Remove extra spaces in output.
1117 2007-08-15  Glenn Morris  <rgm@gnu.org>
1119         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1120         sloppier, for the sake of GNU Mailman.
1121         (rmail-digest-rfc1153): Initialize `result' correctly.
1123 2007-08-15  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1125         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
1126         in the mail title.  Suggested by Reiner Steib.
1128 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
1130         * calc/calc-aent.el (calc-do-quick-calc): Add binary
1131         representation of integers to the list of outputs.
1133 2007-08-14  Glenn Morris  <rgm@gnu.org>
1135         * simple.el (bad-packages-alist): New constant.
1136         (bad-package-check): New function.  Together, these two add elements
1137         to `after-load-alist' to check for problematic external packages.
1138         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1140 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
1142         * calc/calc-units.el (math-get-standard-units)
1143         (math-get-units, math-make-unit-string)
1144         (math-get-default-units, math-put-default-units): New functions.
1145         (math-default-units-table): New variable.
1146         (calc-convert-units, calc-convert-temperature): Add machinery
1147         to supply default values.
1149 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
1152         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
1153         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
1154         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
1156         * emulation/tpu-extras.el: Remove spurious * in docstrings.
1157         Put its autoloads into tpu-edt.el rather than loaddefs.el.
1158         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
1159         Make into a proper minor-mode.
1160         (tpu-backward-char, tpu-next-line, tpu-previous-line)
1161         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
1162         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
1163         (tpu-set-cursor-free, tpu-set-cursor-bound):
1164         Delegate to tpu-cursor-free-mode.
1165         (tpu-next-line, tpu-previous-line, tpu-forward-line)
1166         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
1167         Use line-move or forward-line instead of next-line-internal.
1169 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
1171         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1173 2007-08-12  Richard Stallman  <rms@gnu.org>
1175         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1176         (cvs-execute-single-file): Use new name split-string-and-unquote.
1177         (cvs-header-msg): Use new name combine-and-quote-strings.
1179         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1181         * progmodes/gud.el (gud-common-init): Use new name
1182         split-string-and-unquote.
1184         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1185         in javac regexp.
1187         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1188         combine-and-quote-strings and split-string-and-unquote.
1190         * subr.el (combine-and-quote-strings): Rename from strings->string.
1191         (split-string-and-unquote): Rename from string->strings.
1193 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1196         to buffer-local settings.
1198         * emacs-lisp/backquote.el (backquote-delay-process): New function.
1199         (backquote-process): Add internal arg `level'.  Use the two to
1200         correctly handle nested backquotes.
1202 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
1204         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1205         (vc-bzr-state-words): Add "kind changed" state word.
1206         (vc-bzr-status): New function.  Return Bzr idea of file status,
1207         which is different from VC's.
1208         (vc-bzr-state): Use vc-bzr-status.
1209         (vc-workfile-unchanged-p): Use vc-bzr-status.
1210         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1211         (vc-dired-state): Process "kind changed" state word.
1213 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1217         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1218         Move from vc-default-find-file-not-found-hook.
1220 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1222         * man.el: Remove spurious * in docstrings.
1223         Merge defvars and toplevel setq-defaults.
1224         (Man-highlight-references0): Limit=nil rather than point-max.
1225         (Man-mode-map): Move initialization into the declaration.
1226         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1227         (Man-view-header-file): Use expand-file-name rather than concat.
1228         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1230         * man.el (Man-next-section): Make sure we do not move backward.
1232 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * files.el (auto-mode-alist): Use the purecopied text (duh!).
1236 2007-08-08  Glenn Morris  <rgm@gnu.org>
1238         * Replace `iff' in doc-strings and comments.
1240 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
1242         * dired.el (dired-pop-to-buffer):
1243         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1244         * calendar/calendar.el (generate-calendar-window):
1245         * progmodes/compile.el (compilation-set-window-height):
1246         * textmodes/two-column.el (2C-two-columns, 2C-merge):
1247         Use window-full-width-p instead of comparing frame-width and
1248         window-width.
1250         * progmodes/compile.el (compilation-find-buffer): Remove extra
1251         argument in call to compilation-buffer-internal-p.
1253 2007-08-07  Tom Tromey  <tromey@redhat.com>
1255         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1256         Add safe-local-variable property.
1258 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1260         * image-mode.el (image-toggle-display): Use image-refresh.
1262 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
1264         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1265         unofficial version.
1266         (vc-bzr-command): Remove redundant setting of process-connection-type.
1267         (vc-bzr-admin-checkout-format-file): Add autoload.
1268         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1269         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1270         (vc-bzr-registered): Compare dirstate format tag with known good
1271         value, abort parsing if match fails.  Warn user in docstring.
1272         (vc-bzr-workfile-version): Case for different Bzr branch formats.
1273         See bzrlib/branch.py in Bzr sources.
1274         (vc-bzr-diff): First argument FILES may be a string rather than a list.
1275         (vc-bzr-shell-command): Remove in favor of
1276         vc-bzr-command-discarding-stderr.
1277         (vc-bzr-command-discarding-stderr): New function.
1279 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
1281         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1282         program, and return nil.
1283         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1284         (vc-bzr-state): Look for path names relative to the repository
1285         root after status keyword.
1286         (vc-bzr-file-name-relative): New function.
1287         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1288         depend on it.
1289         (vc-bzr-admin-dirname, ...-checkout-format-file)
1290         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1291         files that we now parse directly for speed.
1292         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1293         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1294         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
1295         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
1296         Bzr warnings, so we must discard it.
1297         (vc-bzr-workfile-version): Speedup counting lines from
1298         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1299         if that file doesn't exist.
1300         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1301         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
1302         to `vc-directory-exclusion-list'.
1303         (vc-bzr-shell-command): New function.
1305 2007-08-06  Tom Tromey  <tromey@redhat.com>
1307         * diff-mode.el (diff-unified->context, diff-reverse-direction)
1308         (diff-fixup-modifs): Typo in docstring.
1310 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1312         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1313         count-screen-lines.
1314         (tpu-edt-off): Disable relevant pieces of advice.
1316         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1317         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
1318         (newline, newline-and-indent, do-auto-fill): Use advice instead of
1319         redefining the function.
1320         (tpu-set-scroll-margins): Activate the pieces of advice.
1322 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
1324         * help.el (resize-temp-buffer-window): Use window-full-width-p
1325         instead of comparing frame-width and window-width.
1327 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
1329         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1330         optional quotes around files in NEED-UPDATE . REMOVED case.
1332         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1333         (ada-treat-cmd-string): Improve error message.
1334         (ada-do-file-completion): Call `ada-require-project-file', so
1335         project variables are set properly.
1336         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1337         (ada-gnatfind-buffer-name): New constant.
1338         (ada-find-any-references): Use new constant.  Set buffer name
1339         properly in compilation-start.  Toggle read-only properly.
1340         (ada-find-in-src-path): Fix spelling error in docstring.
1342         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1343         by zero error.
1345 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
1349 2007-08-12  Richard Stallman  <rms@gnu.org>
1351         * progmodes/sh-script.el (sh): Delete group `unix'.
1353         * progmodes/gud.el (gud): Change to group `processes'.
1355 2007-08-11  Glenn Morris  <rgm@gnu.org>
1357         * progmodes/compile.el (compilation-buffer-name): Don't check
1358         compilation-arguments.  It is superfluous, and the variable isn't
1359         even set when this function is called.
1361 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1363         * term/mac-win.el (mac-ae-reopen-application): New function.
1364         (mac-apple-event-map): Bind "reopen application" Apple event to it.
1366 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1368         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
1369         take tex-font-script-display into account.
1370         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
1371         cell to a list of 2 elements to simplify the unfontify code.
1373 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1375         * url/url-auth.el (url-basic-auth): When prompting for username
1376         and password, default to the username and password in the URL.
1378 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1380         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1381         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1382         ps-print-color-p is neither nil nor black-white.  Reported by Christian
1383         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1385 2007-08-08  Andreas Schwab  <schwab@suse.de>
1387         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1388         self-insert-command, not self-insert.
1390 2007-08-08  Glenn Morris  <rgm@gnu.org>
1392         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
1393         argument optional, for backwards compatibility, and only highlight
1394         args when present.  Fix symbol name typo (doc/args).
1396         * help-mode.el (help-make-xrefs): Search for symbol constituents,
1397         rather than just `-'.
1399 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
1401         * calc/calc-units.el (calc-convert-temperature):
1402         Use `/' to create fractions.
1404 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
1406         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
1407         global matching.
1408         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
1409         ERROR-BUFFER more robust.  Display output.
1410         (tramp-file-name-handler): Add a connection property when we found
1411         a foreign file name handler.  This allows backends like ftp to
1412         profit also from usr/host name completion based on connection
1413         cache.
1414         (tramp-send-command-and-read): Search for trash after the regexp
1415         until eol only.  In XEmacs, there is a problem with \n.
1417         * net/tramp-cache.el (top): Read persistent connection history
1418         when cache is empty.
1420 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
1422         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
1423         resulting output.
1425 2007-08-07  Sam Steingold  <sds@gnu.org>
1427         * progmodes/compile.el (compilation-start): Pass nil as startfile
1428         to comint-exec.
1430 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
1432         * longlines.el (longlines-decoded): New variable.
1433         (longlines-mode): Avoid encoding or decoding the buffer twice.
1435 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
1437         * format.el (format-insert-file): Make sure that at most one undo
1438         entry is recorded for the insertion.  Inhibit point-motion and
1439         modification hooks around call to insert-file-contents.
1441 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
1444         Select the buffer's window before moving point.
1446 2007-08-07  Richard Stallman  <rms@gnu.org>
1448         * term.el (term): Remove parent group `unix'.
1450         * simple.el (default-indent-new-line): New function.
1451         It calls comment-line-break-function if there are comments.
1452         (do-auto-fill): Use that.
1454 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1456         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
1457         (PC-do-completion): Add "acronym completion" for symbols and
1458         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
1460 2007-08-06  Sam Steingold  <sds@gnu.org>
1462         * mouse.el (mouse-buffer-menu): Pass mode-name through
1463         format-mode-line because it may be a list,
1464         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
1466 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
1468         * printing.el (pr-update-menus): Docstring fix.
1470 2007-08-06  Jason Rumney  <jasonr@gnu.org>
1472         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
1474         * vc-hooks.el (vc-call): Add doc string.
1476 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
1478         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1479         process-filter.
1481 2007-08-06  Kenichi Handa  <handa@m17n.org>
1483         * international/quail.el: Wrap (require 'help-mode) by
1484         eval-when-compile.
1485         (quail-help-init): New function.
1486         (quail-help): Call quail-help-init.
1487         (quail-store-decode-map-key): Change it to a function.
1489 2007-08-05  Jason Rumney  <jasonr@gnu.org>
1491         * vc.el (vc-rollback): Add norevert argument back.
1492         (vc-revert-buffer): Add back as obsolete alias.
1494 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
1496         * term.el: Honor term-default-fg-color and term-default-bg-color
1497         settings when modifying term-current-face.
1498         (term-default-fg-color, term-default-bg-color): Initialize from
1499         default term-current-face.
1500         (term-mode, term-reset-terminal): Set term-current-face with
1501         term-default-fg-color and term-default-bg-color.
1502         (term-handle-colors-array): term-current-face has term-default-fg-color
1503         and term-default-bg-color after reset escape sequence.
1504         (term-handle-colors-array): Set term-current-color with
1505         term-default-fg/bg-color instead of ansi-term-color-vector when the
1506         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1508 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
1510         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
1511         (math-nlfit-givens): Let bind free variables.
1513 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
1515         * printing.el: Require lpr and ps-print when loading printing package.
1516         Reported by Glenn Morris <rgm@gnu.org>.
1518 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
1520         * files.el (set-auto-mode): Handle also remote files wrt
1521         `auto-mode-alist'.
1523 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
1525         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
1526         curves and plotting.
1528         * calc/calc-nlfit.el: New file.
1530 2007-08-04  Glenn Morris  <rgm@gnu.org>
1532         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1533         zero, not nil, when the library is first loaded.  Check for a file
1534         that has been modified on disk.
1536         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1537         Remove duplicate defvar preventing initialization.
1538         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1540 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
1543         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
1544         may match up to 4 lines.
1545         (diff-beginning-of-file-and-junk): Rewrite.
1547 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1549         * printing.el: Evaluate require only during compilation.
1550         (pr-version): New version 6.9.1.
1551         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
1552         (pr-global-menubar): Fix code.
1554 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
1556         * term.el (term-erase-in-display): Fix case when point is not at
1557         the beginning of the line.
1559 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
1561         * calc/calc-ext.el (math-get-value, math-get-sdev)
1562         (math-contains-sdev): New functions.
1564         * calc/calc-graph.el (calc-graph-format-data)
1565         (calc-graph-add-curve): Check for error forms.
1566         (calc-graph-set-styles): Add option for error forms.
1568 2007-08-03  Miles Bader  <miles@gnu.org>
1570         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1571         backend names for new backends to `Git', `Hg', and `Bzr'.
1572         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1573         not `HG'.
1574         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1575         name, not `GIT'.
1576         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1577         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1579 2007-08-03  Richard Stallman  <rms@gnu.org>
1581         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1582         to update deleted flag.
1584         * cus-edit.el (customize-apropos, customize-apropos-options)
1585         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1587         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1589         * startup.el (fancy-splash-head, startup-echo-area-message):
1590         Change message text.
1592         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1593         All callers use line-move.
1595         * progmodes/compile.el (compilation-find-buffer): Return current
1596         buffer immediately if suitable.
1597         (compile, compilation-buffer-name, compilation-start): Doc fixes.
1599 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
1601         * faces.el (face-normalize-spec): New function.
1602         (frame-set-background-mode): Normalize face-spec before calling
1603         face-spec-match-p.
1605 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1607         * server.el (server-window): Add switch-to-buffer-other-frame option.
1609 2007-08-03  Glenn Morris  <rgm@gnu.org>
1611         * cus-edit.el (customize-apropos): Make the error message indicate
1612         what kind of thing the user was trying to customize.
1614         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1616         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
1617         Fix off-by-one error in previous change.
1619 2007-08-03  Drew Adams  <drew.adams@oracle.com>
1621         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
1622         Make buffer writable.
1624 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
1626         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
1627         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
1628         Use native Emacs functions, when appropriate.
1630 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
1631             Stefan Monnier  <monnier@iro.umontreal.ca>
1633         * vc.el: Document new VC operation `extra-menu'.
1635         * vc-hooks.el (vc-default-extra-menu): New function.
1637         * menu-bar.el (menu-bar-vc-filter): New function.
1638         (menu-bar-tools-menu): Use it as a filter.
1640 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1642         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1644 2007-08-01  Glenn Morris  <rgm@gnu.org>
1646         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
1647         strings.
1648         (fortran-tab-mode-default): Remove needless autoload.
1649         (fortran-tab-mode-string): Add help-echo and mouse properties, and
1650         mark as risky.
1651         (fortran-line-length): New buffer-local variable, safe if integer.
1652         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
1653         Change from variables to constants.
1654         (fortran-font-lock-syntactic-keywords): Delete as a variable,
1655         replace with a new function definition.
1656         (fortran-mode): Use fortran-line-length, and
1657         fortran-font-lock-syntactic-keywords as a function.  Add a
1658         hack-local-variables-hook function.
1659         (fortran-line-length, fortran-hack-local-variables): New functions.
1660         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
1661         Use fortran-line-length rather than 72.
1662         (fortran-window-create-momentarily): Doc fix.
1664 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
1666         * cus-edit.el (custom-group-value-create, custom-goto-parent):
1667         Fix parent groups link.
1669 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
1671         * progmodes/python.el (python-current-defun): Adjust to never fall
1672         into infinite loop.
1674 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
1678 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
1680         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1681         (copyright-fix-years, copyright): Correctly handle the case where
1682         copyright-limit is nil.
1684 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
1686         * progmodes/python.el (run-python): Fix path separator under w32.
1688 2007-07-30  Richard Stallman  <rms@gnu.org>
1690         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1691         Treat non-break space as whitespace in Lisp.
1693 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * vc.el (vc-dired-hook): Use inhibit-read-only.
1697         * progmodes/compile.el (compilation-forget-errors):
1698         Reset compilation-auto-jump-to-next.
1700 2007-07-30  Michael Olson  <mwolson@gnu.org>
1702         * cus-edit.el (custom-group-save): Fix void function definition
1703         error.  Thanks to Zhang Wei for the report.
1705         * ps-print.el: Check in trivial changes to the autoloads section
1706         caused by the build process.  These autoloads really ought to be
1707         placed in a separate file, methinks.
1709 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1711         * calendar/calendar.el (calendar-mode): Make sure
1712         displayed-(month|year) are set.
1713         (calendar-basic-setup): Display buffer before adjusting window sizes.
1714         (generate-calendar-window): Use inhibit-read-only.  Simplify.
1715         Generate buffer and set displayed-month and displayed-year before
1716         calling update-calendar-mode-line.
1718 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
1720         * net/tramp.el:
1721         * net/tramp-uu.el:
1722         * net/trampver.el: Use utf-8 encoding with coding cookie.
1724         * net/tramp-cache.el:
1725         * net/tramp-fish.el:
1726         * net/tramp-ftp.el:
1727         * net/tramp-gw.el:
1728         * net/tramp-smb.el: Remove coding cookie.
1730         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1731         Flush buffer file-name's file property.
1732         (tramp-handle-file-remote-p): The first parameter is FILENAME.
1734         * net/trampver.el: Update release number.
1736 2007-07-29  Juri Linkov  <juri@jurta.org>
1738         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
1739         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
1740         when major-mode is not dired-mode.
1741         (dired-toggle-read-only): New function.
1742         (dired-recursive-deletes): Remove obsolete comments about old
1743         default value.
1744         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
1746         * wdired.el (wdired-exit): New function.
1747         (wdired-mode-map): Bind C-x C-q to wdired-exit.
1749 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * cus-edit.el (customize-read-group): New fun.
1752         (customize-group-other-window, customize-face-other-window):
1753         Prompt before delegating to customize-(group|face).
1754         Bind pop-up-windows rather than use the other-window argument.
1755         (customize-group, customize-face): Prompt from the interactive spec.
1756         Remove args `prompt-for-group' and `other-window'.
1758         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
1759         (ad-body-forms, ad-advised-interactive-form): Revert this part of
1760         last change.
1762 2007-07-28  Masatake YAMATO  <jet@gyve.org>
1764         * vc.el (vc-dired-mode): Add a menu for VC related operation.
1765         Use backend name as the menu label.  Suggested by David Kastrup.
1767 2007-07-28  Alan Mackenzie  <acm@muc.de>
1769         Fix problem with modes derived from CC Mode:
1770         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1771         macro to cc-langs.
1772         (c-init-language-vars-for): Remove call to above macro.
1773         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1774         been moved to here.
1775         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1777 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
1779         * net/trampver.el: Fix the `coding' cookie.
1781 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1783         * vc-git.el (vc-git-print-log): Support both the old single file
1784         interface and the new one.
1786 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
1788         * bindings.el (mode-line-remote): Use updated %@ construct.
1790 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1792         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
1793         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
1794         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
1795         (diary-list-bahai-entries, diary-bahai-mark-entries)
1796         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
1797         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
1798         New names to clean up namespace.
1799         (list-bahai-diary-entries, mark-bahai-diary-entries)
1800         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
1801         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
1802         Add compatibility aliases.
1804         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
1806         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
1807         (calendar-scroll-left-three-months)
1808         (calendar-scroll-right-three-months): Clean up namespace.
1809         (scroll-calendar-left, scroll-calendar-right)
1810         (scroll-calendar-left-three-months)
1811         (scroll-calendar-right-three-months): Add compatibility aliases.
1813         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
1814         Behave like mouse-scroll-calendar-* when used from the mouse.
1816         * calendar/cal-menu.el (cal-menu-scroll-menu)
1817         (cal-menu-global-mouse-menu):
1818         * calendar/calendar.el (calendar-mode-map):
1819         Use new calendar-scroll-* names.
1820         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
1821         Remove.  Use calendar-scroll-* directly instead.
1823 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1825         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
1826         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
1827         (ad-make-advised-definition, ad-cache-id-verification-code):
1828         Use commandp and interactive-form instead.
1830 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
1832         * vc-git.el: Relicense to GPLv3 or later.
1833         (vc-directory-exclusion-list, vc-handled-backends): Remove.
1835         * vc-hooks.el (vc-handled-backends): Add GIT.
1837         * vc.el (vc-directory-exclusion-list): Add .git.
1839 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
1841         * vc-git.el (vc-git-revision-table)
1842         (vc-git-revision-completion-table): New functions.
1844 2007-07-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1846         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
1847         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
1848         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
1849         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
1850         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
1851         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
1852         New command actions for EPS header and EPS footer.
1854         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
1855         footer.  Fix some problems with one-or-more, zero-or-more and
1856         alternative constructions generation.  Some log messages
1857         implementation.  Doc fix.
1858         (ebnf-version): New version 4.4.
1859         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
1860         (ebnf-eps-footer, ebnf-log): New options.
1861         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
1862         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
1863         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
1864         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
1865         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
1866         (ebnf-style-custom-list, ebnf-style-database): Put new values.
1867         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
1868         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
1869         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
1870         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
1871         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
1872         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
1873         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
1874         (ebnf-non-terminal-dimension, ebnf-special-dimension)
1875         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
1876         (ebnf-except-dimension, ebnf-alternative-dimension)
1877         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
1878         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
1879         message fun.
1880         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
1881         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
1882         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
1883         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
1884         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
1885         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
1886         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
1887         compatibility with Emacs 20 & 21.
1888         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
1889         (ebnf-eps-file-alist, ebnf-basic-width-extra)
1890         (ebnf-basic-empty-height): New vars.
1891         (ebnf-prologue): Fix PostScript code.
1892         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
1893         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
1894         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
1895         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
1897 2007-07-25  Glenn Morris  <rgm@gnu.org>
1899         * Relicense all FSF files to GPLv3 or later.
1901         * COPYING: Switch to GPLv3.
1903 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1905         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1906         Replace it with another one which disables undo before calling
1907         erase-buffer and then turns it back on if needed.
1909 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1911         * ps-print.el: Problem with foreground and background color when
1912         printing a buffer with and without faces.  Reported by Christian
1913         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1914         (ps-print-version): New version 6.7.5.
1915         (ps-default-fg): Change default value to nil, so black color is used
1916         when a face does not specify a foreground color.
1917         (ps-default-bg): Change default value to nil, so white color is used
1918         for background color.
1919         (ps-begin-job): Fix code.
1921 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1923         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1925 2007-07-24  Glenn Morris  <rgm@gnu.org>
1927         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1928         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1929         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1930         (cal-tex-cursor-week, cal-tex-cursor-week2)
1931         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1932         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1933         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1934         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1936 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * calendar/calendar.el (calendar-mode-map): Move initialization
1939         into declaration.  Add menu bindings (used to be done in cal-menu).
1940         (calendar-mode): Don't add an activate-menubar-hook.
1942         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
1943         modify calendar-mode-map), use easy-menu, and make sure that C-h k
1944         can be used on the menu entries.
1945         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
1946         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
1947         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
1948         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
1949         (calendar-flatten, cal-menu-update): Remove.
1950         (calendar-mouse-insert-hebrew-diary-entry)
1951         (calendar-mouse-insert-islamic-diary-entry)
1952         (calendar-mouse-insert-bahai-diary-entry):
1953         Remove (fold into cal-menu-diary-menu).
1954         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
1955         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
1956         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
1957         (calendar-mouse-view-diary-entries): Minor simplifications.
1958         (calendar-event-to-date): Use with-current-buffer.
1960 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
1962         * add-log.el (change-log-redate): Remove (not needed anymore and
1963         doesn't appear to work).
1965 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * frame.el: Use mapc and dolist instead of mapcar where possible.
1968         (close-display-connection): New command.
1970 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
1972         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
1973         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
1975 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1977         * ps-print.el (ps-multibyte-buffer): Docstring fix.
1979         * ps-mule.el: Doc fix.
1980         (ps-multibyte-buffer, ps-mule-font-info-database-default)
1981         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
1983 2007-07-25  Glenn Morris  <rgm@gnu.org>
1985         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
1986         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
1987         (cal-tex-daily-end, cal-tex-hook)
1988         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
1989         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
1990         (cal-tex-cursor-week-iso, cal-tex-week-hours)
1991         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1992         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
1993         (cal-tex-day-prefix, cal-tex-day-name-format)
1994         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
1995         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
1996         (cal-tex-LaTeX-subst-list): Change from variables to constants.
1997         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
1998         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
1999         etc, rather than \bf.
2000         (cal-tex-mini-calendar): Fix typos in previous change.
2001         (cal-tex-latexify-list): Remove inner let binding.
2002         (cal-tex-end-document, cal-tex-banner): Use multi-line
2003         cal-tex-comment.
2004         (cal-tex-comment): Handle embedded newlines.
2005         (cal-tex-LaTeXify-string): Use substring-no-properties.
2007 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
2009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2010         Add support for the Maden build tool.
2012 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
2014         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
2016 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2018         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2020 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2022         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
2023         C-x C-q.
2025         * vc-git.el (vc-git-print-log): Fix previous change.
2027 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * window.el (save-selected-window): Minor optimization.
2030         (bw-adjust-window): If operation failed, try with a smaller delta.
2031         (window-fixed-size-p): New function.
2032         (window-area-factor): New var.
2033         (balance-windows-area): New command.
2035         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
2036         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
2037         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
2038         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
2039         (ps-mule-begin-job): Use dolist.
2041 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
2043         * subr.el (start-file-process-shell-command)
2044         (process-file-shell-command): New defuns.
2046         * progmodes/compile.el (compilation-start):
2047         Apply `start-file-process-shell-command'.
2049 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
2051         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
2053 2007-07-24  Alan Mackenzie  <acm@muc.de>
2055         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2056         Initialise byte-compile-unresolved-functions before rather than
2057         after a compilation.
2058         (byte-compile-unresolved-functions): Amplify doc string.
2060 2007-07-24  Glenn Morris  <rgm@gnu.org>
2062         * startup.el (normal-splash-screen): Use `emacs-copyright'.
2064         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2065         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2066         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2067         (cal-tex-cursor-week, cal-tex-cursor-week2)
2068         (cal-tex-cursor-week-iso, cal-tex-week-hours)
2069         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2070         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2071         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2073         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
2074         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
2075         (cal-tex-day-name-format, cal-tex-cal-one-month)
2076         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
2077         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
2078         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
2079         (cal-tex-list-holidays, cal-tex-cursor-year)
2080         (cal-tex-cursor-year-landscape, cal-tex-year)
2081         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
2082         (cal-tex-cursor-month, cal-tex-insert-days)
2083         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
2084         (cal-tex-first-blank-p, cal-tex-cursor-week)
2085         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2086         (cal-tex-week-hours, cal-tex-cursor-week-monday)
2087         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
2088         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
2089         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
2090         (cal-tex-latexify-list, cal-tex-previous-month)
2091         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
2092         modernization, including using dotimes rather than
2093         calendar-for-loop.
2094         (cal-tex-LaTeX-subst-list): Remove `@'.
2095         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
2096         Use \textit and \textbf rather than \em and \it.
2098         * calendar/cal-bahai.el (list-bahai-diary-entries)
2099         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
2100         * calendar/cal-islam.el (list-islamic-diary-entries)
2101         * calendar/calendar.el (generate-calendar, generate-calendar-month)
2102         * calendar/diary-lib.el (diary-list-entries)
2103         (mark-calendar-date-pattern): Use `dotimes' rather than
2104         `calendar-for-loop'.
2106         * calendar/calendar.el (calendar-for-loop): Doc fix.
2108 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2111         underlying file is uptodate.
2113 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
2115         * replace.el (perform-replace): Use isearch-no-upper-case-p.
2117 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * vc-hooks.el (vc-mode-line-map): New const.
2120         (vc-mode-line): Use it.
2122 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
2124         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
2125         (vc-git-unregister): New functions.
2126         (vc-git-find-version): Use the result of ls-files as a parameter
2127         for cat-file.
2129 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
2131         * net/tramp.el (tramp-perl-file-attributes)
2132         (tramp-perl-directory-files-and-attributes)
2133         (tramp-handle-file-attributes-with-stat)
2134         (tramp-handle-directory-files-and-attributes-with-stat)
2135         (tramp-convert-file-attributes): Handle huge file sizes.
2137 2007-07-23  Juri Linkov  <juri@jurta.org>
2139         * isearch.el (isearch-message-function): New variable.
2140         (isearch-update, isearch-search): Use it.
2142         * simple.el (goto-history-element): New function created from
2143         next-history-element.
2144         (next-history-element): Most code moved to goto-history-element.
2145         Call goto-history-element with (- minibuffer-history-position n).
2146         (previous-history-element): Call goto-history-element with (+
2147         minibuffer-history-position n).
2148         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
2149         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
2150         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
2151         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
2152         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
2153         (minibuffer-history-isearch-pop-state): New functions.
2155 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
2157         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
2158         Also, if FILE is a list, return non-nil if any of its elements
2159         should stay local.  Update docstring.
2161 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
2164         change by reverting a small part.
2166 2007-07-23  Richard Stallman  <rms@gnu.org>
2168         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2170 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2172         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
2173         handling it.  Use vc-git-command.
2174         (vc-git-find-version, vc-git-diff-tree): New functions.
2175         (vc-git-revert): Use vc-git-command.
2176         (vc-git--run-command): Delete.
2178 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
2180         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
2182 2007-07-20  Kenichi Handa  <handa@m17n.org>
2184         * international/utf-8.el (utf-8-post-read-conversion):
2185         Temporarily bind utf-8-compose-scripts to nil while running
2186         *-compose-region functions.
2188 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2190         * vc-git.el: Update status.
2191         (vc-directory-exclusion-list): Use eval-after-load.
2193 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
2195         * bindings.el (mode-line-remote): New variable.
2196         (help-echo): Add to default values of mode-line-format.
2198         * files.el: Mark mode-line-remote as risky.
2200 2007-07-22  Juri Linkov  <juri@jurta.org>
2202         * isearch.el (isearch-edit-string): Save old point and
2203         isearch-other-end to old-point and old-other-end before reading
2204         the search string from minibuffer.  After exiting minibuffer set
2205         point to old-other-end if point and the search direction is the
2206         same as before reading the search string.
2207         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
2208         to isearch-other-end.  Instead of isearch-search-and-update call
2209         three functions isearch-search, isearch-push-state and isearch-update.
2211 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2213         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
2214         deal with multiple file arguments.
2215         (vc-git-print-log): Deal with multiple file arguments.
2217 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2219         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
2220         diff-refine-hunk.  Adjust users.
2221         (diff-unified-hunk-p, diff-splittable-p): New functions.
2222         (diff-mode-menu): Use it to disable Split when it doesn't work.
2224 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2226         * diff-mode.el (diff-mode-menu): New entries.
2228 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2230         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
2231         if applicable, so as to save undo-log space.
2233         * diff-mode.el (diff-find-file-name): Add arg `batch'.
2235         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2236         (diff-file-kill): Use it.
2237         (diff-beginning-of-hunk): Add arg `try-harder' using it.
2238         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2239         Use it so they find the hunk even when we're in the file header.
2241 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2243         * vc-git.el (vc-git-revision-granularity, vc-git-root)
2244         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
2245         (vc-git-create-repo): New functions.
2246         (vc-git-registered): New autoloaded function definition.
2247         (vc-git-registered): Use vc-git-root.
2248         (vc-git-responsible-p): New defalias.
2249         (vc-git-annotate-extract-revision-at-line): Uncomment.
2250         (vc-git-print-log): Add the file name to the log.
2251         (vc-git-log-view-mode): New derived mode.
2252         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
2254 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
2256         * progmodes/grep.el (grep-compute-defaults): Keep default values.
2258 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
2260         * textmodes/reftex.el (reftex-access-parse-file): Create parse
2261         file in a way that does not interfere with recentf mode.
2262         (reftex-access-parse-file): Do not risk destroying an existing
2263         buffer.
2265 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
2267         * vc-git.el: New file.
2269 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2271         * textmodes/tex-mode.el (tex-font-script-display): Change default.
2273 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2275         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
2276         for branches and new files.
2278         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
2279         local-map handling ...
2280         (vc-mode-line): ... here.  Improve handling of help-echo.
2282         * vc.el (mode-line-string): Document help-echo usage.
2284 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
2286         Sync with Tramp 2.1.10.
2288         * net/tramp.el (tramp-get-ls-command): Fix typo.
2290         * net/trampver.el: Update release number.
2292 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2294         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2296         * term/x-win.el (x-handle-no-bitmap-icon): New function.
2298 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
2300         * add-log.el (change-log-fill-parenthesized-list): New function.
2301         (change-log-indent): Call change-log-fill-parenthesized-list.
2302         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
2303         Have lines with leading asterisk start a paragraph.
2305 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
2307         * calc/calc-math.el (math-emacs-precision)
2308         (math-largest-emacs-expt, math-smallest-emacs-expt):
2309         New variables.
2310         (math-use-emacs-fn): New function.
2311         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
2312         appropriate.
2314 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2316         * image-dired.el (image-dired-sane-db-file): New func.
2317         (image-dired-write-tags, image-dired-remove-tag)
2318         (image-dired-list-tags, image-dired-write-comments)
2319         (image-dired-get-comment, image-dired-mark-tagged-files)
2320         (image-dired-create-gallery-lists): Call new func.
2321         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2323 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2325         * vc-hg.el (vc-hg-dir-state): Fix loop.
2326         (vc-hg-print-log): Fix expected return value for vc-hg-command.
2327         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2328         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2329         (vc-hg-revert): Likewise.
2330         (vc-hg-revision-table, vc-hg-revision-completion-table): New
2331         functions.
2333 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * add-log.el (change-log-resolve-conflict): Don't lose data if the
2336         merge fails.
2338 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2340         * progmodes/compile.el (compilation-auto-jump-to-first-error):
2341         Add group and version.
2343 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2345         * add-log.el (add-log-file-name): Use file-relative-name.
2346         (add-change-log-entry): Delay reading
2347         add-log-(full-name|mailing-address) to after we've switched to the
2348         ChangeLog buffer so we get the right value.
2349         (add-change-log-entry, add-log-current-defun, change-log-merge):
2350         Use derived-mode-p rather than checking major-mode directly.
2352         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2353         name for buffer-file-name if it refers to a directory.
2355         * vc-arch.el (vc-arch-diff): Fix last change.
2357         * progmodes/compile.el (compilation-start): Remember the original
2358         directory in a buffer-local compilation-directory.
2359         (compile): Set the global value of compilation-directory.
2360         (recompile): Use compilation-directory even in the compilation buffer.
2362 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2364         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2366 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2368         * ps-print.el: Problem with foreground and background color when
2369         printing a buffer with and without faces.  Reported by Christian
2370         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2371         (ps-print-version): New version 6.7.5.
2372         (ps-default-fg): Change default value to nil, so black color is used
2373         when a face does not specify a foreground color.
2374         (ps-default-bg): Change default value to nil, so white color is used
2375         for background color.
2376         (ps-begin-job): Fix code.
2378 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
2380         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
2381         in $(INSTALL_DIR)/lisp/ if they already exist.
2383 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
2385         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
2386         in $(INSTALL_DIR)/lisp/ if they already exist.
2388 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2390         * progmodes/vera-mode.el (vera-re-search-forward)
2391         (vera-re-search-backward): Remove use of store-match-data.
2392         (vera-mode-map): Move initialization into declaration.
2394         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
2395         (flymake-find-buildfile): Use locate-dominating-file.
2397         * vc.el (vc-delistify): Use mapconcat.
2398         (vc-do-command): Minor simplification.
2399         (vc-expand-dirs): Use push.
2401         * vc-mcvs.el (vc-mcvs-create-repo):
2402         * vc-cvs.el (vc-cvs-create-repo): Remove.
2404         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
2405         directory and the root as well.
2407 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2409         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
2410         instead of a file.
2412         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
2413         (vc-hg-registered): Replace if with when.
2414         (vc-hg-state): Deal with nonexistent files and handle removed files.
2415         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2416         (vc-hg-checkout): Re-enable.
2417         (vc-hg-create-repo): Fix typos.
2418         (vc-hg-print-log): Fix for multiple files.
2419         (vc-hg-workfile-unchanged-p): New function.
2421         * vc.el: Fix typo.
2422         (vc-print-log): Fix call to print-log.
2423         (vc-default-comment-history): Likewise.
2424         (vc-directory-exclusion-list): Add .hg and .bzr.
2425         (vc-diff-internal): Pass a list instead of a file.
2427         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
2429         * vc-bzr.el (vc-bzr-create-repo): New function.
2431 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2433         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2434         `file' from which to start the search.
2436 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
2438         * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
2440 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * files.el (locate-dominating-file): New function.
2444 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
2446         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
2447         (grep-compute-defaults): Use it.
2449 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2451         * uniquify.el: Docstring fixes.
2453 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
2455         * vc-hooks.el: Generalize stay-local-p to operate on lists of
2456         files.  Change two keybindings to point to new function names.
2457         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
2458         vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
2459         * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
2461 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
2463         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2464         (follow-delete-other-windows-and-split, follow-recenter)
2465         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2466         (follow-redisplay, follow-estimate-first-window-start)
2467         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2468         Fix typos in docstrings.
2470 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
2472         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
2473         avoid that filling introduces lines with a single asterisk.
2475         * kmacro.el (kmacro-end-macro): When ignoring empty macro
2476         avoid incorrect kmacro-ring-empty-p messages.
2477         Reported by Michael Schierl <schierlm@gmx.de>.
2479 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2481         * vc.el: Add more info about the vc-registered function.
2483 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
2485         * files.el (file-remote-p): Introduce optional parameter
2486         IDENTIFICATION.
2488         * recentf.el (recentf-keep-default-predicate): Adapt call of
2489         `file-remote-p'.
2491         * progmodes/grep.el (grep-probe): Use `process-file'.
2492         (grep-compute-defaults): Handle variables host specific.
2494         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
2495         parameter IDENTIFICATION.
2497         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2498         parameter IDENTIFICATION.
2499         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
2500         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2501         Add entry for `set-file-times'.
2502         (tramp-do-copy-or-rename-file-via-buffer)
2503         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
2504         (tramp-handle-unhandled-file-name-directory): Rewrite.
2505         (tramp-convert-file-attributes): Add error handling when inode is
2506         extraordinary big.
2507         (tramp-get-inode): Change parameter from FILE to VEC.
2508         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
2509         is nil.  This is according to the specification.  Goto (point-max)
2510         when ready.
2511         (tramp-handle-shell-command): Rewrite completely, using
2512         `process-file' and `start-file-process'.
2513         (tramp-methods, tramp-find-shell)
2514         (tramp-open-connection-setup-interactive-shell)
2515         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
2516         var.  Reported by Steve Youngs <steve@sxemacs.org>.
2518         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
2519         entry for `set-file-times'.  Rename `start-process' into
2520         `start-file-process'.  Remove `call-process' entry.
2521         (tramp-fish-handle-set-file-times): New defun.
2522         (tramp-fish-handle-executable-find): Use `process-file'.
2523         (tramp-fish-handle-process-file): New defun.  Replaces
2524         `tramp-fish-handle-call-process'.
2525         (tramp-fish-do-copy-or-rename-file-directly): Use
2526         `set-file-times'.
2527         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
2529         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
2530         `tramp-get-inode' parameter.
2532 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
2535         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
2536         nowadays, and by the time Emacs-23 comes out, nobody will even remember
2537         it has ever existed.
2539 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
2541         * vc.el: Undo previous change.
2543 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
2545         * makefile.w32-in (clean): Don't delete *~.
2547 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2549         * textmodes/tex-mode.el (tex-verbatim-environments):
2550         Add safe-local-variable property.
2551         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
2552         when starting font-lock rather than when loading tex-mode.el.
2554         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
2555         whole $( rather than just the $.  Rename from sh-quoted-subshell.
2556         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
2558 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
2560         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
2561         bookmark-alist.  Instead, if not sorting, simply return it.
2562         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2563         for its return value, not for its side effect.
2565         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2566         case of alignment under a constant symbol, find and consider
2567         the sexp actually at indentation to be the "last sexp".
2569 2007-07-16  Drew Adams  <drew.adams@oracle.com>
2571         * mouse.el (mouse-yank-secondary): Better error message if no
2572         secondary selection.
2574 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2576         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
2578         * term/xterm.el (xterm-turn-on-modify-other-keys)
2579         (xterm-turn-off-modify-other-keys): New functions.
2580         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
2581         terminal supports it.
2583 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
2585         * bookmark.el (bookmark-show-all-annotations):
2586         Make sure each inserted annotation ends with newline.
2588 2007-07-15  Richard Stallman  <rms@gnu.org>
2590         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2592         * tutorial.el (tutorial--find-changed-keys):
2593         Handle C-x specially like ESC.
2595 2007-07-15  Aaron Hawley  <aaronh@garden.org>
2597         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2599 2007-07-15  Juri Linkov  <juri@jurta.org>
2601         * delsel.el (delete-selection-pre-hook):
2602         * emulation/cua-base.el (cua-paste): Before a yank command,
2603         check also whether last-command is one of mouse-save-then-kill,
2604         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
2606 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
2608         * recentf.el (recentf-keep-default-predicate): New defun.
2609         (recentf-keep): Use it as initial value.
2611 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
2613         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
2614         thus restoring bookmark bindings to three slots under C-x r.  See
2615         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
2617 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2619         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2621 2007-07-15  Jason Rumney  <jasonr@gnu.org>
2623         * w32-fns.el (set-default-process-coding-system): Use dos line ends
2624         for input to cmdproxy on all versions of Windows.
2625         Use dos line ends for input to plink.
2627         * comint.el (comint-simple-send): Concat newline before sending.
2628         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2630 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
2633         safe-local-variable setting.
2635 2007-07-14  David Kastrup  <dak@gnu.org>
2637         * emacs-lisp/advice.el (defadvice): Doc fix.
2639 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
2641         * subr.el (when, unless): Doc fix.
2643 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2645         * replace.el (match): Use yellow1 instead of yellow.
2647         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2649         * pcvs-info.el (cvs-unknown): Likewise.
2651 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
2653         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2654         (install): Use them to copy all *.el files before *.elc.
2656 2007-07-13  Drew Adams  <drew.adams@oracle.com>
2658         * bookmark.el (bookmark-jump-other-window): New function.
2659         (bookmark-map): Bind it to "o".
2661         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
2662         and its thread contains discussion about this change.
2663         The original patch was slightly tweaked by Karl Fogel
2664         <kfogel@red-bean.com> before committing.
2666 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
2668         * bookmark.el: Shorten some comments to fit within 80 lines.
2670 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
2672         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
2673         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
2674         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
2675         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
2677 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
2679         * textmodes/org.el: Bug fixes.
2680         (org-end-of-line): Move to end of line if in headline without tags.
2682 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * vc-hooks.el: Remove spurious * in docstrings.
2685         (vc-handled-backends): Add BZR.
2687         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
2689 2007-07-12  Davis Herring  <herring@lanl.gov>
2691         * desktop.el (desktop-buffer-info, desktop-save):
2692         Use `desktop-dirname' instead of `dirname'.
2694 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
2696         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
2698         * progmodes/python.el (python-which-func-length-limit): New var.
2699         (python-which-func): New function.
2700         (python-current-defun): Add optional `length-limit' and try to fit
2701         computed function name to that length.
2702         (python-mode): Hook `python-which-func' up.
2704 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
2706         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
2708         * comint.el (comint-dynamic-complete-as-filename):
2709         Use read-file-name-completion-ignore-case.
2711 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2713         * comint.el (comint-dynamic-list-filename-completions):
2714         Use read-file-name-completion-ignore-case.
2716         * vc-cvs.el: Require CL.
2717         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2718         New functions to provide completion of revision names.
2720         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
2721         (vc-cvs-annotate-first-line-re): New const.
2722         (vc-cvs-annotate-process-filter): New fun.
2723         (vc-cvs-annotate-command): Use them and run the command asynchronously.
2725 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
2727         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
2728         (eldoc-print-current-symbol-info): Adjust for changed helper
2729         function signatures.
2730         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
2731         `eldoc-highlight-function-argument'.
2732         (eldoc-highlight-function-argument): New function.
2733         (eldoc-get-var-docstring): Format documentation with
2734         `font-lock-variable-name-face'.
2735         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
2736         where suited.
2737         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
2738         (eldoc-beginning-of-sexp): Return number of skipped sexps.
2740 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
2742         * progmodes/compile.el (compilation-start): `start-process' must
2743         still be redefined when calling `start-process-shell-command'.
2745         * progmodes/gud.el (gud-file-name): When `default-directory' is a
2746         remote file name, prepend its remote part to the filename.
2747         (gud-common-init): When `default-directory' is a remote file name,
2748         make the filename relative to it.
2749         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
2751 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
2753         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
2754         mouse binding and a tooltip.
2756 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2758         * menu-bar.el (vc-menu-map): New defalias.
2760 2007-07-10  Richard Stallman  <rms@gnu.org>
2762         * emacs-lisp/lisp-mode.el (eval-defun):
2763         Explain special handling of `defface'.
2765 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
2767         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2769         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2771 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
2775         * vc-arch.el (vc-arch-complete): Remove.
2776         (vc-arch-revision-completion-table): Use complete-with-action.
2778         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
2779         (complete-with-action): New function.
2780         (dynamic-completion-table): Use it.
2782 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
2784         * comint.el (make-comint, make-comint-in-buffer)
2785         (comint-exec-1): Replace `start-process' by `start-file-process'.
2787         * progmodes/compile.el (compilation-start): Revert redefining
2788         `start-process'.
2790 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
2793         with EOLs when generating MD5 checksums.
2795         * follow.el: Don't change the global map from the follow-mode-map
2796         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
2797         XEmacs code.
2798         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
2799         since `follow-mode' should be used instead for that.
2801         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
2802         (easy-menu-do-define): Use it.
2803         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
2805         * progmodes/compile.el (compilation-auto-jump-to-first-error)
2806         (compilation-auto-jump-to-next): New vars.
2807         (compilation-auto-jump): New function.
2808         (compilation-error-properties): Use them to jump to first error.
2809         (compilation-start): Set the var if requested.
2811         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
2812         duplicates without also removing entries from other directories.
2814 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
2816         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
2817         Remember span as default.
2818         (org-columns-edit-value): Rename from `org-column-edit'.
2819         (org-columns-display-here-title): Rename from
2820         `org-overlay-columns-title'.
2821         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
2822         (org-columns-get-autowidth-alist): Rename from
2823         `org-get-columns-autowidth-alist'.
2824         (org-columns-display-here): Rename from `org-overlay-columns'.
2825         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
2826         (org-columns-quit): Rename from `org-column-quit'.
2827         (org-columns-show-value): Rename from `org-column-show-value'.
2828         (org-columns-content, org-columns-widen)
2829         (org-columns-next-allowed-value)
2830         (org-columns-edit-allowed, org-columns-store-format)
2831         (org-columns-uncompile-format, org-columns-redo)
2832         (org-columns-edit-attributes, org-delete-property)
2833         (org-set-property, org-columns-update)
2834         (org-columns-compute, org-columns-eval)
2835         (org-columns-not-in-agenda, org-columns-compute-all)
2836         (org-property-next-allowed-value)
2837         (org-columns-compile-format)
2838         (org-fill-paragraph-experimental)
2839         (org-string-to-number, org-property-action)
2840         (org-columns-move-left, org-columns-new)
2841         (org-column-number-to-string)
2842         (org-property-previous-allowed-value)
2843         (org-at-property-p, org-columns-delete)
2844         (org-columns-previous-allowed-value)
2845         (org-columns-move-right, org-columns-narrow)
2846         (org-property-get-allowed-values)
2847         (org-verify-version, org-column-string-to-number)
2848         (org-delete-property-globally): New functions.
2849         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
2850         (org-columns-overlays): Rename from `org-column-overlays'.
2851         (org-columns-map): Rename from `org-column-map'.
2852         (org-columns-current-maxwidths): Rename from
2853         `org-current-columns-maxwidths'.
2854         (org-columns-begin-marker, org-columns-current-fmt-compiled)
2855         (org-previous-header-line-format)
2856         (org-columns-inhibit-recalculation)
2857         (org-columns-top-level-marker): New variables.
2858         (org-columns-default-format): Rename from `org-default-columns-format'.
2859         (org-property-re): New constant.
2861 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
2863         * subr.el (looking-at-p, string-match-p): New functions.
2865 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
2867         * textmodes/tex-mode.el (tex-fontify-script)
2868         (tex-font-script-display): New variables to make display of
2869         superscripts and subscripts customizable.
2870         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
2872 2007-07-09  Richard Stallman  <rms@gnu.org>
2874         * isearch.el (isearch-edit-string): Call to isearch-push-state
2875         after the search.
2877 2007-07-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2879         * window.el (fit-window-to-buffer): Remove setting of window-min-height
2880         to 1 as enlarge-window uses the value to resize/shrink windows other
2881         than WINDOW if needed.
2883 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2885         * cus-start.el (file-coding-system-alist): Fix custom type.
2887 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
2889         * longlines.el (longlines-wrap-region): Avoid marking buffer as
2890         modified.
2891         (longlines-auto-wrap, longlines-window-change-function):
2892         Remove unnecessary calls to set-buffer-modified-p.
2894 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2896         * cus-start.el (file-coding-system-alist): Fix custom type.
2898 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2900         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
2901         (vc-cvs-checkout): Remove last arg now unused; simplify.
2903 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
2905         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
2907         * net/tramp.el:
2908         * net/tramp-ftp.el:
2909         * net/tramp-smb.el:
2910         * net/tramp-uu.el:
2911         * net/trampver.el: Migrate to Tramp 2.1.
2913         * net/tramp-cache.el:
2914         * net/tramp-fish.el:
2915         * net/tramp-gw.el: New Tramp packages.
2917         * net/tramp-util.el:
2918         * net/tramp-vc.el: Removed.
2920         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
2921         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
2923         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
2925         * progmodes/compile.el (compilation-start): Redefine
2926         `start-process' temporarily when `default-directory' is remote.
2927         Remove case of synchronous compilation, this won't happen ever.
2928         (compilation-setup): Make local variable `comint-file-name-prefix'
2929         for remote compilation.
2931 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
2933         * novice.el (disabled-command-function): Fit window to buffer to
2934         make last line visible.
2935         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2937         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2938         when handling the terminating event.
2940 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
2942         * calc/calc.el (math-read-number-simple): Remove leading 0s.
2943         (math-bignum-digit-length): Change to optimal value.
2945         * calc/calc-bin.el (math-bignum-logb-digit-size)
2946         (math-bignum-digit-power-of-two): Evaluate when compiled.
2948         * calc/calc-comb.el (math-small-factorial-table)
2949         (math-init-random-base, math-prime-test): Remove unnecessary calls
2950         to `math-read-number-simple'.
2952         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
2953         (math-approx-gamma-const): Add docstrings.
2955         * calc/calc-forms.el (math-julian-date-beginning)
2956         (math-julian-date-beginning-int): New constants.
2957         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
2958         Use the new constants.
2960         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
2962         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2963         Add docstrings.
2965 2007-07-07  Tom Tromey  <tromey@redhat.com>
2967         * vc.el (vc-annotate): Jump to line and output message only after the
2968         process is really all done.
2970 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2972         * vc.el (vc-exec-after): Don't move point from the sentinel.
2973         Forcefully read all the remaining text in the pipe upon process exit.
2974         (vc-annotate-display-autoscale, vc-annotate-lines):
2975         Don't stop at the first unrecognized line.
2976         (vc-annotate-display-select): Run autoscale after the process is done
2977         since it depends on the whole result.
2979 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
2981         * term/w32-win.el (menu-bar-open): New function.
2982         Bind <f10> to it.
2984 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
2986         * simple.el (start-file-process): New defun.
2988 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2990         * files.el (find-file-confirm-nonexistent-file): Rename from
2991         find-file-confirm-inexistent-file.  Update users.
2993         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
2994         format of autoload block where the file's time-stamp is replaced by its
2995         MD5 checksum.
2996         (autoload-generate-file-autoloads): Use MD5 checksum instead of
2997         time-stamp for secondary autoloads files.
2998         (update-directory-autoloads): Remove duplicate entries.
2999         Use time-less-p for time-stamps, as done in autoload-find-destination.
3001 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
3003         * calc/calc.el (math-read-number): Replace number by variable.
3004         (math-read-number-simple): Properly parse small integers.
3006 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3008         * vc.el: Fix doc for the checkout function.
3010 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
3012         * vc-hg.el (vc-hg-root): New function.
3013         (vc-hg-registered): Use it.
3014         (vc-hg-diff-tree): New defalias.
3015         (vc-hg-responsible-p): Likewise.
3016         (vc-hg-checkout): Comment out, not needed.
3017         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
3018         (vc-hg-find-version, vc-hg-next-version): New functions.
3020 2007-07-06  Andreas Schwab  <schwab@suse.de>
3022         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3023         dynamic bindings around the evaluation of the expression.
3024         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3026 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
3029         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
3030         Use run-hooks rather than run-mode-hooks.
3032 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
3034         * calc/calc-comb.el (math-random-digit): Rename to
3035         `math-random-three-digit-number'.
3036         (math-random-digits): Don't depend on representation of integer.
3038         * calc/calc-bin.el (math-bignum-logb-digit-size)
3039         (math-bignum-digit-power-of-two): New constants.
3040         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
3041         (math-not-bignum, math-clip-bignum): Use the constants
3042         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
3043         instead of their values.
3044         (math-clip): Use math-small-integer-size instead of its value.
3046         * calc/calc.el (math-add-bignum): Replace number by constant.
3048 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
3050         * wid-edit.el (widget-documentation-string-value-create):
3051         Insert indentation spaces.
3053 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
3055         * emacs-lisp/byte-opt.el: Revert last change.
3057 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3059         * vc-hooks.el (vc-handled-backends): Add HG.
3061         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
3063 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         * complete.el (PC-do-complete-and-exit): Add support for the new
3066         `confirm-only' confirmation mode.
3068 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
3070         * cus-edit.el (custom-commands): New variable.
3071         (custom-tool-bar-map): New variable.  Initialize using
3072         `custom-commands'.
3073         (custom-mode): Use `custom-tool-bar-map'.
3074         (custom-buffer-create-internal): Insert action buttons only if
3075         tool bar is not used.  Use `custom-commands'.
3076         (Custom-help, custom-command-apply): New function.
3077         (custom-command-apply, Custom-set, Custom-save)
3078         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
3079         Use `custom-command-apply' instead of duplicating code.
3080         (customize-group-other-window): Call `customize-group' instead of
3081         duplicating code.
3082         (customize-face-other-window): Call `customize-face' instead of
3083         duplicating code.
3084         (customize-group, customize-face): Add optional args for opening
3085         in another window.
3086         (custom-variable-tag): Don't inherit `variable-pitch' face.
3087         (custom-group-tag): Inherit `variable-pitch' face.
3088         (custom-variable-value-create): Set documentation indentation.
3089         (custom-group-value-create): Make group name a link, instead of
3090         using an extra "go to group" button.
3091         (custom-prompt-variable, custom-group-set, custom-group-save)
3092         (custom-group-reset-current, custom-group-reset-saved)
3093         (custom-group-reset-standard): Minor cleanup.
3095 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
3097         * Makefile.in (bootstrap-prepare): When copying from
3098         ldefs-boot.el, make sure loaddefs.el is writeable.
3100         (bootstrap-prepare): Make $(lisp)/ps-print.el
3101         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
3103 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3105         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
3106         only caller, and delete.
3107         (vc-hg-state): Deal with exceptions and only parse the output on
3108         successful return.
3109         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
3110         caller, and delete.
3111         (vc-hg-workfile-version): Deal with exceptions and only parse the
3112         output on successful return.
3113         (vc-hg-revert): New function.
3115 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
3117         * calculator.el (calculator-expt): Use more cases to determine
3118         the value.
3120 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3122         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3123         file names.
3125 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
3127         * calculator.el (calculator-expt, calculator-integer-p):
3128         New functions.
3129         (calculator-fact): Check to see if the factorial will be too
3130         large before computing it.
3131         (calculator-initial-operators): Use `calculator-expt' to
3132         compute "^".
3133         (calculator-mode): Mention that results which are too large
3134         will return inf.
3135         * calc/calc-comb.el (math-small-factorial-table): Replace list
3136         by vector.
3138 2007-07-03  David Kastrup  <dak@gnu.org>
3140         * shell.el: On request of the authors, remove their addresses for
3141         the sake of bug reports, and add the developer list address as
3142         maintainer information.
3144 2007-07-03  Richard Stallman  <rms@gnu.org>
3146         * files.el (make-directory): Doc fix.
3147         (find-file-confirm-inexistent-file): Make it a defcustom.
3148         Make nil the default.
3150 2007-07-02  Richard Stallman  <rms@gnu.org>
3152         * startup.el (command-line): Set buffer-offer-save in *scratch*
3153         and enable auto-save in it.
3155 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
3157         * textmodes/org.el (orgstruct-mode-map): New variable.
3158         (orgstruct-mode): New minor mode.
3159         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
3160         (orgstruct-make-binding, org-context-p, org-get-local-variables)
3161         (org-run-like-in-org-mode): New functions.
3162         (org-cycle-list-bullet): New command.
3163         (org-special-properties, org-property-start-re)
3164         (org-property-end-re): New constants.
3165         (org-with-point-at): New macro.
3166         (org-get-property-block, org-entry-properties, org-entry-get)
3167         (org-entry-delete, org-entry-get-with-inheritance)
3168         (org-entry-put, org-buffer-property-keys): New functions.
3169         (org-insert-property-drawer): New command.
3170         (org-entry-property-inherited-from): New variable.
3171         (org-column): New face.
3172         (org-column-overlays, org-current-columns-fmt)
3173         (org-current-columns-maxwidths, org-column-map): New variables.
3174         (org-column-menu): New menu.
3175         (org-new-column-overlay, org-overlay-columns)
3176         (org-overlay-columns-title, org-remove-column-overlays)
3177         (org-column-show-value, org-column-quit, org-column-edit): New
3178         functions.
3179         (org-columns, org-agenda-columns): New commands.
3180         (org-get-columns-autowidth-alist): New functions.
3181         (org-properties): New customize group.
3182         (org-default-columns-format): New option.
3183         (org-priority): Realign tags after changing priority.
3184         (org-preserve-lc): New macro.
3185         (org-update-checkbox-count): Catch case when there is no headline.
3186         (org-agenda-quit): Remove any column overlays.
3187         (org-beginning-of-item-list): Fixed bug when non-item line is
3188         indented too deep.
3189         (org-cached-props): New variable.
3190         (org-cached-entry-get): New function.
3191         (org-make-tags-matcher): Handle property matches.
3192         (org-table-recalculate): Swap evaluation order: Field formula
3193         first, then column formulas, but don't allow them to overwrite the
3194         field formulas.
3195         (org-table-eval-formula): New argument untouchable.
3196         (org-table-put-field-property): New function.
3198 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
3200         * help-mode.el (help-make-xrefs): Skip spaces too when
3201         skipping tabs.
3203         * ffap.el (dired-at-point-prompter): Improve prompt in
3204         list-directory case.
3206 2007-07-01  Richard Stallman  <rms@gnu.org>
3208         * files.el (find-file-visit-truename): Fix safe-local-variable value.
3210 2007-07-01  Richard Stallman  <rms@gnu.org>
3212         * cus-start.el (max-mini-window-height): Added.
3214 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
3216         * complete.el (partial-completion-mode): Remove advice of
3217         read-file-name-internal.
3218         (PC-do-completion): Rebind minibuffer-completion-table.
3219         (PC-read-file-name-internal): New function doing what
3220         read-file-name-internal advice did.
3222 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
3224         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
3225         property on a few symbols.
3226         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
3227         (byte-optimize-lapcode): Remove bindings that are not referenced
3228         and certainly will not effect through dynamic scoping.
3230 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3232         * files.el (find-file-confirm-inexistent-file): New var.
3233         (find-file, find-file-other-window, find-file-other-frame)
3234         (find-file-read-only, find-file-read-only-other-window)
3235         (find-file-read-only-other-frame): Use it.
3237 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3239         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
3241 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
3243         * generic-x.el (generic-define-mswindows-modes)
3244         (generic-define-unix-modes, apache-log-generic-mode)
3245         (bat-generic-mode-keymap, java-manifest-generic-mode)
3246         (show-tabs-generic-mode): Fix typos in docstrings.
3248 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
3250         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
3251         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
3252         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
3253         (rcirc-print): Never ignore messages from ourself.
3255 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
3258         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
3260 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3262         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3263         replace-regexp-in-string.
3265 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * emacs-lisp/cl.el: Set edebug and indentation before loading
3268         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
3270 2007-06-28  Andreas Schwab  <schwab@suse.de>
3272         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3273         $(lisp)/subdirs.el.
3275 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
3277         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3278         the speedbar frame if nil; that deletes the current frame or
3279         causes an error if it is the only frame.
3280         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3282 2007-06-28  Kevin Ryde  <user42@zip.com.au>
3284         * textmodes/nroff-mode.el: Groff \# comments.
3285         (nroff-mode-syntax-table): \# comment intro,
3286         plain # as punct per global table.
3287         (nroff-font-lock-keywords): Add # as a single char escape.
3288         (nroff-mode): In comment-start-skip, match \#.
3290 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
3293         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
3294         point-min == 1.
3296 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
3298         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3299         Rename and move to...
3301         * subr.el (strings->string, string->strings): ...here.
3303         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3304         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3306         * progmodes/gud.el (gud-common-init): Call string->strings instead
3307         of split-string.
3309 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
3311         * dired-aux.el: Remove `dired-call-process'.
3312         (dired-check-process): Call `process-file'.
3314         * wdired.el (wdired-do-perm-changes): Call `process-file'.
3316         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
3317         `ange-ftp-process-file'.
3319 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3321         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
3323         * emacs-lisp/cl-extra.el:
3324         * emacs-lisp/cl-seq.el:
3325         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
3326         Add autoload cookies on all defs autoloaded manually in cl.el.
3328         * emacs-lisp/cl-loaddefs.el: New file.
3330         * textmodes/texinfmt.el (texinfo-raisesections-alist)
3331         (texinfo-lowersections-alist): Merge definition and declaration.
3332         (texinfo-start-of-header, texinfo-end-of-header): Remove.
3333         (texinfo-format-syntax-table): Merge init into declaration.
3334         (texinfo-format-parse-line-args, texinfo-format-parse-args)
3335         (texinfo-format-parse-defun-args, texinfo-format-node)
3336         (texinfo-push-stack, texinfo-multitable-widths)
3337         (texinfo-define-info-enclosure, texinfo-alias)
3338         (texinfo-format-defindex, batch-texinfo-format): Use push.
3339         (texinfo-footnote-number): Remove duplicate declaration.
3341         * ps-print.el: Update with auto-generated autoloads.
3343         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
3345 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3347         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
3348         relative to current dir for file-local settings.
3349         (autoload-generate-file-autoloads): Add `outfile' arg.
3350         (update-directory-autoloads): Use it to directly call
3351         autoload-generate-file-autoloads instead of going through
3352         update-file-autoloads so we avoid redundant searches and so we can know
3353         the set of buffers changed so we can save them all.
3355         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
3356         rather than throwing `up-to-date'.
3357         (autoload-generate-file-autoloads): Adjust correspondingly.
3358         (update-file-autoloads): Be careful to let-bind
3359         autoload-modified-buffers and adjust to new calling conventions.
3360         (autoload-modified-buffers): Make it a dynamically scoped var.
3361         (update-directory-autoloads): Use file-relative-name instead of
3362         autoload-trim-file-name.
3363         (autoload-insert-section-header): Don't use autoload-trim-file-name
3364         since the file is already relative now.
3365         (autoload-trim-file-name): Remove.
3367         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
3368         (vc-arch-complete, vc-arch--version-completion-table)
3369         (vc-arch-revision-completion-table): New functions to provide
3370         completion of revision names.
3371         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
3372         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
3373         to let the user trim the revlib.
3375         * vc.el: Add new VC operation `revision-completion-table'.
3376         (vc-default-revision-completion-table): New function.
3377         (vc-version-diff, vc-version-other-window): Use it to provide
3378         completion of revision names if the backend provides it.
3380         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
3382         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
3383         of newer .svn/entries.
3385 2007-06-25  David Kastrup  <dak@gnu.org>
3387         * calc/calc-poly.el (math-padded-polynomial)
3388         (math-partial-fractions): Add some function comments.
3390 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3393         Make `outbuf' optional.
3394         (update-file-autoloads): Use it.
3396 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
3399         (autoload-find-destination): Keep it uptodate.
3400         (autoload-save-buffers): New fun.
3401         (update-file-autoloads): Use it.  Re-add the "up to date" message.
3403         * emacs-lisp/autoload.el: Refactor for upcoming changes.
3404         (autoload-find-destination): New function extracted from
3405         update-file-autoloads.
3406         (update-file-autoloads): Use it.
3407         (autoload-generate-file-autoloads): New function extracted from
3408         generate-file-autoloads.  Use file-relative-name.  Delay computation of
3409         output-start to the first cookie.  Remove done-any, replaced by
3410         output-start.
3411         (generate-file-autoloads): Use it.
3413 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
3415         * calc/calc-comb.el (math-init-random-base, math-prime-test):
3416         Use math-read-number-simple to insert constants.
3417         (math-prime-test): Redo calculation of sum.
3419         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
3421         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
3422         math-scale-bignum-3.
3423         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
3424         math-bignum-digit-size.
3425         (math-isqrt-small): Add another possible initial guess.
3427 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3429         * textmodes/bibtex.el (bibtex-entry-format): New options
3430         `whitespace', `braces', and `string'.
3431         (bibtex-field-braces-alist, bibtex-field-strings-alist)
3432         (bibtex-field-braces-opt, bibtex-field-strings-opt)
3433         (bibtex-cite-matcher-alist): New variables.
3434         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
3435         (bibtex-flash-head): Use blink-matching-delay.
3436         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
3437         (bibtex-format-entry, bibtex-reformat): Handle new options of
3438         bibtex-entry-format.
3439         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
3440         New functions.
3441         (bibtex-complete-internal): Do not display messages while
3442         minibuffer is used.  Do not leave around a completions buffer
3443         that is out of date.
3444         (bibtex-copy-summary-as-kill): New optional arg.
3445         (bibtex-font-lock-url): New optional arg no-button.
3446         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
3447         (bibtex-url): Allow multiple URLs per entry.
3449 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * emacs-lisp/autoload.el (autoload-generated-file): New function.
3452         (update-file-autoloads, update-directory-autoloads): Use it.
3453         (autoload-file-load-name): New function.
3454         (generate-file-autoloads, update-file-autoloads): Use it.
3455         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
3456         (generate-file-autoloads): If the autoloaded form is malformed,
3457         indicate the problem with a warning instead of aborting.
3459 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
3461         * simple.el (next-error-recenter): Accept `(4)' as well;
3462         also, specify `integer' instead of `number'.
3464 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3466         * ls-lisp.el (insert-directory): If an invalid regexp error is
3467         thrown, try using FILE as a literal file name, not a wildcard.
3469 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
3471         * ruler-mode.el (ruler-mode): Prevent clobbering the original
3472         `header-line-format' when reentering ruler mode.
3474 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3476         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3477         FILE exists as a file.
3479 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
3481         * calc/calc.el (math-bignum-digit-length)
3482         (math-bignum-digit-size, math-small-integer-size):
3483         New constants.
3484         (math-normalize, math-bignum-big, math-make-float)
3485         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
3486         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
3487         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
3488         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
3489         (math-quotient, math-div-bignum, math-div-bignum-digit)
3490         (math-div-bignum-part, math-format-bignum-decimal)
3491         (math-read-bignum): Use math-bignum-digit-length,
3492         math-bignum-digit-size and math-small-integer-size.
3494         * calc/calc-ext.el (math-fixnum-big): Use the variable
3495         math-bignum-digit-size.
3497 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3499         * log-view.el (log-view-mode-menu): New menu.
3501 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3503         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
3504         differently.
3506         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
3507         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
3509 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3511         * vc-hg.el (vc-hg-print-log): Insert the file name.
3512         (vc-hg-log-view-mode): Fontify the file name.
3514 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
3516         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
3517         (calcFunc-julian): Fix incorrect number used in calculations.
3519 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
3521         * simple.el (next-error-recenter): New defcustom.
3522         (next-error, next-error-internal): Recenter if specified,
3523         immediately prior to running `next-error-hook'.
3525         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
3526         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
3528         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
3530 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
3532         * calc/calc-comb.el (math-small-factorial-table): New variable.
3533         (calcFunc-fact): Use `math-small-factorial-table'.
3535         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
3536         initial values.
3537         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
3538         New variables to use in caches.
3540         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
3541         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
3543         * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
3544         (math-bernoulli-b-cache): Use math-read-number-simple to insert
3545         bignums.
3547         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
3548         New variables to use in caches.
3550 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
3552         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
3554         * vc-hg.el (vc-hg-log-view-mode): New mode.
3556 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
3558         * calc/calc.el (math-read-number-simple): New function.
3560 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3563         (vera-font-lock-match-item): Fix doc string.
3564         (vera-in-comment-p): Remove unused function.
3565         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3566         use `syntax-ppss'.
3567         (vera-forward-syntactic-ws): Fix argument order.
3568         (vera-prepare-search): Use `with-syntax-table'.
3569         (vera-indent-line): Fix doc string.
3570         (vera-electric-tab): Fix doc string.
3571         (vera-expand-abbrev): Define alias instead of using `fset'.
3572         (vera-comment-uncomment-region): Use `comment-start-skip'.
3574 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
3576         * textmodes/org.el (org-export-with-footnotes): New option.
3577         (org-export-as-html): Fix replacement bug for XEmacs.
3578         (org-agenda-default-appointment-duration): New option.
3580 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
3582         * vc-hg.el: Add to do items.
3583         (vc-hg-diff): Add support for comparing different revisions.
3584         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
3585         (vc-hg-annotate-extract-revision-at-line)
3586         (vc-hg-previous-version, vc-hg-checkin): New functions.
3587         (vc-hg-annotate-re): New constant.
3589 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
3591         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
3593 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3595         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
3596         buffer-local value of log-view-*-re if applicable.
3598         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
3599         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
3600         (vc-bzr-command*): Remove both (incompatible) versions.
3601         (vc-bzr-do-command*): Remove.
3602         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
3603         Remove by folding into its only caller vc-bzr-command.
3604         (vc-bzr-command): Always set the environment, even when ineffective.
3605         (vc-bzr-version): Minor fix up.
3606         (vc-bzr-admin-dirname): New var.
3607         (vc-bzr-bzr-dir): Remove.
3608         (vc-bzr-root-dir): New fun.
3609         (vc-bzr-registered): Use it.  Add an autoloaded version.
3610         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
3611         (vc-bzr-view-log-function): Remove.
3612         (vc-bzr-log-view-mode): New major mode to replace it.
3613         (vc-bzr-print-log): Only activate the old hack if needed.
3615         * vc.el (vc-default-log-view-mode): New function.
3616         (vc-print-log): Add new `log-view-mode' VC operation.
3618 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
3620         * ido.el (ido-find-file-in-dir): Don't signal an error for
3621         empty directories.
3623         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
3625         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3626         directory where the desktop file was found, as the docstring says.
3627         (desktop-kill): Use `read-directory-name'.
3629 2007-06-20  Alan Mackenzie  <acm@muc.de>
3631         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3632         When removing lines, also remove the \n.  Correction of patch of
3633         2007-04-21.
3635 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
3637         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3638         event is not a cons cell.  Do not unread drag-mouse-1 events.
3639         Select right window in check whether space was stolen from
3640         window above.
3642         * help-mode.el (help-make-xrefs): Adjust position of new forward
3643         button.
3645 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
3647         * vc-bzr.el (vc-bzr-with-process-environment)
3648         (vc-bzr-std-process-invocation): New macros.
3649         (vc-bzr-command, vc-bzr-command*): Use them.
3650         (vc-bzr-with-c-locale): Remove.
3651         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
3652         (vc-bzr-buffer-nonblank-p): New function.
3653         (vc-bzr-state-words): New const.
3654         (vc-bzr-state): Look for `bzr status` keywords in output.
3655         Display everything else as a warning message to the user.
3656         Fix status report with bzr >= 0.15.
3658 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
3660         * vc-hg.el (vc-hg-global-switches): Simplify.
3661         (vc-hg-state): Handle more states.
3662         (vc-hg-diff): Fix doc-string.
3663         (vc-hg-register): New function.
3664         (vc-hg-checkout): Likewise.
3666 2007-06-20  Reto Zimmermann  <reto@gnu.org>
3668         * progmodes/vera-mode.el: New file.
3670 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
3672         * calc/calc.el (calc-multiplication-has-precendence):
3673         New variable.
3674         (math-standard-ops, math-standard-ops-p, math-expr-ops):
3675         New functions.
3676         (math-expr-opers): Define using math-standard-ops rather than
3677         math-standard-opers.
3678         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
3679         equal the function math-standard-ops rather than the variable
3680         math-standard-opers.
3681         (calc-algebraic-entry): Let math-expr-opers equal
3682         math-standard-ops or math-expr-ops, as appropriate.
3683         (math-expr-read-level, math-read-factor): Let math-expr-opers
3684         equal math-expr-ops.
3685         * calc/calc-embed.el (calc-embedded-finish-edit):
3686         Let math-expr-opers equal the function math-standard-ops
3687         rather than the variable math-standard-opers.
3688         * calc/calc-ext.el (math-read-plain-expr)
3689         (math-format-flat-expr-fancy): Let math-expr-opers equal the
3690         function math-standard-ops rather than the variable
3691         math-standard-opers.
3692         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
3693         Let math-expr-opers equal the function math-standard-ops rather
3694         than the variable math-standard-opers.
3695         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
3696         equal the function math-standard-ops rather than the variable
3697         math-standard-opers.
3698         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
3699         equal the function math-standard-ops rather than the variable
3700         math-standard-opers.
3701         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
3702         math-expr-ops.
3704 2007-06-19  Ivan Kanis  <apple@kanis.eu>
3706         * vc-hg.el: New file.
3708 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3710         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
3711         with font-lock-multiline.
3713 2007-06-17  Glenn Morris  <rgm@gnu.org>
3715         * lpr.el (lpr-page-header-switches): Move %s to separate element
3716         for correct quoting.  Doc fix.
3718 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3720         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
3721         than setting sgml-xml-mode.
3722         (sgml-mode, html-mode): Set sgml-xml-mode.
3723         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
3724         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
3725         (sgml-electric-tag-pair-before-change-function)
3726         (sgml-electric-tag-pair-flush-overlays): New functions.
3727         (sgml-electric-tag-pair-mode): New minor mode.
3728         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
3729         (sgml-calculate-indent): Use assoc-string.
3731 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
3733         * thingatpt.el (thing-at-point-email-regexp): Don't require two
3734         chars before the "@" in an email address.  Andreas Roehler noticed
3735         this problem.
3737 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
3739         * thingatpt.el: Add support for email addresses (`email').
3740         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
3741         (thing-at-point-email-regexp): New variable.
3742         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
3743         properties on this symbol, with lambda forms for values.
3745 2007-06-15  Masatake YAMATO  <jet@gyve.org>
3747         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
3749         * vc.el (vc-dired-hook): Check the backend returned from
3750         `vc-responsible-backend' can really handle `subdir'.
3752 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
3754         * wid-edit.el (widget-add-documentation-string-button):
3755         Fix handling of documentation indent.
3757 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
3759         * mb-depth.el: New file.
3761 2007-06-15  Masatake YAMATO  <jet@gyve.org>
3763         * vc.el (vc-dired-mode): Show backend name as part of mode name.
3765 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
3767         * wid-edit.el (widget-default-create): Move ?h handling here...
3768         (widget-default-format-handler): ...from here.
3769         (widget-docstring, widget-add-documentation-string-button): New funs.
3770         (documentation-string): Add :visibility-widget property.
3771         (widget-documentation-string-value-create): Use it.
3773         * cus-edit.el (custom-split-regexp-maybe): Simplify.
3774         (custom-buffer-create-internal): Simplify message.
3775         (custom-variable-tag): Reduce height to normal.
3776         (custom-variable-value-create, custom-face-value-create)
3777         (custom-visibility): New widget.
3778         (custom-visibility): New face.
3779         (custom-group-value-create):
3780         Call widget-add-documentation-string-button, using `custom-visibility'.
3782 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         * emacs-lisp/bytecomp.el (byte-compile-current-group)
3785         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
3786         change.  Apparently the "warning even if the group is implicit" is
3787         a feature rather than a bug.
3789 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
3791         * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
3792         Different advices for Emacs and XEmacs.  Compile them conditionally.
3793         (viper-version): Belated version change.
3795 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
3797         * follow.el (follow-all-followers, follow-generic-filter):
3798         * pcomplete.el (pcomplete-restore-windows):
3799         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
3800         (x-dnd-drop-data):
3801         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
3802         * progmodes/python.el (python-complete-symbol):
3803         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
3805 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
3807         * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
3808         around bright and dim regexps.  Make sure bright and dim matches
3809         use word anchors.  Send text through rcirc-markup functions.
3810         (rcirc-url-regexp): Add single quote character.
3811         (rcirc-connect): Write logs to disk on auto-save-hook.
3812         Make server a non-optional argument.
3813         (rcirc-log-alist): New variable.
3814         (rcirc-log-directory): Make customizable.
3815         (rcirc-log-flag): New customizable variable.
3816         (rcirc-log): New function.
3817         (rcirc-print): Use above function.
3818         (rcirc-log-write): New function.
3819         (rcirc-generate-new-buffer-name): Strip text properties.
3820         (rcirc-switch-to-buffer-function): Remove variable.
3821         (rcirc-last-non-irc-buffer): Remove variable.
3822         (rcirc-non-irc-buffer): Add function.
3823         (rcirc-next-active-buffer): Use above function.
3824         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
3825         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
3826         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
3827         (rcirc-omit-mode): Add minor-mode.
3828         (rcirc-mode-map): Change C-c C-o binding.
3829         (rcirc-mode): Clear mode-line-process.  Use a custom
3830         fill-paragraph-function.  Set up buffer-invisibility-spec.
3831         (rcirc-response-formats): Remove timestamp code.
3832         (rcirc-omit-responses): Add variable.
3833         (rcirc-print): Don't put the overlay arrow on potentially omitted
3834         lines.  Log line to disk.  Record activity for private messages
3835         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
3836         (rcirc-jump-to-first-unread-line): Print message if there is no
3837         unread text.
3838         (rcirc-clear-unread): New function.
3839         (rcirc-markup-text-functions): Add variable.
3840         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
3841         (rcirc-debug): Don't mess with window configuration.
3842         (rcirc-send-message): Send message before printing locally.
3843         Add SILENT argument, do not print message if non-nil.
3844         (rcirc-visible-buffers): New function and variable.
3845         (rcirc-window-configuration-change-1): Add function.
3846         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
3847         server buffer.
3848         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
3849         (rcirc-fill-paragraph): Add function.
3850         (rcirc-record-activity, rcirc-window-configuration-change-1):
3851         Only update the activity string if it has actually changed.
3852         (rcirc-update-activity-string): Remove padding characters from the
3853         mode-line string.
3854         (rcirc-disconnect-buffer): New function to be called when a
3855         channel is parted or the user quits.
3856         (rcirc-server-name): Warn when the server-name hasn't been set.
3857         (rcirc-window-configuration-change): Postpone work until
3858         post-command-hook.
3859         (rcirc-window-configuration-change-1): Update mode-line and
3860         overlay arrows here.
3861         (rcirc-authenticate): Fixc hanserv identification.
3862         (rcirc-default-server): Remove variable.
3863         (rcirc): Connect according to rcirc-connections.
3864         (rcirc-connections): Add variable.
3865         (rcirc-startup-channels-alist): Remove variable.
3866         (rcirc-startup-channels): Remove function.
3868 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3870         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
3872 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
3874         * term/xterm.el (terminal-init-xterm): Escape parens in character
3875         constants.
3877 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3879         * progmodes/sh-script.el: Remove unneeded * from docstrings.
3880         Use [:alpha:] and [:alnum:] where applicable.
3881         (sh-quoted-subshell): Rewrite to correctly
3882         handle nested mixes of `...` and $(...).
3883         (sh-apply-quoted-subshell): Remove.
3884         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
3886         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
3888 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
3890         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
3891         previous change.
3893 2007-06-12  Tom Tromey  <tromey@redhat.com>
3895         * subr.el (user-emacs-directory): New defconst.
3896         * cmuscheme.el (scheme-start-file):
3897         * shell.el (shell):
3898         * completion.el (save-completions-file-name):
3899         * custom.el (custom-theme-directory):
3900         * term/x-win.el (emacs-session-filename):
3901         * filesets.el (filesets-menu-cache-file):
3902         * thumbs.el (thumbs-thumbsdir):
3903         * server.el (server-auth-dir):
3904         * image-dired.el (image-dired-dir):
3905         (image-dired-db-file):
3906         (image-dired-temp-image-file):
3907         (image-dired-gallery-dir):
3908         (image-dired-temp-rotate-image-file):
3909         * play/gamegrid.el (gamegrid-user-score-file-directory):
3910         * savehist.el (savehist-file):
3911         * tutorial.el (tutorial--saved-dir):
3912         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
3914 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
3916         * scroll-lock.el (scroll-lock-mode): Doc fix.
3918 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
3920         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
3922         * ediff-init.el: Doc strings.
3924 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3926         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3927         (byte-compile-file): Bind it.
3928         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
3929         group argument is provided implicitly.
3930         (byte-compile-format-warn, byte-compile-from-buffer)
3931         (byte-compile-insert-header): Don't hardcode point-min==1.
3932         (byte-compile-file-form-require): Remove unused var old-load-list.
3933         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
3935 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
3937         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
3938         Display error messages.
3939         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
3940         Get rid of cl.el dependencies.
3942         * emulation/viper-init.el (viper-suppress-input-method-change-message):
3943         New variable.
3944         (viper-activate-input-method-action)
3945         (viper-inactivate-input-method-action):
3946         Use viper-suppress-input-method-change-message.
3948         * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
3949         for C-s, C-r.
3951         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
3952         Use viper-replace-overlay-cursor-color instead of
3953         viper-replace-overlay-cursor-color.
3954         (viper-sit-for-short): Use sit-for with 3 arguments.
3956         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
3957         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
3958         to gud-mode.
3960         * ediff-mult.el (ediff-meta-buffer-brief-message)
3961         (ediff-meta-buffer-verbose-message): New variables.
3962         (ediff-meta-buffer-message): Variable deleted.
3963         (ediff-verbose-help-enabled): New variable.
3964         (ediff-toggle-verbose-help-meta-buffer): New function.
3965         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
3966         message options.
3968         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
3969         (ediff-fixup-patch-map): Improve heuristic.
3971 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
3974         (log-view-font-lock-keywords): Simplify.
3975         (log-view-current-file, log-view-current-tag): Simplify.
3977 2007-06-12  Sam Steingold  <sds@gnu.org>
3979         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
3981 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
3983         * desktop.el (desktop-load-locked-desktop): New option.
3984         (desktop-read): Use it.
3985         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3986         Use `when'.
3988 2007-06-12  Davis Herring  <herring@lanl.gov>
3990         * desktop.el (desktop-save-mode-off): New function.
3991         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3992         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3993         (desktop-claim-lock, desktop-release-lock): New functions.
3994         (desktop-kill): Tell `desktop-save' that this is the last save.
3995         Release the lock afterwards.
3996         (desktop-buffer-info): New function.
3997         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
3998         says to.  Detect conflicts, and manage the lock.
3999         (desktop-read): Detect conflicts.  Manage the lock.
4001 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
4005         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
4006         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
4007         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
4008         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
4009         keysyms rather than byte sequences.
4010         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
4012 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * font-lock.el (font-lock-add-keywords): In case font-lock was only
4015         half-activated, forcefully activate it completely.
4017 2007-06-11  Richard Stallman  <rms@gnu.org>
4019         * cus-edit.el (custom-variable-type): Doc fix.
4021 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4023         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
4024         (sh-font-lock-flush-syntax-ppss-cache): New functions.
4025         (sh-font-lock-syntactic-keywords): Use them to distinguish the
4026         different possible cases for \'.
4028         * complete.el (PC-bindings): Don't bind things already bound in the
4029         parent keymap.
4031         * textmodes/bibtex-style.el: New file.
4033 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
4035         * vc-bzr.el: New file.
4037 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4039         * vc-svn.el (vc-svn-program): New var.
4040         (vc-svn-command): Use it.
4042 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
4044         * server.el (server-switch-buffer): Remove redundant check.
4046 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
4048         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4049         Match against file-name-nondirectory.
4050         Fix text on user customization variables.
4051         Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
4053 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4055         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4057 2007-06-09  Davis Herring  <herring@lanl.gov>
4059         * desktop.el (desktop-minor-mode-table): Doc fix.
4061 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4063         * textmodes/css-mode.el (css-navigation-syntax-table):
4064         Use set-char-table-range so it also works in the unicode branch.
4066 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
4068         * help-mode.el (help-xref-forward-stack)
4069         (help-xref-stack-forward-item, help-forward-label): New variables.
4070         (help-forward): New button type.
4071         (help-setup-xref): Initialise help-xref-forward-stack.
4072         (help-make-xrefs): Add forward button, if appropriate.
4073         (help-xref-go-back): Push item on forward stack.
4074         (help-xref-go-forward, help-go-forward): New functions.
4076 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
4078         * dired.el (dired-mode-map): Remove spurious separator.
4080 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4082         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
4084         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4085         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4087 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
4089         * textmodes/org.el: Version number fixed.
4091 2007-06-07  Glenn Morris  <rgm@gnu.org>
4093         * version.el (emacs-copyright): New constant.
4094         * startup.el (fancy-splash-tail): Use emacs-copyright.
4095         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
4097         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
4098         `make-local'.
4099         (byte-compile-warnings-safe-p): Add `make-local'.
4100         (byte-compile-make-variable-buffer-local):
4101         Allow byte-compile-warnings to suppress this warning.
4103         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
4104         format of "menu" description.
4105         (tutorial--find-changed-keys): Describe the specific menu a
4106         command is in.
4108         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
4109         Rewrite compatibility functions to silence byte-compiler.
4111 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
4113         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
4114         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
4116 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
4118         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
4120 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4122         * progmodes/ebrowse.el (ebrowse-member-table):
4123         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
4124         (org-batch-agenda-csv): Fix typos in docstrings.
4126 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4128         * international/mule-cmds.el (toggle-enable-multibyte-characters)
4129         (sort-coding-systems, search-unencodable-char): Doc fixes.
4130         (coding-system-change-eol-conversion, set-default-coding-systems)
4131         (prefer-coding-system, find-multibyte-characters, princ-list)
4132         (leim-list-entry-regexp, set-input-method, locale-language-names)
4133         (input-method-exit-on-first-char, exit-language-environment-hook)
4134         (locale-charset-language-names): Fix typos in docstrings.
4136 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4138         * pgg.el (pgg-sign-region, pgg-sign):
4139         * ses.el (ses-call-printer):
4140         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
4141         * textmodes/org.el (org-cycle): Fix typos in docstrings.
4143 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
4145         * textmodes/org.el
4146         (org-export-region-as-html, org-replace-region-by-html)
4147         (org-number-to-letters, org-table-fedit-finish)
4148         (org-normalize-color, org-table-fedit-ref-right)
4149         (org-date-to-gregorian, org-table-fedit-move)
4150         (org-table-convert-refs-to-rc, org-calendar-holiday)
4151         (org-table-fedit-toggle-ref-type, org-write-agenda)
4152         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
4153         (org-defkey, org-encode-for-stdout)
4154         (org-indent-line-function, org-export-as-html-to-buffer)
4155         (org-store-agenda-views, org-update-mode-line)
4156         (org-find-if, org-delete-all)
4157         (org-table-fedit-convert-buffer, org-emphasize)
4158         (org-uniquify, org-table-fedit-lisp-indent)
4159         (org-table-fedit-scroll, org-get-todo-sequence-head)
4160         (org-table-fedit-scroll-down, org-table-fedit-line-down)
4161         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
4162         (org-table-fedit-toggle-coordinates, org-dvipng-color)
4163         (org-table-fedit-line-up, org-table-fedit-ref-down)
4164         (org-table-formula-from-user, org-mode-flyspell-verify)
4165         (org-cycle-show-empty-lines, org-ctrl-c-ret)
4166         (org-table-formula-to-user, org-diary-to-ical-string)
4167         (orgtbl-export, org-table-fedit-post-command)
4168         (org-closed-in-range, org-shiftcontrolright)
4169         (org-table-convert-refs-to-an, org-table-hline-and-move)
4170         (org-table-formula-less-p, org-format-table-ascii)
4171         (org-agenda-get-sexps, org-shift-refpart)
4172         (org-diary-sexp-entry, org-time-string-to-absolute)
4173         (org-table-show-reference, org-letters-to-number)
4174         (org-fix-agenda-info, org-table-fedit-ref-up)
4175         (org-table-fedit-shift-reference, org-table-fedit-abort)
4176         (org-closest-date, org-shiftcontrolleft)
4177         (org-at-heading-or-item-p, org-rematch-and-replace)
4178         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
4179         New functions.
4180         (org-table-edit-scroll-down, org-finish-edit-formulas)
4181         (org-table-edit-next-field, org-abort-edit-formulas)
4182         (org-font-lock-level, org-export-find-first-heading-line)
4183         (org-table-edit-line-down, org-table-edit-backward-field)
4184         (org-edit-formula-lisp-indent, org-table-edit-move)
4185         (org-check-log-option, org-this-word)
4186         (org-table-edit-line-up, org-table-edit-formulas-post-command)
4187         (org-agenda-file-to-end, org-expand-file-name)
4188         (org-fake-empty-table-line, org-table-edit-scroll)
4189         (org-toggle-log-option, org-show-reference): Function removed.
4190         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
4191         New defsubsts.
4192         (org-unmodified, org-batch-store-agenda-views)
4193         (org-batch-agenda-csv): New macro.
4194         (org-agenda-export): New customization group.
4195         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
4196         (org-highest-priority, org-agenda-exporter-settings)
4197         (org-log-done-with-time, org-replace-disputed-keys)
4198         (org-format-latex-header, org-export-table-header-tags)
4199         (org-cycle-separator-lines, org-export-table-data-tags)
4200         (org-icalendar-include-sexps)
4201         (org-empty-line-terminates-plain-lists)
4202         (org-log-repeat, org-special-ctrl-a)
4203         (org-table-use-standard-references, org-disputed-keys)
4204         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
4205         (org-agenda-export-html-style): New option.
4206         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
4207         (org-CUA-compatible): Option removed.
4208         (org-agenda-structure, org-sexp-date): New face.
4209         (org-todo-keywords-for-agenda, org-not-done-keywords)
4210         (org-planning-or-clock-line-re, org-agenda-name)
4211         (org-table-colgroup-info, org-todo-sets)
4212         (constants-unit-system, org-clock-mode-line-entry)
4213         (org-mode-line-timer, org-table-current-begin-pos)
4214         (org-todo-keywords-1, org-mode-line-string)
4215         (org-table-clean-did-remove-column, org-table-fedit-map)
4216         (org-clock-heading, org-table-buffer-is-an)
4217         (org-agenda-info, org-done-keywords)
4218         (org-done-keywords-for-agenda, org-todo-heads)
4219         (org-todo-kwd-alist, org-clock-start-time): New variable.
4220         (org-todo-kwd-priority-p, org-edit-formulas-map)
4221         (org-repeat-re, org-todo-kwd-max-priority)
4222         (org-version, org-done-string)
4223         (org-table-clean-did-remove-column-1, org-disputed-keys):
4224         Remove variables.
4225         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
4226         (org-ts-lengths): Constant removed.
4227         (org-follow-gnus-link): Don't ask how many articles to read.
4228         (org-export-find-first-export-line): Rename from
4229         `org-export-find-first-heading'.
4230         Use `org-export-skip-text-before-1st-heading'.
4231         (org-table-fedit-post-command): Rename from
4232         `org-table-edit-formulas-post-command'.
4233         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
4234         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
4235         (org-table-fedit-lisp-indent): Rename from
4236         `org-edit-formula-lisp-indent'.
4237         (org-table-show-reference): Rename from `org-show-reference'.
4238         (org-table-store-formulas): Use `org-table-formula-less-p'.
4239         (org-table-edit-formulas): Position cursor to current field equation.
4240         (org-update-checkbox-count, org-hide-archived-subtrees)
4241         (org-timestamp-up-day, org-timestamp-down-day)
4242         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4243         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4244         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
4245         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
4246         Let `org-on-heading-p' also check for invisible heading.
4247         (org-read-date): Match am/pm times.
4248         (org-eval-in-calendar): Fix default date in prompt.
4250 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
4252         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
4253         "ChangeLog.a" entries, giving the latter lower priority.
4255 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
4257         * faces.el (face-id): If the argument is a face alias,
4258         return the ID of the target face.
4260 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
4262         * net/socks.el (top): Remove unnecessary copyright line.
4264 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
4266         * longlines.el (longlines-auto-wrap): Handle argument correctly.
4268 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
4270         * net/socks.el: New file, taken from w3 repository.
4271         (top): Update Copyright.  Don't load cl.el.
4272         (all): Replace `case' by `cond', `string-to-int' by
4273         `string-to-number', and `process-kill-without-query' by
4274         `set-process-query-on-exit-flag'.
4275         (socks-char-int): Remove defalias and all occurrences.
4277 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
4279         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4280         Fix typos in docstrings.
4281         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
4282         (compilation-finish-function): Fix typo in obsolescence declaration.
4284 2007-06-03  Sam Steingold  <sds@gnu.org>
4286         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
4287         handle unending automatic recompilation of changed files (`omake -P').
4288         (compilation-loop): VISITED is now 5th CDR.
4289         (compilation-next-error-function): Set TIMESTAMP.
4291 2007-06-03  Sam Steingold  <sds@gnu.org>
4293         * files.el (kill-buffer-ask): New function.
4294         (kill-some-buffers): Use it.
4295         (kill-matching-buffers): New user command.
4297 2007-06-01  David Kastrup  <dak@gnu.org>
4299         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4300         Change default to `top'.
4302 2007-05-31  Richard Stallman  <rms@gnu.org>
4304         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
4306 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * textmodes/css-mode.el: New file.
4310 2007-05-30  Michael Olson  <mwolson@gnu.org>
4312         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4313         died and we are trying to send a signal to it.  The program using
4314         tq.el should periodically check to see whether the process has
4315         died and react appropriately -- this is not the responsibility of
4316         tq.el, and is consistent with the rest of the tq.el source code.
4318 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
4320         * textmodes/table.el (table--point-entered-cell-function)
4321         (table--point-left-cell-function):
4322         Bind `inhibit-point-motion-hooks' to t.
4324 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4326         * emacs-lisp/rx.el (rx): Doc fix.
4328 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
4330         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
4332 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
4334         Sync with Tramp 2.0.56.
4336         * net/tramp.el:
4337         * net/tramp-ftp.el:
4338         * net/tramp-smb.el:
4339         * net/tramp-util.el:
4340         * net/tramp-vc.el:
4341         Don't load cl.el, because that pollutes the namespace.  Replace cl
4342         macros by their implementations where necessary.  Requested by
4343         Richard Stallman <rms@gnu.org>.
4345         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
4346         doesn't exist.
4347         (with-parsed-tramp-file-name): Protect debug spec during compilation.
4348         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
4349         (tramp-file-name-p, tramp-file-name-multi-method)
4350         (tramp-file-name-method, tramp-file-name-user)
4351         (tramp-file-name-host, tramp-file-name-localname): New defuns,
4352         replacing defstruct `tramp-file-name'.
4353         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
4354         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
4355         Apply `vector' instead of `make-tramp-file-name'.
4356         (tramp-handle-make-auto-save-file-name):
4357         Apply `tramp-temporary-file-directory' for compatibility reasons.
4358         (tramp-completion-mode): Use `natnump' instead of `wholenump'
4359         because of XEmacs.
4360         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
4361         started.
4363 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
4365         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
4367 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4369         * log-edit.el (log-edit-changelog-paragraph): Return point-max
4370         as the end of the ChangeLog paragraph when it ends without a line
4371         termination.
4373 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
4375         * net/webjump.el (webjump-sample-sites):
4376         Add simple Wikipedia query.
4378 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4380         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
4381         compatibility code.
4383         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
4384         (copyright-update-year): Use it.
4386         * edmacro.el (edmacro-format-keys): Use current-active-maps.
4388         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
4389         Add indentation and debugging info.  Fix up comment convention.
4391         * cus-dep.el (custom-make-dependencies): Simplify.
4393         * composite.el (compose-region, decompose-region):
4394         Use inhibit-read-only and restore-buffer-modified-p.
4396         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
4397         (xterm-mouse-event): Use it.
4399 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
4401         * bs.el (bs-cycle-previous): Don't modify the cycle list until
4402         `switch-to-buffer' has returned succesfully.
4403         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
4404         window is dedicated (it could iconify the frame).
4406 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
4408         * vc-hooks.el (vc-find-root): Fix file attribute test.
4410 2007-05-24  Richard Stallman  <rms@gnu.org>
4412         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4413         Don't let opoint be nil.
4414         (flyspell-emacs-popup): Explicit error if no dialogs.
4416 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
4418         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
4419         (image-next-line, image-previous-line, image-scroll-up)
4420         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
4421         New functions.
4422         (image-mode-map): Remap motion commands.
4423         (image-mode-text-map): New keymap for viewing images as text.
4424         (image-mode): Use image-mode-map.
4425         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
4427 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4429         * textmodes/fill.el (canonically-space-region): Make the second arg
4430         a marker if it's not already the case.
4432 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
4434         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
4435         (tar-get-descriptor): Handle type 55, an extended pax header.
4437 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
4440         to confuse outline-minor-mode.
4442 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
4444         * tar-mode.el (tar-file-name-handler): New function.
4445         (tar-extract): Bind file-name-handler-alist to it to force
4446         find-buffer-file-type-coding-system behave as if the file being
4447         extracted existed.  Use last-coding-system-used to force
4448         buffer-file-coding-system to what decode-coding-region actually
4449         used to decode the file.
4451 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4453         * progmodes/compile.el (compilation-handle-exit):
4454         `compilation-finish-function' may change the current buffer.
4456 2007-05-22  Richard Stallman  <rms@gnu.org>
4458         * files.el (set-auto-mode): Doc fix.
4460 2007-05-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4462         * help-fns.el (find-source-lisp-file): New function.
4463         (describe-function-1): Use find-source-lisp-file to find source
4464         file in compile tree.
4466 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
4468         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4470 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
4472         * emacs-lisp/easy-mmode.el (define-minor-mode)
4473         (easy-mmode-define-navigation): Fix typos in docstrings.
4475 2007-05-22  Glenn Morris  <rgm@gnu.org>
4477         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
4479 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4481         * mail/mail-extr.el (mail-extract-address-components):
4482         Recognize non-ASCII characters except for NBSP as words.
4484 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
4486         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
4487         (rcirc-print): Handle `window-width'.
4488         (rcirc-buffer-maximum-lines): Doc fix.
4490 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
4492         * image-mode.el (image-toggle-display): Don't clear image cache.
4493         Only use filename in image spec if the file is readable.
4494         Call image-refresh.
4496         * image.el (image-type-from-file-name, image-type): Simplify.
4497         (image-type-auto-detected-p): Don't scan auto-mode-alist.
4499         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
4500         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
4502 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4504         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
4505         is an error.
4507         * term/linux.el (terminal-init-linux): Don't signal an error
4508         if gpm isn't running.
4510 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4512         * t-mouse.el: Reduce to a minor-mode macro call.
4513         (t-mouse-mode): Remove the lighter.
4515         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
4517 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
4519         * files.el (auto-mode-alist): Change the regexp so that
4520         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
4522 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4524         * Version 22.1 released.
4526 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
4528         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
4529         changes.
4531 2007-05-19  Kevin Ryde  <user42@zip.com.au>
4533         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
4535 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
4537         * textmodes/sgml-mode.el: Revert last change.
4539 2007-05-18  Richard Stallman  <rms@gnu.org>
4541         * simple.el (push-mark): Doc fix.
4543 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
4545         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
4546         tpu-global-map.
4547         (tpu-original-global-map): Variable deleted.
4548         (tpu-control-keys-map): New keymap variable.
4549         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
4550         setting keymapping directly.
4551         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
4552         tpu-global-map.
4553         (tpu-edt-on): Activate the tpu-global-map.
4554         (tpu-edt-off): Deactivate the tpu-global-map.
4556 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
4558         * textmodes/ispell.el (ispell-get-word): Return markers
4559         for start and end positions.
4560         (ispell-word): Assume END is a marker.
4562 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4564         * printing.el: Group together all XEmacs/Emacs definitions.
4565         (pr-version): New version 6.9.
4566         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
4567         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
4568         (pr-menu-bind): Fix code.
4569         (pr-e-frame-char-height, pr-e-frame-char-width)
4570         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
4571         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
4572         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
4573         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
4574         (pr-x-event-y-pixel): Aliases eliminated.
4575         (pr-xemacs-global-menubar): Macro moved.
4576         (current-menubar, current-mouse-event, zmacs-region-stays)
4577         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
4578         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
4579         Vars moved.
4580         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
4581         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
4582         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
4583         (pr-menu-set-utility-title, pr-even-or-odd-pages)
4584         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
4585         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
4586         moved.
4588 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
4590         * textmodes/sgml-mode.el (sgml-tag):
4591         Fix bug: Call sgml-transformation-function.
4593 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
4595         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
4596         modified flag of buffer.  Use `inhibit-modification-hooks'.
4598 2007-05-16  Richard Stallman  <rms@gnu.org>
4600         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4602 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4604         * files.el (magic-mode-alist, magic-fallback-mode-alist):
4605         Move the *ml, Postscript, and XmCD entries to the fallback part.
4607         * files.el (magic-fallback-mode-alist):
4608         Rename from file-start-mode-alist.
4610 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4612         * progmodes/compile.el (compilation-handle-exit): Quote first
4613         argument of `run-hook-with-args'.
4615 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
4617         * buff-menu.el (Buffer-menu-sort-column):
4618         * dabbrev.el (dabbrev-upcase-means-case-search):
4619         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4620         * info.el (Info-current-subfile):
4621         * ls-lisp.el (ls-lisp-verbosity):
4622         * msb.el (msb-menu-cond):
4623         * pcvs.el (cvs-dired-use-hook):
4624         * simple.el (set-mark-command-repeat-pop):
4625         * time.el (display-time-24hr-format, display-time-mail-file):
4626         Doc fixes.
4628         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
4629         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
4631         * view.el (view-inhibit-help-message): Fix typo in docstring.
4632         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4634 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
4636         * textmodes/ispell.el (ispell-start-process): Defend against bad
4637         default-directory.
4639 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
4641         * mail/rmail.el (rmail-convert-to-babyl-format): Check
4642         content-transfer-encoding _last_, because it's its position that
4643         we need as value of base64-header-field-end.
4645 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
4647         * files.el (mode-require-final-newline, require-final-newline)
4648         (enable-local-variables, enable-local-eval): Doc fixes.
4650 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4652         * ps-print.el: Use default color when foreground or background color
4653         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
4654         (ps-print-version): New version 6.7.4.
4655         (ps-rgb-color): New argument.  Use default color when color is
4656         unspecified.
4657         (ps-begin-job): Fix code.
4659 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
4661         * longlines.el (longlines-mode): Make longlines-auto-wrap
4662         buffer-local.  Add hooks unconditionally.
4663         (longlines-auto-wrap): Toggle wrapping.
4664         (longlines-after-change-function)
4665         (longlines-post-command-function): Check longlines-auto-wrap.
4667 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
4669         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
4670         (xterm-mouse-translate): Use it.
4672 2007-05-10  Richard Stallman  <rms@gnu.org>
4674         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4675         (iso-cvt-write-only): Likewise.
4677         * emacs-lisp/easy-mmode.el (define-minor-mode):
4678         Fix generated doc string.
4680         * startup.el (fancy-splash-text): Add URL of guided tour.
4681         Adjust horizontal and vertical whitespace.
4683         * progmodes/compile.el (compilation-handle-exit):
4684         Use run-hook-with-args to run compilation-finish-functions.
4686         * files.el (file-start-mode-alist): New variable.
4687         (magic-mode-regexp-match-limit): Doc fix.
4688         (set-auto-mode): Handle file-start-mode-alist.
4689         A little cleanup of structure.
4691         * dabbrev.el (dabbrev-eliminate-newlines):
4692         Renamed from dabbrev--eliminate-newlines.  All uses changed.
4694 2007-05-10  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
4696         * man.el (Man-next-section): Don't consider the last line of the page
4697         as being part of any section.
4699 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4701         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
4702         can take any number of values.
4704 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4706         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
4707         to the list of citation commands.
4709 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
4713 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4715         * progmodes/python.el (python-font-lock-keywords)
4716         (python-open-block-statement-p, python-mode): Add support for the new
4717         "with" keyword.
4719 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
4722         the exact opposite of diff-goto-source.
4724         * emacs-lisp/advice.el (ad-special-forms): Remove.
4725         (ad-special-form-p): Use subr-arity.
4727         * newcomment.el (comment-search-forward): Make sure we search forward.
4728         (comment-enter-backward): Try and distinguish the non-matching case at
4729         EOB from the non-matching case with a missing comment-end-skip for
4730         a 2-char comment ender.
4731         (comment-choose-indent): New function extracted from comment-indent.
4732         Improve the alignment algorithm.
4733         (comment-indent): Use it.
4735         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
4736         XML style Processing Instructions.
4737         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
4738         (sgml-calculate-indent): Handle `pi' context.
4740         * vc.el: Ensure that update-changelog issues an error when used with
4741         a backend that does not implement it.
4742         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
4743         Remove `backend' argument.  Use expand-file-name.
4744         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
4746         * progmodes/python.el (python-end-of-block): Revert last change.
4747         (python-end-of-statement): Make sure we move *forward*.
4749 2007-05-08  Richard Stallman  <rms@gnu.org>
4751         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4752         Don't include non-self-insert commands in the exception for `-'.
4754 2007-05-08  David Reitter  <david.reitter@gmail.com>
4756         * progmodes/python.el (python-guess-indent): Check non-nullness
4757         before comparing indent against the 2..8 interval.
4759 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4761         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4762         available.
4764 2007-05-06  Richard Stallman  <rms@gnu.org>
4766         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4768 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
4771         rather than storing their value in the revert-buffer function.
4773 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
4775         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
4776         when disabling t-mouse-mode.
4778 2007-05-01  Davis Herring  <herring@lanl.gov>
4780         * calendar/timeclock.el: Update version number.
4781         (timeclock-modeline-display): Mention timeclock-use-display-time
4782         in explanatory message.
4783         (timeclock-in): Fix non-interactive workday specifications.
4784         (timeclock-log): Don't kill the log buffer if it already existed.
4785         Suppress warnings when finding the log.  Don't check for a nil
4786         project twice.  Run hooks after killing the buffer (if applicable).
4787         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
4788         was geometric).  All uses changed.
4789         (timeclock-generate-report): Support prefix argument.
4791 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
4793         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4794         disconnections.
4796 2007-05-01  Romain Francoise  <romain@orebokech.com>
4798         * dired-x.el: Revert 2007-04-06 change.
4800 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
4802         * find-dired.el (find-dired-filter): Propertize all text down to eob.
4804 2007-04-29  Richard Stallman  <rms@gnu.org>
4806         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4808 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4810         * progmodes/cc-mode.el (c-before-change): Use point-min rather
4811         than 1.
4813 2007-04-28  Richard Stallman  <rms@gnu.org>
4815         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4817 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
4819         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4820         don't put stop on toolbar.
4822 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4824         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4826 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
4828         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4829         instead of $(lisp)/mh-e.
4831 2007-04-28  Glenn Morris  <rgm@gnu.org>
4833         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4834         (image-dired-cmd-create-temp-image-options): Replace option
4835         +profile "*" with -strip.
4837 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
4839         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4840         Use window-start and window-end.
4842 2007-04-27  Andreas Schwab  <schwab@suse.de>
4844         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4846 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
4848         * textmodes/fill.el (fill-paragraph): Doc fix.
4850 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
4852         * locate.el (locate-in-alternate-database): Doc fix.
4854 2007-04-26  Glenn Morris  <rgm@gnu.org>
4856         * button.el (button): Use underline if supported, else fall back
4857         to color.
4859         * version.el (emacs-version): Increase to 22.1.50.
4861 2007-04-25  Richard Stallman  <rms@gnu.org>
4863         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4865 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
4867         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4868         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4869         pushing mark.
4870         (idlwave-current-routine): Don't push mark.
4872 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
4874         * image-dired.el (image-dired-display-image): Derive image-type from
4875         filename rather than assuming jpeg, in case no resizing was needed.
4877 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4879         * custom.el (defface): Doc fix.
4881 See ChangeLog.12 for earlier changes.
4883 ;; Local Variables:
4884 ;; coding: iso-2022-7bit
4885 ;; add-log-time-zone-rule: t
4886 ;; End:
4888     Copyright (C) 2007 Free Software Foundation, Inc.
4890   This file is part of GNU Emacs.
4892   GNU Emacs is free software; you can redistribute it and/or modify
4893   it under the terms of the GNU General Public License as published by
4894   the Free Software Foundation; either version 3, or (at your option)
4895   any later version.
4897   GNU Emacs is distributed in the hope that it will be useful,
4898   but WITHOUT ANY WARRANTY; without even the implied warranty of
4899   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4900   GNU General Public License for more details.
4902   You should have received a copy of the GNU General Public License
4903   along with GNU Emacs; see the file COPYING.  If not, write to the
4904   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
4905   Boston, MA 02110-1301, USA.
4907 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af