diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 509 |
1 files changed, 496 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac6f62b9a40..d5a58deb7e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,482 @@ | |||
| 1 | 2005-04-04 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * autorevert.el (auto-revert-mode): Specify :group. | ||
| 4 | * battery.el (display-battery-mode): Specify :group. | ||
| 5 | * diff-mode.el (diff-minor-mode): Specify :group. | ||
| 6 | * font-core.el (font-lock-mode): Specify :group. | ||
| 7 | * hl-line.el (hl-line-mode): Specify :group. | ||
| 8 | * iimage.el (iimage): New customization group. | ||
| 9 | (iimage-mode): Specify :group. | ||
| 10 | * longlines.el (longlines-mode): Specify :group. | ||
| 11 | * master.el: Don't require easy-mmode. | ||
| 12 | (master): New customization group. | ||
| 13 | (master-mode): Specify :group. | ||
| 14 | * msb.el (msb-mode): Specify :group. | ||
| 15 | * reveal.el (reveal-mode): Specify :group. | ||
| 16 | * simple.el (next-error-follow-minor-mode): Specify :group. | ||
| 17 | * smerge-mode.el (smerge-mode): Specify :group. | ||
| 18 | * emacs-lisp/eldoc.el (eldoc-mode): Specify :group. | ||
| 19 | * emulation/cua-base.el (cua-mode): Specify :group. | ||
| 20 | * international/encoded-kb.el (encoded-kbd-mode): Specify :group. | ||
| 21 | * language/thai-util.el (thai-auto-composition-mode) | ||
| 22 | (thai-word-mode): Specify :group. | ||
| 23 | * mail/supercite.el (sc-minor-mode): Specify :group. | ||
| 24 | * progmodes/cwarn.el (cwarn-mode): Specify :group. | ||
| 25 | * progmodes/flymake.el (flymake-mode): Specify :group. | ||
| 26 | * progmodes/glasses.el (glasses-mode): Specify :group. | ||
| 27 | * progmodes/hideif.el (hide-ifdef-mode): Specify :group. | ||
| 28 | * textmodes/enriched.el (enriched-mode): Specify :group. | ||
| 29 | * textmodes/refill.el (refill-mode): Specify :group. | ||
| 30 | |||
| 31 | * add-log.el (change-log-font-lock-keywords): Names in | ||
| 32 | parenthesized lists can contain spaces. | ||
| 33 | |||
| 34 | 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 35 | |||
| 36 | * startup.el (fancy-splash-text): Shorten default text of | ||
| 37 | "Emacs Tutorial" line. Also, if the current language env | ||
| 38 | indicates an available tutorial file other than TUTORIAL, | ||
| 39 | extract its title and append it to the line in parentheses. | ||
| 40 | (fancy-splash-insert): If arg is a thunk, funcall it. | ||
| 41 | |||
| 42 | 2005-04-04 Jay Belanger <belanger@truman.edu> | ||
| 43 | |||
| 44 | * calc.el (calc-language-alist): Add tags to customization type. | ||
| 45 | |||
| 46 | 2005-04-03 Luc Teirlinck <teirllm@auburn.edu> | ||
| 47 | |||
| 48 | * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse. | ||
| 49 | Doc fix. | ||
| 50 | |||
| 51 | 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org> | ||
| 52 | |||
| 53 | * add-log.el (change-log-font-lock-keywords): The manual | ||
| 54 | describing a Change Log entry, says: (...) "Aside from these | ||
| 55 | header lines, every line in the change log starts with a space or | ||
| 56 | a tab.". The font-lock was not highlighting lines started with | ||
| 57 | spaces, added support for it. | ||
| 58 | |||
| 59 | 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 60 | |||
| 61 | * textmodes/bibtex.el (bibtex-url): Use format to generate the url. | ||
| 62 | (bibtex-generate-url-list): Update docstring accordingly. Put the | ||
| 63 | complex example in the docstring. | ||
| 64 | (bibtex-font-lock-url): Use pop. | ||
| 65 | |||
| 66 | 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 67 | |||
| 68 | * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops. | ||
| 69 | |||
| 70 | * pcvs.el (cvs-checkout): Prompt for cvsroot as well. | ||
| 71 | |||
| 72 | 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 73 | |||
| 74 | * filesets.el (filesets-set-default): Doc fix. | ||
| 75 | |||
| 76 | 2005-04-03 Lute Kamstra <lute@gnu.org> | ||
| 77 | |||
| 78 | * generic.el (define-generic-mode): Add argument to specify | ||
| 79 | keywords for defcustom. | ||
| 80 | (default-generic-mode): Specify :group. | ||
| 81 | |||
| 82 | * generic-x.el: Specify :group for all generic modes. | ||
| 83 | |||
| 84 | * desktop.el (desktop-no-desktop-file-hook) | ||
| 85 | (desktop-after-read-hook): Fix docstring. | ||
| 86 | |||
| 87 | 2005-04-02 Luc Teirlinck <teirllm@auburn.edu> | ||
| 88 | |||
| 89 | * simple.el (visible-mode): Use explicit :group keyword. | ||
| 90 | This changes the group of `visible-mode-hook' from paren-blinking | ||
| 91 | to editing-basics. | ||
| 92 | |||
| 93 | 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) | ||
| 94 | |||
| 95 | * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional | ||
| 96 | mailbox specifications as well as URLs. | ||
| 97 | (rmail-insert-inbox-text): Remove unused conditional branches. | ||
| 98 | |||
| 99 | 2005-04-01 Jay Belanger <belanger@truman.edu> | ||
| 100 | |||
| 101 | * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command) | ||
| 102 | (calc-gnuplot-print-command): Move definitions to calc.el. | ||
| 103 | |||
| 104 | * calc/calc-embed.el (calc-embedded-announce-formula) | ||
| 105 | (calc-embedded-open-formula, calc-embedded-close-formula) | ||
| 106 | (calc-embedded-open-word, calc-embedded-close-word) | ||
| 107 | (calc-embedded-open-plain, calc-embedded-close-plain) | ||
| 108 | (calc-embedded-open-new-formula, calc-embedded-close-new-formula) | ||
| 109 | (calc-embedded-open-mode, calc-embedded-close-mode): | ||
| 110 | Move definitions to calc.el. | ||
| 111 | |||
| 112 | * calc/calc.el (calc-settings-file, calc-language-alist): | ||
| 113 | Make customizable. | ||
| 114 | (calc-embedded-announce-formula, calc-embedded-open-formula) | ||
| 115 | (calc-embedded-close-formula, calc-embedded-open-word) | ||
| 116 | (calc-embedded-close-word, calc-embedded-open-plain) | ||
| 117 | (calc-embedded-close-plain, calc-embedded-open-new-formula) | ||
| 118 | (calc-embedded-close-new-formula, calc-embedded-open-mode) | ||
| 119 | (calc-embedded-close-mode, calc-gnuplot-name) | ||
| 120 | (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here | ||
| 121 | from other files and make customizable. | ||
| 122 | |||
| 123 | 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 124 | |||
| 125 | * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check): | ||
| 126 | Use buffer-live-p. | ||
| 127 | (cvs-mode-run): Don't call cvs-update-header here. | ||
| 128 | (cvs-run-process): Call cvs-update-header. | ||
| 129 | Use process properties for cvs-postprocess and cvs-buffer so that | ||
| 130 | the sentinel can behave better if the temp buffer is killed. | ||
| 131 | Use a pipe rather than a tty, to better handle unexpected prompts. | ||
| 132 | (cvs-sentinel): Rewrite. Call cvs-update-header. | ||
| 133 | |||
| 134 | 2005-04-01 Andre Spiegel <spiegel@gnu.org> | ||
| 135 | |||
| 136 | * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when | ||
| 137 | we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann. | ||
| 138 | |||
| 139 | 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 140 | |||
| 141 | * generic.el (define-generic-mode): Add indentation rule. | ||
| 142 | |||
| 143 | 2005-03-31 Luc Teirlinck <teirllm@auburn.edu> | ||
| 144 | |||
| 145 | * files.el (mode-require-final-newline): Make Custom correctly | ||
| 146 | report a nil value and allow to set it to nil via Custom. | ||
| 147 | Doc fix. | ||
| 148 | |||
| 149 | 2005-04-01 Kenichi Handa <handa@m17n.org> | ||
| 150 | |||
| 151 | * international/characters.el: Enable the correct case setting for | ||
| 152 | dotless-i and dotted-I. | ||
| 153 | |||
| 154 | 2005-04-01 Kim F. Storm <storm@cua.dk> | ||
| 155 | |||
| 156 | * ido.el (ido-file-internal): Fall back to non-ido command if | ||
| 157 | initial directory is on slow ftp (or tramp) host. | ||
| 158 | |||
| 159 | 2005-03-31 Richard M. Stallman <rms@gnu.org> | ||
| 160 | |||
| 161 | * emacs-lisp/autoload.el (make-autoload): | ||
| 162 | Handle define-global-minor-mode. | ||
| 163 | |||
| 164 | * emacs-lisp/easy-mmode.el (define-global-minor-mode): | ||
| 165 | Rename from easy-mmode-define-global-mode. | ||
| 166 | (easy-mmode-define-global-mode): Alias for define-global-minor-mode. | ||
| 167 | |||
| 168 | * progmodes/scheme.el (scheme-mode-syntax-table): | ||
| 169 | Update syntax of | and # for two-character comment syntax. | ||
| 170 | |||
| 171 | 2005-03-31 Lute Kamstra <lute@gnu.org> | ||
| 172 | |||
| 173 | * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode) | ||
| 174 | (define-minor-mode): Call custom-current-group at load-time. | ||
| 175 | |||
| 176 | * generic.el (define-generic-mode): Add debug declaration. | ||
| 177 | Add defcustom for the mode hook. | ||
| 178 | (generic-mode-internal): Use run-mode-hooks. | ||
| 179 | |||
| 180 | 2005-03-31 Kim F. Storm <storm@cua.dk> | ||
| 181 | |||
| 182 | * mouse.el (mouse-1-click-follows-link): Increase to 450 ms. | ||
| 183 | (mouse-fixup-help-message): New defun called by show_help_echo | ||
| 184 | to fixup mouse-2 prefix in help messages when applicable. | ||
| 185 | |||
| 186 | * tooltip.el (tooltip-show-help-function): Don't fixup message here. | ||
| 187 | |||
| 188 | 2005-03-31 Kenichi Handa <handa@m17n.org> | ||
| 189 | |||
| 190 | * language/thai-word.el (thai-find-word-ends): Pay attention to | ||
| 191 | the case that we reach the end of buffer. | ||
| 192 | |||
| 193 | * textmodes/fill.el (fill-text-properties-at): New function. | ||
| 194 | (fill-newline): Use fill-text-properties-at instead of | ||
| 195 | text-properties-at. | ||
| 196 | |||
| 197 | 2005-03-31 Karl Berry <karl@freefriends.org> | ||
| 198 | |||
| 199 | * textmodes/tex-mode.el (tex-compile): shell-quote-argument, | ||
| 200 | not comint-quote-filename. | ||
| 201 | |||
| 202 | 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) | ||
| 203 | |||
| 204 | * textmodes/tex-mode.el (tex-start-tex) shell-quote-argument, | ||
| 205 | not comint-quote-filename. | ||
| 206 | |||
| 207 | 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 208 | |||
| 209 | * help-fns.el (help-with-tutorial): Revert last change. | ||
| 210 | |||
| 211 | 2005-03-31 Kim F. Storm <storm@cua.dk> | ||
| 212 | |||
| 213 | * emulation/cua-base.el (cua-scroll-down): Add CUA property. | ||
| 214 | |||
| 215 | 2005-03-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 216 | |||
| 217 | * calendar/cal-china.el: Update reference to "Calendrical | ||
| 218 | Calculations" book; there's a new edition. | ||
| 219 | * calendar/cal-coptic.el: Likewise. | ||
| 220 | * calendar/cal-french.el: Likewise. | ||
| 221 | * calendar/cal-hebrew.el: Likewise. | ||
| 222 | * calendar/cal-islam.el: Likewise. | ||
| 223 | * calendar/cal-iso.el: Likewise. | ||
| 224 | * calendar/cal-julian.el: Likewise. | ||
| 225 | * calendar/cal-mayan.el: Likewise. | ||
| 226 | * calendar/cal-persia.el: Likewise. | ||
| 227 | * calendar/calendar.el: Likewise. | ||
| 228 | * calendar/holidays.el: Likewise. | ||
| 229 | * calendar/lunar.el: Likewise. | ||
| 230 | * calendar/solar.el: Likewise. | ||
| 231 | |||
| 232 | * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing | ||
| 233 | white space from doc string. | ||
| 234 | |||
| 235 | 2005-03-30 Jay Belanger <belanger@truman.edu> | ||
| 236 | |||
| 237 | * calc/calc-help.el (calc-full-help): Remove email address. | ||
| 238 | |||
| 239 | 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 240 | |||
| 241 | * help-fns.el (help-with-tutorial): Delete title line. | ||
| 242 | |||
| 243 | 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 244 | |||
| 245 | * calendar/cal-x.el (calendar-one-frame-setup) | ||
| 246 | (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t | ||
| 247 | rather than 'symbol for set-window-dedicated-p. | ||
| 248 | |||
| 249 | * calendar/appt.el (appt-buffer-name): Make it a constant. | ||
| 250 | (appt-add): Doc fix. | ||
| 251 | |||
| 252 | * filesets.el (filesets-menu-path, filesets-menu-before) | ||
| 253 | (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs. | ||
| 254 | (filesets-menu-cache-file): Use directory ~/.emacs.d. | ||
| 255 | (filesets-add-submenu): Delete and use add-submenu instead. | ||
| 256 | |||
| 257 | 2005-03-30 Carsten Dominik <dominik@science.uva.nl> | ||
| 258 | |||
| 259 | * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) | ||
| 260 | (org-agenda-convert-date, org-agenda-goto-calendar): New commands. | ||
| 261 | (org-diary-default-entry): New function. | ||
| 262 | (org-get-entries-from-diary): Better parsing of diary entries. | ||
| 263 | (org-agenda-check-no-diary): New function. | ||
| 264 | ("diary-lib"): Advice to function `add-to-diary-list', to allow | ||
| 265 | linking to diary entries. | ||
| 266 | (org-agenda-execute-calendar-command): New function. | ||
| 267 | (org-agenda): Improve visible section in window. | ||
| 268 | Use `org-fit-agenda-window'. | ||
| 269 | (org-fit-agenda-window): New option. | ||
| 270 | (org-move-subtree-down): Better handling of empty lines | ||
| 271 | at end of subtree. | ||
| 272 | (org-cycle): Numeric prefix is interpreted now as show-subtree N | ||
| 273 | levels up. | ||
| 274 | (org-fontify-done-headline): New option. | ||
| 275 | (org-headline-done-face): New face. | ||
| 276 | (org-set-font-lock-defaults): Use `org-headline-done-face'. | ||
| 277 | (org-table-copy-down): Rename from `org-table-copy-from-above'. | ||
| 278 | When current field is non-empty, it is copied to next row. | ||
| 279 | (org-table-copy-from-above): Fix bug which made it | ||
| 280 | impossible to copy fields containing only a single non-white character. | ||
| 281 | |||
| 282 | 2005-03-30 Kim F. Storm <storm@cua.dk> | ||
| 283 | |||
| 284 | * kmacro.el (kmacro-end-macro): Isearch may store this command | ||
| 285 | into the macro -- so ignore it when executing keyboard macro. | ||
| 286 | |||
| 287 | 2005-03-30 Nick Roberts <nickrob@snap.net.nz> | ||
| 288 | |||
| 289 | * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position. | ||
| 290 | |||
| 291 | 2005-03-29 Kenichi Handa <handa@m17n.org> | ||
| 292 | |||
| 293 | * language/thai.el ("Thai"): Set setup-function and exit-function | ||
| 294 | for Thai language environment. | ||
| 295 | |||
| 296 | * language/thai-util.el: Require thai-word. | ||
| 297 | (thai-word-mode-map): New variable. | ||
| 298 | (thai-word-mode): New minor mode. | ||
| 299 | (setup-thai-language-environment-internal): New function. | ||
| 300 | (exit-thai-language-environment-internal): New function. | ||
| 301 | |||
| 302 | * language/thai-word.el (thai-word-table): Declare it by defvar, | ||
| 303 | use dolist to initialize it. | ||
| 304 | (thai-kill-word, thai-backward-kill-word, thai-transpose-words) | ||
| 305 | (thai-fill-find-break-point): New functions. | ||
| 306 | |||
| 307 | 2005-03-29 Richard M. Stallman <rms@gnu.org> | ||
| 308 | |||
| 309 | * simple.el (idle-update-delay): Move definition up. | ||
| 310 | (set-mark): Doc fix. | ||
| 311 | |||
| 312 | 2005-03-29 Chong Yidong <cyd@stupidchicken.com> | ||
| 313 | |||
| 314 | * longlines.el: New file. | ||
| 315 | |||
| 316 | * simple.el (buffer-substring-filters): New variable. | ||
| 317 | (filter-buffer-substring): New function. | ||
| 318 | (kill-region, copy-region-as-kill): Use it. | ||
| 319 | |||
| 320 | * register.el (copy-to-register, append-to-register) | ||
| 321 | (prepend-to-register): Use filter-buffer-substring. | ||
| 322 | |||
| 323 | 2005-03-30 Nick Roberts <nickrob@snap.net.nz> | ||
| 324 | |||
| 325 | * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text. | ||
| 326 | (gud-filter-pending-text): Move in front of gdb. | ||
| 327 | (gud-overlay-arrow-position): New variable. | ||
| 328 | (gud-sentinel, gud-display-line): Use it in place of | ||
| 329 | overlay-arrow-position. | ||
| 330 | |||
| 331 | 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 332 | |||
| 333 | * progmodes/fortran.el (fortran-if-indent): Doc fix. | ||
| 334 | (fortran-font-lock-keywords-2): Add "where", "elsewhere". | ||
| 335 | (fortran-font-lock-keywords-4): New variable. | ||
| 336 | (fortran-blocks-re, fortran-end-block-re) | ||
| 337 | (fortran-start-block-re): New constants, for hideshow. | ||
| 338 | (hs-special-modes-alist): Add a Fortran entry. | ||
| 339 | (fortran-mode-map): Bind fortran-end-of-block, | ||
| 340 | fortran-beginning-of-block to \M-\C-n, \M-\C-p. | ||
| 341 | (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4. | ||
| 342 | (fortran-looking-at-if-then, fortran-end-of-block) | ||
| 343 | (fortran-beginning-of-block): New functions, for hideshow. | ||
| 344 | |||
| 345 | * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc | ||
| 346 | fix. Tweak regexp. | ||
| 347 | (f90-beginning-of-block): Push mark first. | ||
| 348 | |||
| 349 | 2005-03-29 Jay Belanger <belanger@truman.edu> | ||
| 350 | |||
| 351 | * calc/calc.el: Update copyright date. | ||
| 352 | (calc-version): Increase to 2.1. | ||
| 353 | (calc-version-date): Remove. | ||
| 354 | |||
| 355 | * calc/calc-help.el: Update copyright date. | ||
| 356 | (calc-full-help): Remove reference to calc-version-date. | ||
| 357 | Update copyright date. | ||
| 358 | |||
| 359 | 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 360 | |||
| 361 | * vc.el (vc-do-command): Use a pipe for async processes, so password | ||
| 362 | prompts don't show up at places where the user can't reply. | ||
| 363 | |||
| 364 | 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change) | ||
| 365 | |||
| 366 | * textmodes/tex-mode.el (tex-send-command): shell-quote-argument | ||
| 367 | on the file name we pass to the inferior shell. | ||
| 368 | |||
| 369 | 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change) | ||
| 370 | |||
| 371 | * progmodes/which-func.el (which-function): Be robust in the face of an | ||
| 372 | imenu--make-index-alist failure. | ||
| 373 | |||
| 374 | 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 375 | |||
| 376 | * reveal.el (reveal-mode-map): Don't override C-a and C-e. | ||
| 377 | |||
| 378 | * progmodes/python.el (python-preoutput-filter): Fix last change. | ||
| 379 | |||
| 380 | 2005-03-29 Lute Kamstra <lute@gnu.org> | ||
| 381 | |||
| 382 | * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded | ||
| 383 | functions and compiled macros. | ||
| 384 | (debug-convert-byte-code): Handle macros too. | ||
| 385 | (debug-on-entry-1): Don't signal an error when trying to clear a | ||
| 386 | function that is not set to debug on entry. | ||
| 387 | |||
| 388 | 2005-03-29 Jay Belanger <belanger@truman.edu> | ||
| 389 | |||
| 390 | * calc/calc-lang.el: Add functions to math-function-table | ||
| 391 | properties of tex and math. | ||
| 392 | |||
| 393 | 2005-03-29 Kenichi Handa <handa@m17n.org> | ||
| 394 | |||
| 395 | * ps-mule.el (ps-mule-plot-string): Translate characters by | ||
| 396 | ps-print-translation-table. | ||
| 397 | (ps-mule-begin-job): Call find-charset-region/string with | ||
| 398 | ps-print-translation-table. | ||
| 399 | (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1. | ||
| 400 | |||
| 401 | * ps-print.el (ps-print-translation-table): New variable. | ||
| 402 | (ps-plot-region): Translate characters by ps-print-translation-table. | ||
| 403 | |||
| 404 | 2005-03-29 Juri Linkov <juri@jurta.org> | ||
| 405 | |||
| 406 | * simple.el (next-error-highlight-timer): New variable. | ||
| 407 | |||
| 408 | * progmodes/compile.el (compilation-goto-locus): | ||
| 409 | Use `next-error-highlight-timer' instead of `sit-for'. | ||
| 410 | |||
| 411 | 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 412 | |||
| 413 | * mail/supercite.el (sc-mail-field): Use assoc-string. | ||
| 414 | (sc-get-address): Simplify regexps. | ||
| 415 | |||
| 416 | * files.el (minibuffer-with-setup-hook): New macro. | ||
| 417 | (find-file-read-args): Use it to avoid let-binding | ||
| 418 | minibuffer-with-setup-hook (which breaks turning on/off | ||
| 419 | file-name-shadow-mode while in the prompt). | ||
| 420 | |||
| 421 | * complete.el (PC-read-include-file-name-internal): Use test-completion. | ||
| 422 | |||
| 423 | 2005-03-28 Luc Teirlinck <teirllm@auburn.edu> | ||
| 424 | |||
| 425 | * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o. | ||
| 426 | |||
| 427 | 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 428 | |||
| 429 | * window.el (window-buffer-height): Use count-screen-lines. | ||
| 430 | |||
| 431 | * progmodes/python.el (python-preoutput-leftover): New var. | ||
| 432 | (python-preoutput-filter): Use it. | ||
| 433 | (python-send-receive): Loop until all the result has been received. | ||
| 434 | |||
| 435 | 2005-03-28 Juri Linkov <juri@jurta.org> | ||
| 436 | |||
| 437 | * dired.el (dired-mode-map): Add ellipsis to "Compare directories". | ||
| 438 | |||
| 439 | * menu-bar.el (menu-bar-file-menu): Remove ellipsis from | ||
| 440 | "Recover Crashed Session". | ||
| 441 | (menu-bar-search-menu): Add ellipsis to "Search tagged files". | ||
| 442 | (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files". | ||
| 443 | (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name". | ||
| 444 | (menu-bar-goto-menu): Add ellipsis to "Tags Apropos". | ||
| 445 | (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset". | ||
| 446 | (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual". | ||
| 447 | (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual". | ||
| 448 | (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages". | ||
| 449 | |||
| 450 | * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu): | ||
| 451 | Remove ellipsis from "Ediff Manual", "Customize Ediff", "List | ||
| 452 | Ediff Sessions", "Toggle use of separate control buffer frame", | ||
| 453 | "Use separate frame for Ediff control buffer". | ||
| 454 | |||
| 455 | * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to | ||
| 456 | Bookmark", "Set Bookmark", "Insert Contents", "Insert Location", | ||
| 457 | "Rename Bookmark", "Delete Bookmark". | ||
| 458 | |||
| 459 | * info.el (Info-mode-menu): Remove ellipsis from "Index". | ||
| 460 | Add ellipsis to "Lookup a String", "Lookup a string in all indices". | ||
| 461 | Add `:active Info-index-alternatives' to "Next Matching Item". | ||
| 462 | |||
| 463 | * wdired.el (wdired-change-to-wdired-mode): | ||
| 464 | Mention `wdired-abort-changes' key in the initial message. | ||
| 465 | |||
| 466 | * international/mule.el (auto-coding-alist): Associate non-ascii | ||
| 467 | image filename extensions with `no-conversion'. | ||
| 468 | |||
| 469 | 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 470 | |||
| 471 | * international/iso-acc.el: | ||
| 472 | * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir. | ||
| 473 | |||
| 474 | 2005-03-26 Luc Teirlinck <teirllm@auburn.edu> | ||
| 475 | |||
| 476 | * textmodes/sgml-mode.el (html-mode): Doc update. | ||
| 477 | |||
| 478 | * autorevert.el (auto-revert-check-vc-info): Minor doc fix. | ||
| 479 | |||
| 1 | 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu> | 480 | 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 481 | ||
| 3 | * term.el (term-move-columns): Fix face after extending a line. | 482 | * term.el (term-move-columns): Fix face after extending a line. |
| @@ -345,8 +824,7 @@ | |||
| 345 | 824 | ||
| 346 | 2005-03-21 Lute Kamstra <lute@gnu.org> | 825 | 2005-03-21 Lute Kamstra <lute@gnu.org> |
| 347 | 826 | ||
| 348 | * generic.el: Fix commentary section. Don't require cl for | 827 | * generic.el: Fix commentary section. Don't require cl for compilation. |
| 349 | compilation. | ||
| 350 | (generic-mode-list): Add autoload cookie. | 828 | (generic-mode-list): Add autoload cookie. |
| 351 | (generic-use-find-file-hook, generic-lines-to-scan) | 829 | (generic-use-find-file-hook, generic-lines-to-scan) |
| 352 | (generic-find-file-regexp, generic-ignore-files-regexp) | 830 | (generic-find-file-regexp, generic-ignore-files-regexp) |
| @@ -396,20 +874,27 @@ | |||
| 396 | 874 | ||
| 397 | * tramp-smb.el (all): Remove debug construct for | 875 | * tramp-smb.el (all): Remove debug construct for |
| 398 | `with-parsed-tramp-file-name'. | 876 | `with-parsed-tramp-file-name'. |
| 399 | (tramp-smb-prompt): Prompt can contain spaces inside directory | 877 | (tramp-smb-prompt): Prompt can contain spaces inside directory names. |
| 400 | names. | ||
| 401 | (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file): | 878 | (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file): |
| 402 | No error message if DIRECTORY or FILENAME doesn't exist. | 879 | No error message if DIRECTORY or FILENAME doesn't exist. |
| 403 | (tramp-smb-open-connection): Check existence of | 880 | (tramp-smb-open-connection): Check existence of |
| 404 | `tramp-smb-program'. | 881 | `tramp-smb-program'. |
| 405 | 882 | ||
| 883 | 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 884 | |||
| 885 | * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function): | ||
| 886 | Properly handle the case where the `m' or `s' command's argument is not | ||
| 887 | yet terminated. | ||
| 888 | (perl-indent-new-calculate): New function. | ||
| 889 | (perl-indent-line): Use it. | ||
| 890 | |||
| 406 | 2005-03-20 Miles Bader <miles@gnu.org> | 891 | 2005-03-20 Miles Bader <miles@gnu.org> |
| 407 | 892 | ||
| 408 | * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces | 893 | * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces |
| 409 | in text-mode too. Change to new face names. | 894 | in text-mode too. Change to new face names. |
| 410 | (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'. | 895 | (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'. |
| 411 | Add `:weight bold' attribute. | 896 | Add `:weight bold' attribute. |
| 412 | (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'. | 897 | (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'. |
| 413 | 898 | ||
| 414 | 2005-03-19 Juri Linkov <juri@jurta.org> | 899 | 2005-03-19 Juri Linkov <juri@jurta.org> |
| 415 | 900 | ||
| @@ -426,8 +911,7 @@ | |||
| 426 | 911 | ||
| 427 | 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes) | 912 | 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes) |
| 428 | 913 | ||
| 429 | * finder.el (finder-current-item): Throw an error on an empty | 914 | * finder.el (finder-current-item): Throw an error on an empty line. |
| 430 | line. | ||
| 431 | 915 | ||
| 432 | * man.el (Man-follow-manual-reference): If current-word returns | 916 | * man.el (Man-follow-manual-reference): If current-word returns |
| 433 | nil, use "". | 917 | nil, use "". |
| @@ -466,8 +950,8 @@ | |||
| 466 | 950 | ||
| 467 | 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 951 | 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 468 | 952 | ||
| 469 | * ps-print.el (ps-generate-string-list, ps-generate-header-line): Use | 953 | * ps-print.el (ps-generate-string-list, ps-generate-header-line): |
| 470 | functionp instead of symbolp and fboundp. Reported by Drkm | 954 | Use functionp instead of symbolp and fboundp. Reported by Drkm |
| 471 | <darkman_spam@yahoo.fr>. | 955 | <darkman_spam@yahoo.fr>. |
| 472 | (ps-print-version): New version 6.6.6. | 956 | (ps-print-version): New version 6.6.6. |
| 473 | 957 | ||
| @@ -2290,7 +2774,7 @@ | |||
| 2290 | * simple.el (eval-expression-print-format): Avoid warning | 2774 | * simple.el (eval-expression-print-format): Avoid warning |
| 2291 | about edebug-active. | 2775 | about edebug-active. |
| 2292 | 2776 | ||
| 2293 | 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change) | 2777 | 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change) |
| 2294 | 2778 | ||
| 2295 | * progmodes/sh-script.el: Code copied from make-mode.el | 2779 | * progmodes/sh-script.el: Code copied from make-mode.el |
| 2296 | with small changes, | 2780 | with small changes, |
| @@ -7012,8 +7496,7 @@ | |||
| 7012 | 7496 | ||
| 7013 | 2004-09-21 Kenichi Handa <handa@m17n.org> | 7497 | 2004-09-21 Kenichi Handa <handa@m17n.org> |
| 7014 | 7498 | ||
| 7015 | * descr-text.el (describe-char): Checking of quail activation | 7499 | * descr-text.el (describe-char): Checking of quail activation fixed. |
| 7016 | fixed. | ||
| 7017 | 7500 | ||
| 7018 | 2004-09-21 Jay Belanger <belanger@truman.edu> | 7501 | 2004-09-21 Jay Belanger <belanger@truman.edu> |
| 7019 | 7502 | ||