]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(desktop-read): Run `desktop-not-loaded-hook' in the directory
[gnu-emacs] / lisp / ChangeLog
1 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
4 directory where the desktop file was found, as the docstring says.
5 (desktop-kill): Use `read-directory-name'.
6
7 2007-06-20 Alan Mackenzie <acm@muc.de>
8
9 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
10 When removing lines, also remove the \n. Correction of patch of
11 2007-04-21.
12
13 2007-06-20 Martin Rudalics <rudalics@gmx.at>
14
15 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
16 event is not a cons cell. Do not unread drag-mouse-1 events.
17 Select right window in check whether space was stolen from
18 window above.
19
20 * help-mode.el (help-make-xrefs): Adjust position of new forward
21 button.
22
23 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
24
25 * vc-bzr.el (vc-bzr-with-process-environment)
26 (vc-bzr-std-process-invocation): New macros.
27 (vc-bzr-command, vc-bzr-command*): Use them.
28 (vc-bzr-with-c-locale): Remove.
29 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
30 (vc-bzr-buffer-nonblank-p): New function.
31 (vc-bzr-state-words): New const.
32 (vc-bzr-state): Look for `bzr status` keywords in output.
33 Display everything else as a warning message to the user.
34 Fix status report with bzr >= 0.15.
35
36 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
37
38 * vc-hg.el (vc-hg-global-switches): Simplify.
39 (vc-hg-state): Handle more states.
40 (vc-hg-diff): Fix doc-string.
41 (vc-hg-register): New function.
42 (vc-hg-checkout): Likewise.
43
44 2007-06-20 Reto Zimmermann <reto@gnu.org>
45
46 * progmodes/vera-mode.el: New file.
47
48 2007-06-19 Ivan Kanis <apple@kanis.eu>
49
50 * vc-hg.el: New file.
51
52 2007-06-17 Glenn Morris <rgm@gnu.org>
53
54 * lpr.el (lpr-page-header-switches): Move %s to separate element
55 for correct quoting. Doc fix.
56
57 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
60 than setting sgml-xml-mode.
61 (sgml-mode, html-mode): Set sgml-xml-mode.
62 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
63 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
64 (sgml-electric-tag-pair-before-change-function)
65 (sgml-electric-tag-pair-flush-overlays): New functions.
66 (sgml-electric-tag-pair-mode): New minor mode.
67 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
68 (sgml-calculate-indent): Use assoc-string.
69
70 2007-06-16 Karl Fogel <kfogel@red-bean.com>
71
72 * thingatpt.el (thing-at-point-email-regexp): Don't require two
73 chars before the "@" in an email address. Andreas Roehler noticed
74 this problem.
75
76 2007-06-15 Karl Fogel <kfogel@red-bean.com>
77
78 * thingatpt.el: Add support for email addresses (`email').
79 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
80 (thing-at-point-email-regexp): New variable.
81 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
82 properties on this symbol, with lambda forms for values.
83
84 2007-06-15 Masatake YAMATO <jet@gyve.org>
85
86 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
87
88 * vc.el (vc-dired-hook): Check the backend returned from
89 `vc-responsible-backend' can really handle `subdir'.
90
91 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
92
93 * wid-edit.el (widget-add-documentation-string-button):
94 Fix handling of documentation indent.
95
96 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
97
98 * mb-depth.el: New file.
99
100 2007-06-15 Masatake YAMATO <jet@gyve.org>
101
102 * vc.el (vc-dired-mode): Show backend name as part of mode name.
103
104 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
105
106 * wid-edit.el (widget-default-create): Move ?h handling here...
107 (widget-default-format-handler): ...from here.
108 (widget-docstring, widget-add-documentation-string-button): New funs.
109 (documentation-string): Add :visibility-widget property.
110 (widget-documentation-string-value-create): Use it.
111
112 * cus-edit.el (custom-split-regexp-maybe): Simplify.
113 (custom-buffer-create-internal): Simplify message.
114 (custom-variable-tag): Reduce height to normal.
115 (custom-variable-value-create, custom-face-value-create)
116 (custom-visibility): New widget.
117 (custom-visibility): New face.
118 (custom-group-value-create):
119 Call widget-add-documentation-string-button, using `custom-visibility'.
120
121 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * emacs-lisp/bytecomp.el (byte-compile-current-group)
124 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
125 change. Apparently the "warning even if the group is implicit" is
126 a feature rather than a bug.
127
128 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
129
130 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
131 Different advices for Emacs and XEmacs. Compile them conditionally.
132 (viper-version): Belated version change.
133
134 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
135
136 * follow.el (follow-all-followers, follow-generic-filter):
137 * pcomplete.el (pcomplete-restore-windows):
138 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
139 (x-dnd-drop-data):
140 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
141 * progmodes/python.el (python-complete-symbol):
142 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
143
144 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
145
146 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
147 around bright and dim regexps. Make sure bright and dim matches
148 use word anchors. Send text through rcirc-markup functions.
149 (rcirc-url-regexp): Add single quote character.
150 (rcirc-connect): Write logs to disk on auto-save-hook.
151 Make server a non-optional argument.
152 (rcirc-log-alist): New variable.
153 (rcirc-log-directory): Make customizable.
154 (rcirc-log-flag): New customizable variable.
155 (rcirc-log): New function.
156 (rcirc-print): Use above function.
157 (rcirc-log-write): New function.
158 (rcirc-generate-new-buffer-name): Strip text properties.
159 (rcirc-switch-to-buffer-function): Remove variable.
160 (rcirc-last-non-irc-buffer): Remove variable.
161 (rcirc-non-irc-buffer): Add function.
162 (rcirc-next-active-buffer): Use above function.
163 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
164 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
165 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
166 (rcirc-omit-mode): Add minor-mode.
167 (rcirc-mode-map): Change C-c C-o binding.
168 (rcirc-mode): Clear mode-line-process. Use a custom
169 fill-paragraph-function. Set up buffer-invisibility-spec.
170 (rcirc-response-formats): Remove timestamp code.
171 (rcirc-omit-responses): Add variable.
172 (rcirc-print): Don't put the overlay arrow on potentially omitted
173 lines. Log line to disk. Record activity for private messages
174 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
175 (rcirc-jump-to-first-unread-line): Print message if there is no
176 unread text.
177 (rcirc-clear-unread): New function.
178 (rcirc-markup-text-functions): Add variable.
179 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
180 (rcirc-debug): Don't mess with window configuration.
181 (rcirc-send-message): Send message before printing locally.
182 Add SILENT argument, do not print message if non-nil.
183 (rcirc-visible-buffers): New function and variable.
184 (rcirc-window-configuration-change-1): Add function.
185 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
186 server buffer.
187 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
188 (rcirc-fill-paragraph): Add function.
189 (rcirc-record-activity, rcirc-window-configuration-change-1):
190 Only update the activity string if it has actually changed.
191 (rcirc-update-activity-string): Remove padding characters from the
192 mode-line string.
193 (rcirc-disconnect-buffer): New function to be called when a
194 channel is parted or the user quits.
195 (rcirc-server-name): Warn when the server-name hasn't been set.
196 (rcirc-window-configuration-change): Postpone work until
197 post-command-hook.
198 (rcirc-window-configuration-change-1): Update mode-line and
199 overlay arrows here.
200 (rcirc-authenticate): Fix chanserv identification.
201 (rcirc-default-server): Remove variable.
202 (rcirc): Connect according to rcirc-connections.
203 (rcirc-connections): Add variable.
204 (rcirc-startup-channels-alist): Remove variable.
205 (rcirc-startup-channels): Remove function.
206
207 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
210
211 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
212
213 * term/xterm.el (terminal-init-xterm): Escape parens in character
214 constants.
215
216 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * progmodes/sh-script.el: Remove unneeded * from docstrings.
219 Use [:alpha:] and [:alnum:] where applicable.
220 (sh-quoted-subshell): Rewrite to correctly
221 handle nested mixes of `...` and $(...).
222 (sh-apply-quoted-subshell): Remove.
223 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
224
225 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
226
227 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
228
229 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
230 previous change.
231
232 2007-06-12 Tom Tromey <tromey@redhat.com>
233
234 * subr.el (user-emacs-directory): New defconst.
235 * cmuscheme.el (scheme-start-file):
236 * shell.el (shell):
237 * completion.el (save-completions-file-name):
238 * custom.el (custom-theme-directory):
239 * term/x-win.el (emacs-session-filename):
240 * filesets.el (filesets-menu-cache-file):
241 * thumbs.el (thumbs-thumbsdir):
242 * server.el (server-auth-dir):
243 * image-dired.el (image-dired-dir):
244 (image-dired-db-file):
245 (image-dired-temp-image-file):
246 (image-dired-gallery-dir):
247 (image-dired-temp-rotate-image-file):
248 * play/gamegrid.el (gamegrid-user-score-file-directory):
249 * savehist.el (savehist-file):
250 * tutorial.el (tutorial--saved-dir):
251 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
252
253 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
254
255 * scroll-lock.el (scroll-lock-mode): Doc fix.
256
257 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
258
259 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
260
261 * ediff-init.el: Doc strings.
262
263 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
266 (byte-compile-file): Bind it.
267 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
268 group argument is provided implicitly.
269 (byte-compile-format-warn, byte-compile-from-buffer)
270 (byte-compile-insert-header): Don't hardcode point-min==1.
271 (byte-compile-file-form-require): Remove unused var old-load-list.
272 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
273
274 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
275
276 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
277 Display error messages.
278 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
279 Get rid of cl.el dependencies.
280
281 * emulation/viper-init.el (viper-suppress-input-method-change-message):
282 New variable.
283 (viper-activate-input-method-action)
284 (viper-inactivate-input-method-action):
285 Use viper-suppress-input-method-change-message.
286
287 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
288 for C-s, C-r.
289
290 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
291 Use viper-replace-overlay-cursor-color instead of
292 viper-replace-overlay-cursor-color.
293 (viper-sit-for-short): Use sit-for with 3 arguments.
294
295 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
296 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
297 to gud-mode.
298
299 * ediff-mult.el (ediff-meta-buffer-brief-message)
300 (ediff-meta-buffer-verbose-message): New variables.
301 (ediff-meta-buffer-message): Variable deleted.
302 (ediff-verbose-help-enabled): New variable.
303 (ediff-toggle-verbose-help-meta-buffer): New function.
304 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
305 message options
306
307 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
308 (ediff-fixup-patch-map): Improve heuristic.
309
310 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
313 (log-view-font-lock-keywords): Simplify.
314 (log-view-current-file, log-view-current-tag): Simplify.
315
316 2007-06-12 Sam Steingold <sds@gnu.org>
317
318 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
319
320 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
321
322 * desktop.el (desktop-load-locked-desktop): New option.
323 (desktop-read): Use it.
324 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
325 Use `when'.
326
327 2007-06-12 Davis Herring <herring@lanl.gov>
328
329 * desktop.el (desktop-save-mode-off): New function.
330 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
331 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
332 (desktop-claim-lock, desktop-release-lock): New functions.
333 (desktop-kill): Tell `desktop-save' that this is the last save.
334 Release the lock afterwards.
335 (desktop-buffer-info): New function.
336 (desktop-save): Use it. Run `desktop-save-hook' where the doc
337 says to. Detect conflicts, and manage the lock.
338 (desktop-read): Detect conflicts. Manage the lock.
339
340 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
343
344 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
345 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
346 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
347 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
348 keysyms rather than byte sequences.
349 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
350
351 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * font-lock.el (font-lock-add-keywords): In case font-lock was only
354 half-activated, forcefully activate it completely.
355
356 2007-06-11 Richard Stallman <rms@gnu.org>
357
358 * cus-edit.el (custom-variable-type): Doc fix.
359
360 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
363 (sh-font-lock-flush-syntax-ppss-cache): New functions.
364 (sh-font-lock-syntactic-keywords): Use them to distinguish the
365 different possible cases for \'.
366
367 * complete.el (PC-bindings): Don't bind things already bound in the
368 parent keymap.
369
370 * textmodes/bibtex-style.el: New file.
371
372 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
373
374 * vc-bzr.el: New file.
375
376 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * vc-svn.el (vc-svn-program): New var.
379 (vc-svn-command): Use it.
380
381 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
382
383 * server.el (server-switch-buffer): Remove redundant check.
384
385 2007-06-10 Martin Rudalics <rudalics@gmx.at>
386
387 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
388 Match against file-name-nondirectory.
389 Fix text on user customization variables.
390 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
391
392 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
393
394 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
395
396 2007-06-09 Davis Herring <herring@lanl.gov>
397
398 * desktop.el (desktop-minor-mode-table): Doc fix.
399
400 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * textmodes/css-mode.el (css-navigation-syntax-table):
403 Use set-char-table-range so it also works in the unicode branch.
404
405 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
406
407 * help-mode.el (help-xref-forward-stack)
408 (help-xref-stack-forward-item, help-forward-label): New variables.
409 (help-forward): New button type.
410 (help-setup-xref): Initialise help-xref-forward-stack.
411 (help-make-xrefs): Add forward button, if appropriate.
412 (help-xref-go-back): Push item on forward stack.
413 (help-xref-go-forward, help-go-forward): New functions.
414
415 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
416
417 * dired.el (dired-mode-map): Remove spurious separator.
418
419 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
420
421 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
422
423 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
424 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
425
426 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
427
428 * textmodes/org.el: Version number fixed.
429
430 2007-06-07 Glenn Morris <rgm@gnu.org>
431
432 * version.el (emacs-copyright): New constant.
433 * startup.el (fancy-splash-tail): Use emacs-copyright.
434 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
435
436 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
437 `make-local'.
438 (byte-compile-warnings-safe-p): Add `make-local'.
439 (byte-compile-make-variable-buffer-local):
440 Allow byte-compile-warnings to suppress this warning.
441
442 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
443 format of "menu" description.
444 (tutorial--find-changed-keys): Describe the specific menu a
445 command is in.
446
447 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
448 Rewrite compatibility functions to silence byte-compiler.
449
450 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
451
452 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
453 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
454
455 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
456
457 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
458
459 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
460
461 * progmodes/ebrowse.el (ebrowse-member-table):
462 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
463 (org-batch-agenda-csv): Fix typos in docstrings.
464
465 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
466
467 * international/mule-cmds.el (toggle-enable-multibyte-characters)
468 (sort-coding-systems, search-unencodable-char): Doc fixes.
469 (coding-system-change-eol-conversion, set-default-coding-systems)
470 (prefer-coding-system, find-multibyte-characters, princ-list)
471 (leim-list-entry-regexp, set-input-method, locale-language-names)
472 (input-method-exit-on-first-char, exit-language-environment-hook)
473 (locale-charset-language-names): Fix typos in docstrings.
474
475 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
476
477 * pgg.el (pgg-sign-region, pgg-sign):
478 * ses.el (ses-call-printer):
479 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
480 * textmodes/org.el (org-cycle): Fix typos in docstrings.
481
482 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
483
484 * textmodes/org.el
485 (org-export-region-as-html, org-replace-region-by-html)
486 (org-number-to-letters, org-table-fedit-finish)
487 (org-normalize-color, org-table-fedit-ref-right)
488 (org-date-to-gregorian, org-table-fedit-move)
489 (org-table-convert-refs-to-rc, org-calendar-holiday)
490 (org-table-fedit-toggle-ref-type, org-write-agenda)
491 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
492 (org-defkey, org-encode-for-stdout)
493 (org-indent-line-function, org-export-as-html-to-buffer)
494 (org-store-agenda-views, org-update-mode-line)
495 (org-find-if, org-delete-all)
496 (org-table-fedit-convert-buffer, org-emphasize)
497 (org-uniquify, org-table-fedit-lisp-indent)
498 (org-table-fedit-scroll, org-get-todo-sequence-head)
499 (org-table-fedit-scroll-down, org-table-fedit-line-down)
500 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
501 (org-table-fedit-toggle-coordinates, org-dvipng-color)
502 (org-table-fedit-line-up, org-table-fedit-ref-down)
503 (org-table-formula-from-user, org-mode-flyspell-verify)
504 (org-cycle-show-empty-lines, org-ctrl-c-ret)
505 (org-table-formula-to-user, org-diary-to-ical-string)
506 (orgtbl-export, org-table-fedit-post-command)
507 (org-closed-in-range, org-shiftcontrolright)
508 (org-table-convert-refs-to-an, org-table-hline-and-move)
509 (org-table-formula-less-p, org-format-table-ascii)
510 (org-agenda-get-sexps, org-shift-refpart)
511 (org-diary-sexp-entry, org-time-string-to-absolute)
512 (org-table-show-reference, org-letters-to-number)
513 (org-fix-agenda-info, org-table-fedit-ref-up)
514 (org-table-fedit-shift-reference, org-table-fedit-abort)
515 (org-closest-date, org-shiftcontrolleft)
516 (org-at-heading-or-item-p, org-rematch-and-replace)
517 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
518 New functions.
519 (org-table-edit-scroll-down, org-finish-edit-formulas)
520 (org-table-edit-next-field, org-abort-edit-formulas)
521 (org-font-lock-level, org-export-find-first-heading-line)
522 (org-table-edit-line-down, org-table-edit-backward-field)
523 (org-edit-formula-lisp-indent, org-table-edit-move)
524 (org-check-log-option, org-this-word)
525 (org-table-edit-line-up, org-table-edit-formulas-post-command)
526 (org-agenda-file-to-end, org-expand-file-name)
527 (org-fake-empty-table-line, org-table-edit-scroll)
528 (org-toggle-log-option, org-show-reference): Function removed.
529 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
530 New defsubsts.
531 (org-unmodified, org-batch-store-agenda-views)
532 (org-batch-agenda-csv): New macro.
533 (org-agenda-export): New customization group.
534 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
535 (org-highest-priority, org-agenda-exporter-settings)
536 (org-log-done-with-time, org-replace-disputed-keys)
537 (org-format-latex-header, org-export-table-header-tags)
538 (org-cycle-separator-lines, org-export-table-data-tags)
539 (org-icalendar-include-sexps)
540 (org-empty-line-terminates-plain-lists)
541 (org-log-repeat, org-special-ctrl-a)
542 (org-table-use-standard-references, org-disputed-keys)
543 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
544 (org-agenda-export-html-style): New option.
545 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
546 (org-CUA-compatible): Option removed.
547 (org-agenda-structure, org-sexp-date): New face.
548 (org-todo-keywords-for-agenda, org-not-done-keywords)
549 (org-planning-or-clock-line-re, org-agenda-name)
550 (org-table-colgroup-info, org-todo-sets)
551 (constants-unit-system, org-clock-mode-line-entry)
552 (org-mode-line-timer, org-table-current-begin-pos)
553 (org-todo-keywords-1, org-mode-line-string)
554 (org-table-clean-did-remove-column, org-table-fedit-map)
555 (org-clock-heading, org-table-buffer-is-an)
556 (org-agenda-info, org-done-keywords)
557 (org-done-keywords-for-agenda, org-todo-heads)
558 (org-todo-kwd-alist, org-clock-start-time): New variable.
559 (org-todo-kwd-priority-p, org-edit-formulas-map)
560 (org-repeat-re, org-todo-kwd-max-priority)
561 (org-version, org-done-string)
562 (org-table-clean-did-remove-column-1, org-disputed-keys):
563 Remove Variables.
564 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
565 (org-ts-lengths): Constant removed.
566 (org-follow-gnus-link): Don't ask how many articles to read.
567 (org-export-find-first-export-line): Rename from
568 `org-export-find-first-heading'.
569 Use `org-export-skip-text-before-1st-heading'.
570 (org-table-fedit-post-command): Rename from
571 `org-table-edit-formulas-post-command'.
572 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
573 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
574 (org-table-fedit-lisp-indent): Rename from
575 `org-edit-formula-lisp-indent'.
576 (org-table-show-reference): Rename from `org-show-reference'.
577 (org-table-store-formulas): Use `org-table-formula-less-p'.
578 (org-table-edit-formulas): Position cursor to current field equation.
579 (org-update-checkbox-count, org-hide-archived-subtrees)
580 (org-timestamp-up-day, org-timestamp-down-day)
581 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
582 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
583 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
584 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
585 Let `org-on-heading-p' also check for invisible heading.
586 (org-read-date): Match am/pm times.
587 (org-eval-in-calendar): Fix default date in prompt.
588
589 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
590
591 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
592 "ChangeLog.a" entries, giving the latter lower priority.
593
594 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
595
596 * faces.el (face-id): If the argument is a face alias,
597 return the ID of the target face.
598
599 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
600
601 * net/socks.el (top): Remove unnecessary copyright line.
602
603 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
604
605 * longlines.el (longlines-auto-wrap): Handle argument correctly.
606
607 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
608
609 * net/socks.el: New file, taken from w3 repository.
610 (top): Update Copyright. Don't load cl.el.
611 (all): Replace `case' by `cond', `string-to-int' by
612 `string-to-number', and `process-kill-without-query' by
613 `set-process-query-on-exit-flag'.
614 (socks-char-int): Remove defalias and all occurencies.
615
616 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
617
618 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
619 Fix typos in docstrings.
620 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
621 (compilation-finish-function): Fix typo in obsolescence declaration.
622
623 2007-06-03 Sam Steingold <sds@gnu.org>
624
625 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
626 handle unending automatic recompilation of changed files (`omake -P').
627 (compilation-loop): VISITED is now 5th CDR.
628 (compilation-next-error-function): Set TIMESTAMP.
629
630 2007-06-03 Sam Steingold <sds@gnu.org>
631
632 * files.el (kill-buffer-ask): New function.
633 (kill-some-buffers): Use it.
634 (kill-matching-buffers): New user command.
635
636 2007-06-01 David Kastrup <dak@gnu.org>
637
638 * dired.el (dired-recursive-deletes, dired-recursive-copies):
639 Change default to `top'.
640
641 2007-05-31 Richard Stallman <rms@gnu.org>
642
643 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
644
645 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * textmodes/css-mode.el: New file.
648
649 2007-05-30 Michael Olson <mwolson@gnu.org>
650
651 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
652 died and we are trying to send a signal to it. The program using
653 tq.el should periodically check to see whether the process has
654 died and react appropriately -- this is not the responsibility of
655 tq.el, and is consistent with the rest of the tq.el source code.
656
657 2007-05-29 Martin Rudalics <rudalics@gmx.at>
658
659 * textmodes/table.el (table--point-entered-cell-function)
660 (table--point-left-cell-function):
661 Bind `inhibit-point-motion-hooks' to t.
662
663 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
664
665 * emacs-lisp/rx.el (rx): Doc fix.
666
667 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
668
669 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
670
671 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
672
673 Sync with Tramp 2.0.56.
674
675 * net/tramp.el:
676 * net/tramp-ftp.el:
677 * net/tramp-smb.el:
678 * net/tramp-util.el:
679 * net/tramp-vc.el:
680 Don't load cl.el, because that pollutes the namespace. Replace cl
681 macros by their implementations where necessary. Requested by
682 Richard Stallman <rms@gnu.org>.
683
684 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
685 doesn't exist.
686 (with-parsed-tramp-file-name): Protect debug spec during compilation.
687 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
688 (tramp-file-name-p, tramp-file-name-multi-method)
689 (tramp-file-name-method, tramp-file-name-user)
690 (tramp-file-name-host, tramp-file-name-localname): New defuns,
691 replacing defstruct `tramp-file-name'.
692 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
693 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
694 Apply `vector' instead of `make-tramp-file-name'.
695 (tramp-handle-make-auto-save-file-name):
696 Apply `tramp-temporary-file-directory' for compatibility reasons.
697 (tramp-completion-mode): Use `natnump' instead of `wholenump'
698 because of XEmacs.
699 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
700 started.
701
702 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
703
704 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
705
706 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
707
708 * log-edit.el (log-edit-changelog-paragraph): Return point-max
709 as the end of the ChangeLog paragraph when it ends without a line
710 termination.
711
712 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
713
714 * net/webjump.el (webjump-sample-sites):
715 Add simple Wikipedia query.
716
717 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
720 compatibiity code.
721
722 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
723 (copyright-update-year): Use it.
724
725 * edmacro.el (edmacro-format-keys): Use current-active-maps.
726
727 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
728 Add indentation and debugging info. Fix up comment convention.
729
730 * cus-dep.el (custom-make-dependencies): Simplify.
731
732 * composite.el (compose-region, decompose-region):
733 Use inhibit-read-only and restore-buffer-modified-p.
734
735 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
736 (xterm-mouse-event): Use it.
737
738 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
739
740 * bs.el (bs-cycle-previous): Don't modify the cycle list until
741 `switch-to-buffer' has returned succesfully.
742 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
743 window is dedicated (it could iconify the frame).
744
745 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
746
747 * vc-hooks.el (vc-find-root): Fix file attribute test.
748
749 2007-05-24 Richard Stallman <rms@gnu.org>
750
751 * textmodes/flyspell.el (flyspell-correct-word-before-point):
752 Don't let opoint be nil.
753 (flyspell-emacs-popup): Explicit error if no dialogs.
754
755 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
756
757 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
758 (image-next-line, image-previous-line, image-scroll-up)
759 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
760 New functions.
761 (image-mode-map): Remap motion commands.
762 (image-mode-text-map): New keymap for viewing images as text.
763 (image-mode): Use image-mode-map.
764 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
765
766 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * textmodes/fill.el (canonically-space-region): Make the second arg
769 a marker if it's not already the case.
770
771 2007-05-23 Eli Zaretskii <eliz@gnu.org>
772
773 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
774 (tar-get-descriptor): Handle type 55, an extended pax header.
775
776 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
779 to confuse outline-minor-mode.
780
781 2007-05-23 Eli Zaretskii <eliz@gnu.org>
782
783 * tar-mode.el (tar-file-name-handler): New function.
784 (tar-extract): Bind file-name-handler-alist to it to force
785 find-buffer-file-type-coding-system behave as if the file being
786 extracted existed. Use last-coding-system-used to force
787 buffer-file-coding-system to what decode-coding-region actually
788 used to decode the file.
789
790 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
791
792 * progmodes/compile.el (compilation-handle-exit):
793 `compilation-finish-function' may change the current buffer.
794
795 2007-05-22 Richard Stallman <rms@gnu.org>
796
797 * files.el (set-auto-mode): Doc fix.
798
799 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
800
801 * help-fns.el (find-source-lisp-file): New function.
802 (describe-function-1): Use find-source-lisp-file to find source
803 file in compile tree.
804
805 2007-05-22 Eli Zaretskii <eliz@gnu.org>
806
807 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
808
809 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
810
811 * emacs-lisp/easy-mmode.el (define-minor-mode)
812 (easy-mmode-define-navigation): Fix typos in docstrings.
813
814 2007-05-22 Glenn Morris <rgm@gnu.org>
815
816 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
817
818 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
819
820 * mail/mail-extr.el (mail-extract-address-components):
821 Recognize non-ASCII characters except for NBSP as words.
822
823 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
824
825 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
826 (rcirc-print): Handle `window-width'.
827 (rcirc-buffer-maximum-lines): Doc fix.
828
829 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
830
831 * image-mode.el (image-toggle-display): Don't clear image cache.
832 Only use filename in image spec if the file is readable.
833 Call image-refresh.
834
835 * image.el (image-type-from-file-name, image-type): Simplify.
836 (image-type-auto-detected-p): Don't scan auto-mode-alist.
837
838 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
839 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
840
841 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
842
843 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
844 is an error.
845
846 * term/linux.el (terminal-init-linux): Don't signal an error
847 if gpm isn't running.
848
849 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
850
851 * t-mouse.el: Reduce to a minor-mode macro call.
852 (t-mouse-mode): Remove the lighter.
853
854 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
855
856 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
857
858 * files.el (auto-mode-alist): Change the regexp so that
859 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
860
861 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
862
863 * Version 22.1 released.
864
865 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
866
867 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
868 changes.
869
870 2007-05-19 Kevin Ryde <user42@zip.com.au>
871
872 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
873
874 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
875
876 * textmodes/sgml-mode.el: Revert last change.
877
878 2007-05-18 Richard Stallman <rms@gnu.org>
879
880 * simple.el (push-mark): Doc fix.
881
882 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
883
884 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
885 tpu-global-map.
886 (tpu-original-global-map): Variable deleted.
887 (tpu-control-keys-map): New keymap variable.
888 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
889 setting keymapping directly.
890 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
891 tpu-global-map.
892 (tpu-edt-on): Activate the tpu-global-map.
893 (tpu-edt-off): Deactivate the tpu-global-map.
894
895 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
896
897 * textmodes/ispell.el (ispell-get-word): Return markers
898 for start and end positions.
899 (ispell-word): Assume END is a marker.
900
901 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
902
903 * printing.el: Group together all XEmacs/Emacs definitions.
904 (pr-version): New version 6.9.
905 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
906 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
907 (pr-menu-bind): Fix code.
908 (pr-e-frame-char-height, pr-e-frame-char-width)
909 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
910 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
911 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
912 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
913 (pr-x-event-y-pixel): Aliases eliminated.
914 (pr-xemacs-global-menubar): Macro moved.
915 (current-menubar, current-mouse-event, zmacs-region-stays)
916 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
917 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
918 Vars moved.
919 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
920 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
921 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
922 (pr-menu-set-utility-title, pr-even-or-odd-pages)
923 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
924 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
925 moved.
926
927 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
928
929 * textmodes/sgml-mode.el (sgml-tag):
930 Fix bug: Call sgml-transformation-function.
931
932 2007-05-17 Martin Rudalics <rudalics@gmx.at>
933
934 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
935 modified flag of buffer. Use `inhibit-modification-hooks'.
936
937 2007-05-16 Richard Stallman <rms@gnu.org>
938
939 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
940
941 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * files.el (magic-mode-alist, magic-fallback-mode-alist):
944 Move the *ml, Postscript, and XmCD entries to the fallback part.
945
946 * files.el (magic-fallback-mode-alist):
947 Rename from file-start-mode-alist.
948
949 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
950
951 * progmodes/compile.el (compilation-handle-exit): Quote first
952 argument of `run-hook-with-args'.
953
954 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
955
956 * buff-menu.el (Buffer-menu-sort-column):
957 * dabbrev.el (dabbrev-upcase-means-case-search):
958 * dired.el (dired-recursive-deletes, dired-recursive-copies):
959 * info.el (Info-current-subfile):
960 * ls-lisp.el (ls-lisp-verbosity):
961 * msb.el (msb-menu-cond):
962 * pcvs.el (cvs-dired-use-hook):
963 * simple.el (set-mark-command-repeat-pop):
964 * time.el (display-time-24hr-format, display-time-mail-file):
965 Doc fixes.
966
967 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
968 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
969
970 * view.el (view-inhibit-help-message): Fix typo in docstring.
971 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
972
973 2007-05-16 Martin Rudalics <rudalics@gmx.at>
974
975 * textmodes/ispell.el (ispell-start-process): Defend against bad
976 default-directory.
977
978 2007-05-14 Eli Zaretskii <eliz@gnu.org>
979
980 * mail/rmail.el (rmail-convert-to-babyl-format): Check
981 content-transfer-encoding _last_, because it's its position that
982 we need as value of base64-header-field-end.
983
984 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
985
986 * files.el (mode-require-final-newline, require-final-newline)
987 (enable-local-variables, enable-local-eval): Doc fixes.
988
989 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
990
991 * ps-print.el: Use default color when foreground or background color
992 are unspecified. Reported by Leo <sdl.web@gmail.com>.
993 (ps-print-version): New version 6.7.4.
994 (ps-rgb-color): New argument. Use default color when color is
995 unspecified.
996 (ps-begin-job): Fix code.
997
998 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
999
1000 * longlines.el (longlines-mode): Make longlines-auto-wrap
1001 buffer-local. Add hooks unconditionally.
1002 (longlines-auto-wrap): Toggle wrapping.
1003 (longlines-after-change-function)
1004 (longlines-post-command-function): Check longlines-auto-wrap.
1005
1006 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
1007
1008 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
1009 (xterm-mouse-translate): Use it.
1010
1011 2007-05-10 Richard Stallman <rms@gnu.org>
1012
1013 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1014 (iso-cvt-write-only): Likewise.
1015
1016 * emacs-lisp/easy-mmode.el (define-minor-mode):
1017 Fix generated doc string.
1018
1019 * startup.el (fancy-splash-text): Add URL of guided tour.
1020 Adjust horizontal and vertical whitespace.
1021
1022 * progmodes/compile.el (compilation-handle-exit):
1023 Use run-hook-with-args to run compilation-finish-functions.
1024
1025 * files.el (file-start-mode-alist): New variable.
1026 (magic-mode-regexp-match-limit): Doc fix.
1027 (set-auto-mode): Handle file-start-mode-alist.
1028 A little cleanup of structure.
1029
1030 * dabbrev.el (dabbrev-eliminate-newlines):
1031 Renamed from dabbrev--eliminate-newlines. All uses changed.
1032
1033 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1034
1035 * man.el (Man-next-section): Don't consider the last line of the page
1036 as being part of any section.
1037
1038 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
1041 can take any number of values.
1042
1043 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
1046 to the list of citation commands.
1047
1048 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1051
1052 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1053
1054 * progmodes/python.el (python-font-lock-keywords)
1055 (python-open-block-statement-p, python-mode): Add support for the new
1056 "with" keyword.
1057
1058 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
1061 the exact opposite of diff-goto-source.
1062
1063 * emacs-lisp/advice.el (ad-special-forms): Remove.
1064 (ad-special-form-p): Use subr-arity.
1065
1066 * newcomment.el (comment-search-forward): Make sure we search forward.
1067 (comment-enter-backward): Try and distinguish the non-matching case at
1068 EOB from the non-matching case with a missing comment-end-skip for
1069 a 2-char comment ender.
1070 (comment-choose-indent): New function extracted from comment-indent.
1071 Improve the alignment algorithm.
1072 (comment-indent): Use it.
1073
1074 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
1075 XML style Processing Instructions.
1076 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
1077 (sgml-calculate-indent): Handle `pi' context.
1078
1079 * vc.el: Ensure that update-changelog issues an error when used with
1080 a backend that does not implement it.
1081 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
1082 Remove `backend' argument. Use expand-file-name.
1083 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
1084
1085 * progmodes/python.el (python-end-of-block): Revert last change.
1086 (python-end-of-statement): Make sure we move *forward*.
1087
1088 2007-05-08 Richard Stallman <rms@gnu.org>
1089
1090 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1091 Don't include non-self-insert commands in the exception for `-'.
1092
1093 2007-05-08 David Reitter <david.reitter@gmail.com>
1094
1095 * progmodes/python.el (python-guess-indent): Check non-nullness
1096 before comparing indent against the 2..8 interval.
1097
1098 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1099
1100 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1101 available.
1102
1103 2007-05-06 Richard Stallman <rms@gnu.org>
1104
1105 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1106
1107 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
1110 rather than storing their value in the revert-buffer function.
1111
1112 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
1113
1114 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
1115 when disabling t-mouse-mode.
1116
1117 2007-05-01 Davis Herring <herring@lanl.gov>
1118
1119 * calendar/timeclock.el: Update version number.
1120 (timeclock-modeline-display): Mention timeclock-use-display-time
1121 in explanatory message.
1122 (timeclock-in): Fix non-interactive workday specifications.
1123 (timeclock-log): Don't kill the log buffer if it already existed.
1124 Suppress warnings when finding the log. Don't check for a nil
1125 project twice. Run hooks after killing the buffer (if applicable).
1126 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1127 was geometric). All uses changed.
1128 (timeclock-generate-report): Support prefix argument.
1129
1130 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1131
1132 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1133 disconnections.
1134
1135 2007-05-01 Romain Francoise <romain@orebokech.com>
1136
1137 * dired-x.el: Revert 2007-04-06 change.
1138
1139 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1140
1141 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1142
1143 2007-04-29 Richard Stallman <rms@gnu.org>
1144
1145 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1146
1147 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1150 than 1.
1151
1152 2007-04-28 Richard Stallman <rms@gnu.org>
1153
1154 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1155
1156 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
1157
1158 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1159 don't put stop on toolbar.
1160
1161 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1164
1165 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1166
1167 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1168 instead of $(lisp)/mh-e.
1169
1170 2007-04-28 Glenn Morris <rgm@gnu.org>
1171
1172 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1173 (image-dired-cmd-create-temp-image-options): Replace option
1174 +profile "*" with -strip.
1175
1176 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1179 Use window-start and window-end.
1180
1181 2007-04-27 Andreas Schwab <schwab@suse.de>
1182
1183 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1184
1185 2007-04-27 Eli Zaretskii <eliz@gnu.org>
1186
1187 * textmodes/fill.el (fill-paragraph): Doc fix.
1188
1189 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1190
1191 * locate.el (locate-in-alternate-database): Doc fix.
1192
1193 2007-04-26 Glenn Morris <rgm@gnu.org>
1194
1195 * button.el (button): Use underline if supported, else fall back
1196 to color.
1197
1198 * version.el (emacs-version): Increase to 22.1.50.
1199
1200 2007-04-25 Richard Stallman <rms@gnu.org>
1201
1202 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1203
1204 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1205
1206 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1207 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1208 pushing mark.
1209 (idlwave-current-routine): Don't push mark.
1210
1211 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1212
1213 * image-dired.el (image-dired-display-image): Derive image-type from
1214 filename rather than assuming jpeg, in case no resizing was needed.
1215
1216 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1217
1218 * custom.el (defface): Doc fix.
1219
1220 See ChangeLog.12 for earlier changes.
1221
1222 ;; Local Variables:
1223 ;; coding: iso-2022-7bit
1224 ;; add-log-time-zone-rule: t
1225 ;; End:
1226
1227 Copyright (C) 2007 Free Software Foundation, Inc.
1228
1229 This file is part of GNU Emacs.
1230
1231 GNU Emacs is free software; you can redistribute it and/or modify
1232 it under the terms of the GNU General Public License as published by
1233 the Free Software Foundation; either version 2, or (at your option)
1234 any later version.
1235
1236 GNU Emacs is distributed in the hope that it will be useful,
1237 but WITHOUT ANY WARRANTY; without even the implied warranty of
1238 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1239 GNU General Public License for more details.
1240
1241 You should have received a copy of the GNU General Public License
1242 along with GNU Emacs; see the file COPYING. If not, write to the
1243 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1244 Boston, MA 02110-1301, USA.
1245
1246 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af