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