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